administrativa
authorMichael Wallner <mike@php.net>
Fri, 4 Dec 2015 13:06:09 +0000 (14:06 +0100)
committerMichael Wallner <mike@php.net>
Fri, 4 Dec 2015 13:06:09 +0000 (14:06 +0100)
package.xml
php_http.h

index de2235dd020d427bef10b8b81d1f272684465d45..2f596ad58aabaa22111e4486798124aeb550dec1 100644 (file)
@@ -35,9 +35,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-09-25</date>
+ <date>2015-12-04</date>
  <version>
-  <release>3.0.0dev</release>
+  <release>3.0.0RC1</release>
   <api>3.0.0</api>
  </version>
  <stability>
@@ -47,6 +47,8 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  <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="/">
index 13afc0fb6ab60839083dd5d0884425c519188d93..1d979a8b738f1e1eb690e8da7ec9544bf7f3e291 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "3.0.0dev"
+#define PHP_PECL_HTTP_VERSION "3.0.0RC1"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry