back to dev
authorMichael Wallner <mike@php.net>
Thu, 16 Oct 2014 07:18:48 +0000 (09:18 +0200)
committerMichael Wallner <mike@php.net>
Thu, 16 Oct 2014 07:18:48 +0000 (09:18 +0200)
package.xml
php_http.h

index 6b723d4a1feaa8a2157110f657cdca8105d21f43..b967106c839cd06d4cbb397acc7573d939794d09 100644 (file)
@@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2014-10-16</date>
  <version>
-  <release>2.1.3</release>
+  <release>2.1.4dev</release>
   <api>2.1.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[
-* Fix build with libcurl < 7.26 (Remi)
+*
 ]]></notes>
  <contents>
   <dir name="/">
index 459b758e01b2d405ff21f83fc7fa5eaafcb2ae05..c59512a7d80d5f4ed24659a720217f4904c848bd 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.1.3"
+#define PHP_PECL_HTTP_VERSION "2.1.4dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry