1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

Update NEWS

This commit is contained in:
Xinchen Hui
2014-11-10 13:47:50 +08:00
parent b9e44888c0
commit eacf998af2
+1
View File
@@ -7,6 +7,7 @@ PHP NEWS
?? ??? 2014, PHP 5.6.3
- Core:
. Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
. Fixed bug #68104 (Segfault while pre-evaluating a disabled function).
(Laruence)
. Implemented 64-bit format codes for pack() and unpack(). (Leigh)