Re: [PHP] Can't load extension (was Re: PHP to C interface?)

2005-02-22 Thread N Deepak
N Deepak wrote: On Mon, Feb 21, 2005 at 02:08:28PM -0800, Richard Lynch wrote: You have to "make install" your new .so file to get copied over into your PHP extensions directory, which from the messages seems to be /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ on your system... I'm betti

Re: [PHP] Can't load extension (was Re: PHP to C interface?)

2005-02-21 Thread N Deepak
On Mon, Feb 21, 2005 at 02:08:28PM -0800, Richard Lynch wrote: > > > I downloaded php-4.3.10 and tried to create a simple extension. I > > followed instructions exactly as ext_skel told. I modified config.m4 > > only in the PHP_ARG_ENABLE() lines. I ran buildconf, configure > > --with-foo, make

Re: [PHP] Can't load extension (was Re: PHP to C interface?)

2005-02-21 Thread Richard Lynch
N Deepak wrote: > On Fri, Feb 18, 2005 at 09:20:02AM -0800, Richard Lynch wrote: >> N Deepak wrote: >> > Is there a way to invoke C functions in a library (.so) from PHP? >> > Like Xs in Perl? >> >> By definition, then, all you have to do is learn how to write a PHP >> extension, which Rasm

[PHP] Can't load extension (was Re: PHP to C interface?)

2005-02-21 Thread N Deepak
On Fri, Feb 18, 2005 at 09:20:02AM -0800, Richard Lynch wrote: > N Deepak wrote: > > Is there a way to invoke C functions in a library (.so) from PHP? > > Like Xs in Perl? > > By definition, then, all you have to do is learn how to write a PHP > extension, which Rasmus tells you how to do in a

[PHP] can't load extension

2001-03-08 Thread Christian Dechery
I had Apache 1.3.12 here with php 4.0.3 and all was working fine. I decided to upgrade to 1.3.17 and all came down, I spent hours bringing it all back... when I finally did it, there's still something that WON'T work... I can't load php_mssql70.dll... it simply does not load. I've set extensti