From: Marcus Boerger Date: Sat, 23 Mar 2002 17:22:41 +0000 (+0000) Subject: -removed -x X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1089 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cab908a78c1a083ad2c6a0a47d9f006605fd45e;p=php -removed -x -no german in NEWS --- diff --git a/NEWS b/NEWS index fe1e7ba5aa..8f9cd8288b 100644 --- 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