Fix a rare crash with unitialized CURLOPT_HTTPHEADER
[m6w6/ext-http] / package.xml
index 5bc56946eb399cc376e488648dfb25f794cabe75..d0b01ea0467e536f3d62d015ab4f053c432347b2 100644 (file)
@@ -37,9 +37,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2013-12-10</date>
+ <date>2014-01-02</date>
  <version>
-  <release>2.0.2</release>
+  <release>2.0.5dev</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -48,7 +48,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed shutdown crash as shared extension
+* Fix rare crash with uninitialized CURLOPT_HTTPHEADER
 ]]></notes>
  <contents>
   <dir name="/">
@@ -134,6 +134,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="urls.txt"/>
     </dir>
      <file role="test" name="bug61444.phpt"/>
+     <file role="test" name="bug66388.phpt"/>
      <file role="test" name="client001.phpt"/>
      <file role="test" name="client002.phpt"/>
      <file role="test" name="client003.phpt"/>