Date: 02/27/99
- Next message: Bug Database: "[PHP-DEV] Bug #1043 Updated: mod_ssl 2.1.6 + php-3.0.{5,6,7-dev} DSO"
- Previous message: Bug Database: "[PHP-DEV] Bug #839 Updated: phpinfo () dumps core"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] Bug #1043 Updated: mod_ssl 2.1.6 + php-3.0.{5,6,7-dev} DSO"
- Previous message: Bug Database: "[PHP-DEV] Bug #839 Updated: phpinfo () dumps core"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

