[PHP-DEV] PHP 4.0 Bug #8416 Updated: Unable to load dynamic library From: dbeu <email protected>
Date: 01/05/01

ID: 8416
Updated by: dbeu
Reported By: jcwang <email protected>
Old-Status: Open
Status: Feedback
Bug Type: IIS related
Assigned To:
Comments:

are you sure they are stored there?
additionally make sure that there's no other php.ini hanging around in your system which causes the error.

Previous Comments:
---------------------------------------------------------------------------

[2000-12-25 09:08:23] jcwang <email protected>
Installating bugs
Platform: windows 2000 (professional) + IIS 5.0
version: Win32 Binaries PHP 4.0.4 - 19 December 2000,
From: http://www.php.net/downloads.php, 2000/12/25
Remark: 3.79 Mb CGI binary and ISAPI module included, MySQL support built-in, many extensions included, packaged as zip

Maybe: the / after "extension_dir" yet not change to Win32 style...

Unable to load dynamic library 'c:phpextentions/php_db.dll'- ...
Unable to load dynamic library 'c:phpextentions/php_gd.dll'- ...
Unable to load dynamic library 'c:phpextentions/php_ldap.dll'- ...
Unable to load dynamic library 'c:phpextentions/php_mhash.dll'- ...
Unable to load dynamic library 'c:phpextentions/php_mssql70.dll'- ...
Unable to load dynamic library 'c:phpextentions/php_pdf.dll'- ...
Unable to load dynamic library 'c:phpextentions/php_pgsql.dll'- ...
Unable to load dynamic library 'c:phpextentions/php_zlib.dll'- ...

My php.ini:
...
extension_dir = c:phpextentions
...
;extension=php_cpdf.dll
;extension=php_cybercash.dll
 extension=php_db.dll
;extension=php_dbase.dll
;extension=php_domxml.dll
;extension=php_dotnet.dll
;extension=php_exif.dll
;extension=php_fdf.dll
 extension=php_gd.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_java.dll
 extension=php_ldap.dll
 extension=php_mhash.dll
;extension=php_mssql65.dll
 extension=php_mssql70.dll
;extension=php_oci8.dll
;extension=php_oracle.dll
 extension=php_pdf.dll
 extension=php_pgsql.dll
;extension=php_sablot.dll
;extension=php_swf.dll
;extension=php_sybase_ct.dll
 extension=php_zlib.dll

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=8416

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