release 2.0.5 RELEASE_2_0_5
authorMichael Wallner <mike@php.net>
Fri, 4 Apr 2014 12:03:31 +0000 (14:03 +0200)
committerMichael Wallner <mike@php.net>
Fri, 4 Apr 2014 12:03:31 +0000 (14:03 +0200)
package.xml
php_http.h

index d0b01ea0467e536f3d62d015ab4f053c432347b2..5d810686e988f6515905192eee308119a4924ff4 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>2014-01-02</date>
+ <date>2014-04-04</date>
  <version>
-  <release>2.0.5dev</release>
+  <release>2.0.5</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -49,6 +49,8 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  <license>BSD, revised</license>
  <notes><![CDATA[
 * Fix rare crash with uninitialized CURLOPT_HTTPHEADER
+* Fix build with -Werror=format-security (Remi)
+* Fix build with extenal libs needed by libcurl
 ]]></notes>
  <contents>
   <dir name="/">
index 7bc203b2947c67219ed183844c7aa84f23502806..0a09ce28bec136a00fce39a40903b024b68a696b 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.0.5dev"
+#define PHP_PECL_HTTP_VERSION "2.0.5"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry