1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

[ci skip] Update NEWS

This commit is contained in:
Anatol Belski
2018-11-18 14:40:00 +01:00
parent 5f64afc073
commit 68442312e3

4
NEWS
View File

@@ -14,6 +14,10 @@ PHP NEWS
. Fixed bug #77165 (mb_check_encoding crashes when argument given an empty
array). (Nikita)
- PGSQL:
. Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT
TIMEZONE' data type). (Andy Gajetzki)
- SOAP:
. Fixed bug #77141 (Signedness issue in SOAP when precision=-1). (cmb)