On Thu, Mar 03, 2005 at 09:51:38AM +0100, Piotr Roszatycki wrote: > Package: libapache-mod-php4 > Version: 4:4.3.10-8 > Severity: important
> The following script
> <? dl('mysql.so'); ?>
> Produces the output:
> Warning: dl(): Not supported in multithreaded Web servers - use
> extension statements in your php.ini in /var/www/dl.php on line 1
> with apache and apache2 SAPI.
Yes, upstream has mindlessly disabled use of dl() over some vague,
unsubstantiated concern about dlopen() in threaded environments. I have
a patch somewhere to re-enable dl() when ZTS is turned on, it just
hasn't gotten added to the package yet.
--
Steve Langasek
postmodern programmer
signature.asc
Description: Digital signature

