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

Align NEWS entry format

This commit is contained in:
Lior Kaplan
2016-03-31 01:01:11 +03:00
parent 53ce826cdd
commit 3b26af59d4
+4 -5
View File
@@ -33,8 +33,8 @@ PHP NEWS
(Daniel kalaspuffar, Julien)
- Postgres:
. Fixed bug #71820 (pg_fetch_object binds parameters before
call constructor). (Anatol)
. Fixed bug #71820 (pg_fetch_object binds parameters before call
constructor). (Anatol)
- SPL:
. Fixed bug #71838 (Deserializing serialized SPLObjectStorage-Object can't
@@ -117,8 +117,7 @@ PHP NEWS
(steven dot lambeth at gmx dot de, Anatol)
- Phar:
. Fixed bug #71625 (Crash in php7.dll with bad phar filename).
(Anatol)
. Fixed bug #71625 (Crash in php7.dll with bad phar filename). (Anatol)
. Fixed bug #71317 (PharData fails to open specific file). (Jos Elstgeest)
. Fixed bug #71860 (Invalid memory write in phar on filename with \0 in
name). (Stas)
@@ -127,7 +126,7 @@ PHP NEWS
. Fixed crash when advancing (except step) inside an internal function. (Bob)
- Session:
. Fixed Bug #71683 (Null pointer dereference in zend_hash_str_find_bucket).
. Fixed bug #71683 (Null pointer dereference in zend_hash_str_find_bucket).
(Yasuo)
- SNMP: