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

index f12a254f4e72bbeae28eeaad8f12955af063dd80..9aa688a1c442cba525f412097aeb0fb3eb238e21 100644 (file)
@@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2014-09-25</date>
  <version>
  </lead>
  <date>2014-09-25</date>
  <version>
-  <release>2.1.2</release>
+  <release>2.1.3dev</release>
   <api>2.1.0</api>
  </version>
  <stability>
   <api>2.1.0</api>
  </version>
  <stability>
@@ -48,11 +48,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Added missing request option constants:
-  POSTREDIR_303, AUTH_SPNEGO (libcurl >= 7.38.0), SSL_VERSION_TLSv1_{0,1,2} (libcurl >= 7.34)
-* Fixed bug #68083 (PUT method not working after DELETE)
-* Fixed bug #68009 (Segmentation fault after calling exit(0) after a request)
-* Fixed bug #68000 (Extension does not build on FreeBSD)
+*
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
index 8a82b2ddaaa5255d70dda2751d6bf2025b704679..4134e25e66cb8086df31027ba63c24f7e3724f41 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.1.2"
+#define PHP_PECL_HTTP_VERSION "2.1.3dev"
 
 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