1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00

add news for --offline

This commit is contained in:
Stanislav Malyshev
2012-09-30 19:41:41 -07:00
parent dd093ac12a
commit d3c37f0937
+1
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)
. Added --offline option for tests. (Remi)
. 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).