summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a8337b9e2..0c759b5d16 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,8 @@ PHP 4 NEWS
- Moved extensions to PECL (http://pear.php.net/): (James, Derick)
. ext/vpopmail
. ext/cybermut
+- Added -n command switch to cli and cgi version which allows to skip php.ini
+ parsing at startup. (Marcus, Wez)
- Added "neutral" language entry to mbstring spec. (Moriyoshi)
- Changed bundled gd library to consider php.ini option memory_limit. (Marcus)
- Modified log() to accept multiple bases. (Jason)