summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-14 17:20:50 +0000
committerMarcus Boerger <helly@php.net>2002-11-14 17:20:50 +0000
commit29a40a1909cdc6c580261c11fdf590356038cda3 (patch)
tree18dbeccf1dd6d3ed30e3fe835c201cfcec1aec3d
parent4e1d68402712ff1bd494e8e4d5f8d759b0b0d019 (diff)
downloadphp-git-29a40a1909cdc6c580261c11fdf590356038cda3.tar.gz
Missed that
-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)