From: stefan at viventura dot de Operating system: Windows Vista Home Premium PHP version: 5CVS-2007-07-04 (CVS) PHP Bug Type: Dynamic loading Bug description: Loading dynamic library fails although paths and configs are correct
Description: ------------ When I start apache I get the following error: PHP Warning: PHP Startup: Unable to load dynamic library 'C:/Programme/xampp/php/ext/php_soap.dll' - Die angegebene Prozedur wurde nicht gefunden. in Unknown on line 0 whereas the german part of the error would be "The specified procedure could not be found" The same problem I have with php_imap.dll, php_exif.dll and php_sqlite.dll. All other extensions (same config, same folders) are loaded without problems. Zend extensions are disabled! Reproduce code: --------------- I'm using Apache/2.2.4 my php.ini has the following relevant lines: extension_dir = "C:/Programme/xampp/php/ext/" extension=php_soap.dll The folder ext contains among others php_soap.dll Expected result: ---------------- There shouldn't be a problem with loading these libs as the folders in the config are set correctly. -- Edit bug report at http://bugs.php.net/?id=41897&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=41897&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=41897&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=41897&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=41897&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=41897&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=41897&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=41897&r=needscript Try newer version: http://bugs.php.net/fix.php?id=41897&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=41897&r=support Expected behavior: http://bugs.php.net/fix.php?id=41897&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=41897&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=41897&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=41897&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=41897&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=41897&r=dst IIS Stability: http://bugs.php.net/fix.php?id=41897&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=41897&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=41897&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=41897&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=41897&r=mysqlcfg