add news for --offline
authorStanislav Malyshev <stas@php.net>
Mon, 1 Oct 2012 02:41:41 +0000 (19:41 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 1 Oct 2012 02:41:41 +0000 (19:41 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 8602cffe33b571b57a7ce3b7fed79661d076dfa6..86ba860260986aab635aa789ff9c47e9a6bd00a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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).