back to dev
authorMichael Wallner <mike@php.net>
Tue, 19 Jan 2016 12:56:36 +0000 (13:56 +0100)
committerMichael Wallner <mike@php.net>
Tue, 19 Jan 2016 12:56:36 +0000 (13:56 +0100)
[ci skip]

package.xml
php_http.h

index 6b81dc4ac6ce9dbf1a98d999400d84fe8529744b..f06ad79f5199d1ceb6203e679b863ac22a710401 100644 (file)
@@ -37,7 +37,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2016-01-19</date>
  <version>
  </lead>
  <date>2016-01-19</date>
  <version>
-  <release>3.0.0</release>
+  <release>3.0.1dev</release>
   <api>3.0.0</api>
  </version>
  <stability>
   <api>3.0.0</api>
  </version>
  <stability>
@@ -46,8 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-PHP7 compatible release based on the 2.5.x series with the following backwards incompatible changes:
-- removed http\Url::FROM_ENV from the default flags of the http\Url constructor, use http\Env\Url instead
+*
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
index 4ac6b2b85d647b2fe42632aeec92a1461272fc81..632ed950a9a99e3a49ef9f20c14e3b0f0246dd5e 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 "3.0.0"
+#define PHP_PECL_HTTP_VERSION "3.0.1dev"
 
 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