This commit is contained in:
Stanislav Malyshev 2012-09-30 19:27:12 -07:00
parent bf064112b7
commit 457844a226

1
NEWS
View File

@ -12,6 +12,7 @@ PHP NEWS
. Added optional second argument for assert() to specify custom message. Patch
by Lonny Kapelushnik (lonny@lonnylot.com). (Lars)
. Support building PHP with the native client toolchain. (Stuart Langley)
. Fixed bug #63162 (parse_url does not match password component). (husman)
. Fixed bug #63111 (is_callable() lies for abstract static method). (Dmitry)
. Fixed bug #63093 (Segfault while load extension failed in zts-build).
(Laruence)