fix bug #61372 (undefined symbol: Z_ADDREF_P - possibly wrong dependency?)
[m6w6/ext-http] / package.xml
index 652a161855997bc0a0d5a846c22181fba8dab62c..144043839d5303da3fbbe4dd486f0bc12b3317db 100644 (file)
@@ -28,9 +28,9 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2010-04-29</date>
+ <date>2012-04-02</date>
  <version>
-  <release>1.7.0</release>
+  <release>1.7.4</release>
   <api>1.7.0</api>
  </version>
  <stability>
@@ -39,23 +39,7 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Added generic http_negotiate() function (FR#17338)
-* Added request options:
- - proxytunnel: enable tunelling through the HTTP proxy
- - noproxy: comma separatet list of hosts (* means all hosts) not to use a proxy for (libcurl >= 7.19.4)
-* Added postredir request options constants:
- - HTTP_POSTREDIR_301
- - HTTP_POSTREDIR_302
- - HTTP_POSTREDIR_ALL
-* Added authtype request option constant:
- - HTTP_AUTH_DIGEST_IE
-* Added proxytype request option constants:
- - HTTP_PROXY_HTTP_1_0
-* Added request info members:
- - condition_unmet (libcurl >= 7.19.4)
-* Fixed bug #16893 (Content not decoded with zlib support and compress enabled)
-* Fixed bug #17087 (http_build_cookie() exhausts memory if cookie value is NULL)
-* Fixed bug #17169 (Wrong return value of HttpMessage::getHttpVersion())
+* Fixed Bug #61372 (build fails with "undefined symbol Z_ADDREF_P)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -276,8 +260,6 @@ support. Parallel requests are available for PHP 5 and greater.
   <required>
    <php>
     <min>4.3</min>
-    <max>6.0.0</max>
-    <exclude>6.0.0</exclude>
    </php>
    <pearinstaller>
     <min>1.4.1</min>