I tested with php_opengl.dll under windows ... Rasmus was right,
zillions of duplicate blabla errors. But under Linux with
php-gtk, as Andrei said, nothing.

Special Case ?

- Markus

On Wed, Aug 15, 2001 at 07:43:56PM -0500, Andrei Zmievski wrote : 
> 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
> 
> Status: RO
> Content-Length: 516
> Lines: 15
> 

-- 
Markus Fischer,  http://guru.josefine.at/~mfischer/
EMail:         [EMAIL PROTECTED]
PGP Public  Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0
              -All your scripts are belong to Zend-

-- 
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]

Reply via email to