Edit report at http://bugs.php.net/bug.php?id=53384&edit=1

 ID:                 53384
 User updated by:    keryax at yandex dot ru
 Reported by:        keryax at yandex dot ru
 Summary:            php_curl.dll doesn't loading on Apache started as a
                     service
-Status:             Feedback
+Status:             Open
 Type:               Bug
 Package:            cURL related
 Operating System:   Windows Server 2003
 PHP Version:        5.3.3
 Block user comment: N
 Private report:     N

 New Comment:

PHP, runned in command line works fine. 

this command returned that curl is already loaded:

php -d extension_dir=ext -d extension=php_curl.dll -m

php.ini row extension_dir have full path in value: C:/php/ext

But curl cannot be loaded with apache2.

all another modules (such as gd2, mysql, mbstring etc.) are loading
succesfully.

Downgrade to 5.3.1 helps me.


Previous Comments:
------------------------------------------------------------------------
[2010-11-23 15:54:17] [email protected]

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.

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

Reply via email to