Date: 08/15/01
- Next message: Markus Fischer: "Re: [PHP-DEV] Safe to load extension twice ?"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Safe to load extension twice ?"
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] Safe to load extension twice ?"
- Next in thread: Markus Fischer: "Re: [PHP-DEV] Safe to load extension twice ?"
- Reply: Markus Fischer: "Re: [PHP-DEV] Safe to load extension twice ?"
- Reply: rasmus <email protected>: "Re: [PHP-DEV] Safe to load extension twice ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Markus Fischer: "Re: [PHP-DEV] Safe to load extension twice ?"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Safe to load extension twice ?"
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] Safe to load extension twice ?"
- Next in thread: Markus Fischer: "Re: [PHP-DEV] Safe to load extension twice ?"
- Reply: Markus Fischer: "Re: [PHP-DEV] Safe to load extension twice ?"
- Reply: rasmus <email protected>: "Re: [PHP-DEV] Safe to load extension twice ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

