release 2.5.3 RELEASE_2_5_3
authorMichael Wallner <mike@php.net>
Fri, 25 Sep 2015 12:10:28 +0000 (14:10 +0200)
committerMichael Wallner <mike@php.net>
Fri, 25 Sep 2015 12:10:55 +0000 (14:10 +0200)
package.xml
php_http.h

index e2541da06ff62f833b60244c8f13b9b8d9c441fc..df97ad994f44f97582f048f227c98063f197359e 100644 (file)
@@ -35,9 +35,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-09-10</date>
+ <date>2015-09-25</date>
  <version>
  <version>
-  <release>2.5.3dev</release>
+  <release>2.5.3</release>
   <api>2.5.0</api>
  </version>
  <stability>
   <api>2.5.0</api>
  </version>
  <stability>
@@ -47,7 +47,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  <license>BSD, revised</license>
  <notes><![CDATA[
 * Fixed gh-issue #12: crash on bad url passed to http\Message::setRequestUrl()
  <license>BSD, revised</license>
  <notes><![CDATA[
 * Fixed gh-issue #12: crash on bad url passed to http\Message::setRequestUrl()
-* URL parser now fails on empty labels 
+* The URL parser now fails on empty labels 
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
index e9c66ded0dc2f7076bdeef3a630501f808bdee77..bc30d4353056037d90d1e392fbcf31149bf0e74a 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.5.3dev"
+#define PHP_PECL_HTTP_VERSION "2.5.3"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry