php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28298 CURL not binding zlib
Submitted: 2004-05-06 14:04 UTC Modified: 2004-05-13 19:13 UTC
From: adamsbarker at hotmail dot com Assigned:
Status: Closed Package: cURL related
PHP Version: 5CVS-2004-05-06 (dev) OS: Windows 2003
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: adamsbarker at hotmail dot com
New email:
PHP Version: OS:

 

 [2004-05-06 14:04 UTC] adamsbarker at hotmail dot com
Description:
------------
Using the latest snaps of both (6 May 2004):

 - Stable (4.3.x-dev)
 - Latest CVS (5.0.x-dev)

Zlib 1.1.4 is not binding to CURL as displayed in phpinfo:

PHP4:
CURL Information - libcurl/7.10.5 OpenSSL/0.9.7d

PHP5:
CURL Information - libcurl/7.10.8 OpenSSL/0.9.7d


This problem can be fixed for the latest "Stable (4.3.x-dev)" version by downloading the following file (and putting this file in the "extensions" directory so it overrides the existing file that came with the release):

ftp://ftp.proventum.net/misc/php_curl.dll
(this was a file i was referred to from the exact same bug in an earlier php release - http://bugs.php.net/bug.php?id=24725)

However, this file doesn't work with the latest "CVS (5.0.x-dev)" version.

Phpinfo for PHP5:

CURL Information - libcurl/7.10.8 OpenSSL/0.9.7d


I hope this makes sense :)
Adam.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-09 16:15 UTC] adamsbarker at hotmail dot com
.
 [2004-05-13 19:13 UTC] edink@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Mar 13 21:01:32 2025 UTC