From:             steve at enerds dot ca
Operating system: Windows
PHP version:      4.3.2RC4
PHP Bug Type:     Dynamic loading
Bug description:  php_gd2.dll - The Specified procedure cannot be found

OS: Windows XP Professional, Sp1
Web Server: Apache 2.0.45 Win 32


In trying the new 4.3.2 RC4, I am trying to load the gd2 library without
success.  When I modify my php.ini and un-comment the line:

extension=php_gd2.dll

I get the following error.  

Unknown(): Unable to load dynamic library 'c:\php\extensions\php_gd2.dll'
- The specified procedure cannot be found

The dll does exist at that path, and I have verified it is actually being
able to find it.   In changing the dll name to php_test.dll  the error
message changes to the appropriate:

"The specified module cannot be found"


Regards,

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

Reply via email to