diff options
author | Marcus Boerger <helly@php.net> | 2002-03-23 17:22:41 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-03-23 17:22:41 +0000 |
commit | 4cab908a78c1a083ad2c6a0a47d9f006605fd45e (patch) | |
tree | 0ef9dee95e861b833f7cff170f3aa5a59cfd65c3 | |
parent | fdf9d3502afba25d8eda2cc91956d406d13c33e7 (diff) | |
download | php-git-4cab908a78c1a083ad2c6a0a47d9f006605fd45e.tar.gz |
-removed -x
-no german in NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |