[PHP-DEV] Re: [PHP-GTK] Re: [PHP-DEV] Function dl()

2001-03-07 Thread Andrew Lawrence
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 than

[PHP-DEV] Re: [PHP-GTK] Re: [PHP-DEV] Function dl()

2001-03-07 Thread Zeev Suraski
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. Andrei

[PHP-DEV] Re: [PHP-GTK] Re: [PHP-DEV] Function dl()

2001-03-07 Thread Andrei Zmievski
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. *