summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-09-30 19:41:41 -0700
committerStanislav Malyshev <stas@php.net>2012-09-30 19:41:41 -0700
commitd3c37f0937dd4445eedb3a5b8b385aaf0b5de24f (patch)
tree6ebef1f6c14f234283dcf588df993f3e46ede0c1
parentdd093ac12aa4412a78dfecbf1e711f2dfd02ca7c (diff)
downloadphp-git-d3c37f0937dd4445eedb3a5b8b385aaf0b5de24f.tar.gz
add news for --offline
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8602cffe33..86ba860260 100644
--- 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).