php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52346 cURL binary is bugous in 5.3.2 release for Windows
Submitted: 2010-07-15 12:32 UTC Modified: 2013-02-18 00:34 UTC
Votes:6
Avg. Score:5.0 ± 0.0
Reproduced:6 of 6 (100.0%)
Same Version:4 (66.7%)
Same OS:5 (83.3%)
From: huji dot huji at gmail dot com Assigned:
Status: No Feedback Package: cURL related
PHP Version: 5.3.2 OS: Windows XP
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2010-07-15 12:32 UTC] huji dot huji at gmail dot com
Description:
------------
After installing a fresh copy of PHP 5.3.2 binaries for Windows (extracted from php-5.3.2-Win32-VC6-x86.zip) as a module for Apache 2.2.4, and modifying php.ini to load some extensions (like GD2, MBString, MySQL and MySQLi, and cURL), the cURL extension doesn't load correctly.

Apache error log says:

PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_curl.dll' - The operating system cannot run %1.\r\n in Unknown on line 0

On phpinfo(), all other loaded extensions are reported but cURL is not loaded, hence not listed in phpinfo().



Expected result:
----------------
Expected result is successful loading of cURL extension.

Actual result:
--------------
cURL extension fails to load.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-10-21 16:00 UTC] jonasportugal at hotmail dot com
I am having the same problem. The required DLLs are already in the PATH of Environment Variables and the line for cURL is already uncommented in php.ini

I've tried everything but nothing works.

PS: my OS is Win XP SP3
 [2010-10-21 16:57 UTC] pajoye@php.net
-Status: Open +Status: Feedback
 [2010-10-21 16:57 UTC] pajoye@php.net
Please try with 5.3.3.
 [2010-10-21 17:06 UTC] jonasportugal at hotmail dot com
the problem is in version php 5.2.14
 [2010-10-21 17:24 UTC] pajoye@php.net
This bug is about 5.3.x, but please try 5.2.14 from windows.php.net.
 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 09:01:27 2024 UTC