From:             adamsbarker at hotmail dot com
Operating system: Windows 2003
PHP version:      5CVS-2004-05-06 (dev)
PHP Bug Type:     cURL related
Bug description:  CURL not binding zlib

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.


-- 
Edit bug report at http://bugs.php.net/?id=28298&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28298&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28298&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28298&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28298&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28298&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28298&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28298&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28298&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28298&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28298&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28298&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28298&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28298&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28298&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28298&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28298&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28298&r=float

Reply via email to