Re: [PHP-DEV] Safe to load extension twice ? From: Andrei Zmievski (andrei <email protected>)
Date: 08/15/01

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>