From:             [EMAIL PROTECTED]
Operating system: Windows 98
PHP version:      4.2.3
PHP Bug Type:     GD related
Bug description:  Warning: Unable to load dynamic library './extensions/php_gd.dll' 

This happens both under the OmniHTTPd and Apache servers
The code is:

<?php
dl("extensions/php_gd.dll");
?>
The error is:

Warning: Unable to load dynamic library './extensions/php_gd.dll' - One of
the library files needed to run this application cannot be found.

Do I need to load other libraries first. The "php_gd.dll" is present and
supplied with the installation. I do not load the dll in the php.ini file
because I get the same error.
This is a binary distribution.


-- 
Edit bug report at http://bugs.php.net/?id=20867&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20867&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20867&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20867&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20867&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20867&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20867&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20867&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20867&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20867&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20867&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20867&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20867&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20867&r=isapi

Reply via email to