summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS32
1 files changed, 15 insertions, 17 deletions
diff --git a/NEWS b/NEWS
index 4339ecf9e4..778840037f 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,10 @@ PHP NEWS
. Fixed bug #75164 (split_bc_num() is pointless). (cmb)
. Fixed bug #75169 (BCMath errors/warnings bypass PHP's error handling). (cmb)
+- cURL:
+ . Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).
+ (cebe)
+
- Date:
. Implemented FR #74668: Add DateTime::createFromImmutable() method.
(majkl578, Rican7)
@@ -51,10 +55,6 @@ PHP NEWS
- DBA:
. Fixed bug #75264 (compiler warnings emitted). (petk)
-- cURL:
- . Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).
- (cebe)
-
- GD:
. Added support for WebP in imagecreatefromstring() (Andreas Treichel, cmb).
@@ -65,13 +65,13 @@ PHP NEWS
. Added gmp_perfect_power(a). (Nikita)
. Added gmp_kronecker(a, b). (Nikita)
+- interbase:
+ . Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)
+
- intl:
. Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead
of destination). (andrewnester)
-- interbase:
- . Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)
-
- JSON:
. Added JSON_THROW_ON_ERROR flag. (Andrea)
@@ -125,12 +125,6 @@ PHP NEWS
- PDO SQLite
. Add support for additional open flags
-- phar:
- . Fixed bug #74991 (include_path has a 4096 char limit in some cases).
- (bwbroersma)
- . Fixed bug #65414 (deal with leading slash when adding files correctly).
- (bishopb)
-
- pgsql:
. Added new error constants for pg_result_error(): (Kalle)
- Requires Postgres 9.3
@@ -142,6 +136,12 @@ PHP NEWS
- Requires Postgres 9.6
- PGSQL_DIAG_SEVERITY_NONLOCALIZED
+- phar:
+ . Fixed bug #74991 (include_path has a 4096 char limit in some cases).
+ (bwbroersma)
+ . Fixed bug #65414 (deal with leading slash when adding files correctly).
+ (bishopb)
+
- Session:
. Fixed bug #74941 (session fails to start after having headers sent).
(morozov)
@@ -151,6 +151,8 @@ PHP NEWS
- SOAP:
. Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders). (villfa)
+ . Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is
+ used). (Anton Artamonov)
- SPL:
. Fixed bug #74977 (Appending AppendIterator leads to segfault).
@@ -166,10 +168,6 @@ PHP NEWS
- SQLite3:
. Updated bundled libsqlite to 3.22.0. (cmb)
-- Soap:
- . Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is
- used). (Anton Artamonov)
-
- Standard:
. Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
Philip Sharp)