[PHP-DEV] PHP 4.0 Bug #4657: Can't load some dll's from php.ini From: ssantos <email protected>
Date: 05/28/00

From: ssantos <email protected>
Operating system: Windows 2000 Prof
PHP version: 4.0.0 Release
PHP Bug Type: Installation problem
Bug description: Can't load some dll's from php.ini

Having either the absolute path in the extension "tag" or using extension dir I can't load php_gd.dll module for php 4.0.0.

Some dll's load ok (lib_gz, calendar). Others don't (php_swf, php_gd)
--- Extract from php.ini -------
extension=d:\php4\php_calendar.dll -> Loads ok
extension=d:\php4\php_gd.dll -> "Ingored"
--------------------------------
I tried using dl() too, but no go either.

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