From d109b3dd5c2d6856e0061bb4412d7fcad2822e5d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 1 Dec 2020 15:02:44 +0100 Subject: [PATCH] release 4.0.0 >*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 | 8 ++++---- php_http.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index 1ac8154..3b7c1bd 100644 --- a/package.xml +++ b/package.xml @@ -31,14 +31,14 @@ https://mdref.m6w6.name/http mike@php.net yes - 2020-09-23 + 2020-12-01 - 4.0.0beta1 + 4.0.0 4.0.0 - beta - beta + stable + stable BSD-2-Clause