administrativa; [ci ignore]
authorMichael Wallner <mike@php.net>
Fri, 25 Sep 2015 07:32:16 +0000 (09:32 +0200)
committerMichael Wallner <mike@php.net>
Fri, 25 Sep 2015 07:32:16 +0000 (09:32 +0200)
package.xml
php_http.h

index 6ac6d6d4a75b5c73bc640db5795c24606a70e410..e2541da06ff62f833b60244c8f13b9b8d9c441fc 100644 (file)
@@ -37,7 +37,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2015-09-10</date>
  <version>
-  <release>2.5.2</release>
+  <release>2.5.3dev</release>
   <api>2.5.0</api>
  </version>
  <stability>
@@ -46,8 +46,8 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed regression with HEAD requests always warning about a partial file transfer
-+ Added "path_as_is" request option (libcurl >= 7.42)
+* Fixed gh-issue #12: crash on bad url passed to http\Message::setRequestUrl()
+* URL parser now fails on empty labels 
 ]]></notes>
  <contents>
   <dir name="/">
@@ -244,6 +244,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="filterzlib.phpt"/>
      <file role="test" name="gh-issue6.phpt"/>
      <file role="test" name="gh-issue7.phpt"/>
+     <file role="test" name="gh-issue12.phpt"/>
      <file role="test" name="header001.phpt"/>
      <file role="test" name="header002.phpt"/>
      <file role="test" name="header003.phpt"/>
index 2ddd52d00ee487e60bc7842ec160ca0a33a3c8f5..e9c66ded0dc2f7076bdeef3a630501f808bdee77 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.5.2"
+#define PHP_PECL_HTTP_VERSION "2.5.3dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry