]> granicus.if.org Git - php/commitdiff
-removed -x
authorMarcus Boerger <helly@php.net>
Sat, 23 Mar 2002 17:22:41 +0000 (17:22 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 23 Mar 2002 17:22:41 +0000 (17:22 +0000)
-no german in NEWS

NEWS

diff --git a/NEWS b/NEWS
index fe1e7ba5aa9b1356df86c858d6c40fc4f4a7f87b..8f9cd8288bf381ac355c6d73da8162d97ef37ad2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
-- Added new switch -x to CLI that enables execution of files without @scripting tags. (Marcus)
 - All special fopen wrappers ('php://', 'bz2://' and 'zlib://') now require the
   '://' separator (instead of simply 'php:', 'bz2:' and 'zlib:') to avoid
   ambiguities when filenames have ':' characters. (Wez)
@@ -36,7 +35,7 @@ PHP 4                                                                      NEWS
   process is now more portable and less resource-consuming. (Sascha)
 
 ?? ??? 2002, Version 4.2.0
-- ACHTUNG!! register_globals defaults to 'off' now !!!
+- ATTENTION!! register_globals defaults to 'off' now !!!
 - Modified the mysql extension to disable 'LOAD LOCAL' when safe mode is
   enabled. (Jason)
 - Added CLI (command line interface) sapi which is more suitable for writing