At 05:38 PM 8/15/01 -0700, Rasmus Lerdorf wrote:
>You will see lots and lots of errors about functions being redefined, so
>yes, it is a very bad idea to load a shared library twice.
error_reporting(E_ALL);
dl('php_gtk.so');
dl('php_gtk.so');
Doesn't seem to complain.
-Andrei
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-DEV] Safe to load extension twice ? Markus Fischer
- Re: [PHP-DEV] Safe to load extension twice ? Rasmus Lerdorf
- Re: [PHP-DEV] Safe to load extension twice ? Andrei Zmievski
- Re: [PHP-DEV] Safe to load extension twice ? Markus Fischer
- Re: [PHP-DEV] Safe to load extension twic... Andrei Zmievski
- Re: [PHP-DEV] Safe to load extension... rasmus
- Re: [PHP-DEV] Safe to load exten... Markus Fischer
- Re: [PHP-DEV] Safe to load e... Andrei Zmievski
- Re: [PHP-DEV] Safe to load e... Markus Fischer
- Re: [PHP-DEV] Safe to load extension twice ? rasmus
