1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

fix and update NEWS

This commit is contained in:
Anatol Belski
2016-03-17 19:02:08 +01:00
parent 1b632cfe83
commit b8c9c92d44
+7
View File
@@ -5,10 +5,17 @@ PHP NEWS
- Core:
. Fixed bug #71841 (EG(error_zval) is not handled well). (Laruence)
- ODBC:
. Fixed bug #63171 (Script hangs after max_execution_time). (Remi)
- Opcache:
. Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER).
(Laruence)
- Postgres:
. Fixed bug #71820 (pg_fetch_object binds parameters before
call constructor). (Anatol)
- Standard:
. Fixed bug #71840 (Unserialize accepts wrongly data). (Ryat, Laruence)