[PHP-DEV] Bug #1188 From: Rasmus Lerdorf (rasmus <email protected>)
Date: 02/27/99

This report looks correct. In the dl() function we are re-fetching the
php3.ini extension_dir setting and thus overwriting any value set
from a .conf php3_extension_dir directive. Why exactly do we need to do
this here? We are already setting this value in main.c on server startup.
Am I missing a Windows-specific issue here? It looks to me like the fix
is to simply remove that block of code from dl.c.

-Rasmus

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>