summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-03-23 17:22:41 +0000
committerMarcus Boerger <helly@php.net>2002-03-23 17:22:41 +0000
commit4cab908a78c1a083ad2c6a0a47d9f006605fd45e (patch)
tree0ef9dee95e861b833f7cff170f3aa5a59cfd65c3
parentfdf9d3502afba25d8eda2cc91956d406d13c33e7 (diff)
downloadphp-git-4cab908a78c1a083ad2c6a0a47d9f006605fd45e.tar.gz
-removed -x
-no german in NEWS
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
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