On Wed, 07 Mar 2001, Andrew Lawrence wrote:
> Andrei Zmievski can probably explain this better than I can, but loading the
> library through php.ini is not desirable or possible I believe.
That was a bug, it's been fixed now.
-Andrei
* If it ain't broken, it doesn't have enough features yet. *
At 12:41 7/3/2001, Andrew Lawrence wrote:
>On Wednesday 07 March 2001 05:20, Zeev Suraski wrote:
> > Regardless of the request itself, it'd be much better if you loaded the
> > .so/.dll in php.ini, instead of in every script. Loading it using dl() in
> > every script is extremely inefficient.
>
>
On Wednesday 07 March 2001 05:20, Zeev Suraski wrote:
> Regardless of the request itself, it'd be much better if you loaded the
> .so/.dll in php.ini, instead of in every script. Loading it using dl() in
> every script is extremely inefficient.
Andrei Zmievski can probably explain this better th
Regardless of the request itself, it'd be much better if you loaded the
.so/.dll in php.ini, instead of in every script. Loading it using dl() in
every script is extremely inefficient.
Zeev
At 20:19 6/3/2001, Andrew Lawrence wrote:
>I'm not a member of this list so please CC any replies to me
I'm not a member of this list so please CC any replies to me or to the
php-gtk list
I would like to ask the PHP developers to consider the following change to
the function dl()
If the module name does not include an extension (i.e. no dot in the module
name), add the appropriate extension as