Re: [PHP-DEV] newbie: my extension not getting compiled/included in Php-5.3.1 (RH linux)

2010-01-31 Thread Sanjeev Kumar
some pointers which I should look. thanks, -sanjeev kumar On Sun, Jan 31, 2010 at 12:27 PM, Jess Portnoy j...@zend.com wrote: Hello, Please attach your config.m4 file which will help understand what's wrong. You should also try to compare yours with an existing one, maybe the problem

[PHP-DEV] newbie: my extension not getting compiled/included in Php-5.3.1 (RH linux)

2010-01-30 Thread Sanjeev Kumar
I am new to Php-dev and trying to add an extension to Php I downloaded php-5.3.1 src on RedHatLinux4 . After adding my extension, the configure/make doesn't build my extension and include in Php. commands that I ran after unzipping the php5.3.1 src: cd ext ./ext_skel --extname=pdo-mydbext

[PHP-DEV] Invalid library (maybe not a PHP library) : Error on load of new php pdo extension

2009-09-01 Thread Sanjeev Kumar
/ERRORREPORT:PROMPT php5.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib Please let me know, where could be the potential problem. thanks, -sanjeev kumar