release 4.0.0
authorMichael Wallner <mike@php.net>
Tue, 1 Dec 2020 14:02:44 +0000 (15:02 +0100)
committerMichael Wallner <mike@php.net>
Tue, 1 Dec 2020 14:02:44 +0000 (15:02 +0100)
>*NOTE:*
v4.x will be PHP-8 only, v3.x continues PHP-7 support

* PHP 8 compatibility
- Drop ext-propro support
PHP 8 removes the object get/set API from the ZendEngine, which renders
that extension dysfunctional. As a consequence, the header property of
http\Message and derived classes cannot be modified in place, and thus
by reference.

package.xml
php_http.h

index 1ac81541a29502e04b708e936e3fccc849776f15..3b7c1bd93cbd7514cb662ec06183f4705f7ff2ae 100644 (file)
@@ -31,14 +31,14 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2020-09-23</date>
+ <date>2020-12-01</date>
  <version>
  <version>
-  <release>4.0.0beta1</release>
+  <release>4.0.0</release>
   <api>4.0.0</api>
  </version>
  <stability>
   <api>4.0.0</api>
  </version>
  <stability>
-  <release>beta</release>
-  <api>beta</api>
+  <release>stable</release>
+  <api>stable</api>
  </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[
index 73d1a435d04bb31bedbb1f13bfdb66a476b7ed0e..608e05873d39029595eeadf2943b864c8f09f3ae 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 "4.0.0beta1"
+#define PHP_PECL_HTTP_VERSION "4.0.0"
 
 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