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

[ci skip] Update NEWS

This commit is contained in:
Anatol Belski
2018-06-29 20:10:54 +02:00
parent cb97fd3097
commit fb09f1341f

3
NEWS
View File

@@ -19,6 +19,9 @@ PHP NEWS
. Fixed bug #76532 (Integer overflow and excessive memory usage
in mb_strimwidth). (MarcusSchwarz)
- PGSQL:
. Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)
- phpdbg:
. Fix arginfo wrt. optional/required parameters. (cmb)