release 2.4.3 RELEASE_2_4_3
authorMichael Wallner <mike@php.net>
Wed, 8 Apr 2015 10:12:49 +0000 (12:12 +0200)
committerMichael Wallner <mike@php.net>
Wed, 8 Apr 2015 10:12:49 +0000 (12:12 +0200)
package.xml
php_http.h

index 65666788c07d1db8e66fc894c9ab3951c483f29f..4160cf9a546978509dd56c2e05892ef1d8f3425b 100644 (file)
@@ -35,9 +35,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-04-03</date>
+ <date>2015-04-08</date>
  <version>
-  <release>2.4.3dev</release>
+  <release>2.4.3</release>
   <api>2.4.0</api>
  </version>
  <stability>
@@ -46,7 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-*
+* Fixed bug #69357 (HTTP/1.1 100 Continue overriding subsequent 200 response code with PUT request)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -149,6 +149,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="bug67932.phpt"/>
      <file role="test" name="bug69000.phpt"/>
      <file role="test" name="bug69076.phpt"/>
+     <file role="test" name="bug69357.phpt"/>
      <file role="test" name="client001.phpt"/>
      <file role="test" name="client002.phpt"/>
      <file role="test" name="client003.phpt"/>
index 403c3c785ba7a2bf7b46fe0d3ab7c5725530a47c..a4e9281a971571e0fb77dbc8b1ea8763df8d2385 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.4.3dev"
+#define PHP_PECL_HTTP_VERSION "2.4.3"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry