Edit report at http://bugs.php.net/bug.php?id=53384&edit=1
ID: 53384 Updated by: [email protected] Reported by: keryax at yandex dot ru Summary: php_curl.dll doesn't loading on Apache started as a service -Status: Open +Status: Feedback Type: Bug Package: cURL related Operating System: Windows Server 2003 PHP Version: 5.3.3 Block user comment: N Private report: N New Comment: Something is wrong in your setup then. It works just fine here, try from a cmd line: C:\test\534rc1vc6x86ts>php -d extension_dir=ext -d extension=php_curl.dll -m where C:\test\534rc1vc6x86ts contains the contents of the 5.3.4RC1 archive. Previous Comments: ------------------------------------------------------------------------ [2010-11-23 14:43:47] keryax at yandex dot ru RC1 doesn't loading cURL too :( ------------------------------------------------------------------------ [2010-11-23 12:47:25] [email protected] Please try using 5.3.4RC1 ------------------------------------------------------------------------ [2010-11-23 08:16:49] keryax at yandex dot ru Description: ------------ PHP installed as a module to Apache 2.2.16. Apache running as a service. When service is starting, i see this warning message: "PHP Startup: Unable to load dynamic library 'C:/php/ext/php_curl.dll' - The specified module could not be found." File php_curl.dll exists. Another extenstions load successfully. I don't see this warning in console and this script returning 1: <?PHP echo function_exists("curl_init")?1:0; ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53384&edit=1
