summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-02 16:52:22 +0000
committerAndi Gutmans <andi@php.net>2000-06-02 16:52:22 +0000
commit1f6c248909c2fc85398288803fb24e470a4b0193 (patch)
tree2c64c638851426f0cf43b7fc2bd44aa01c6e50cd
parent1b993610c1d1b6106bb89c8e6c6fccf88cc969cf (diff)
downloadphp-git-1f6c248909c2fc85398288803fb24e470a4b0193.tar.gz
- Update NEWS so that this is documented
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0bc70d9535..aa63cbcdb9 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.1
+- Fix the global/static statements to require a trailing terminating
+ semi-colon ';'. (Andi, Zend Engine)
- Cleaned up PCRE extension and made it binary-safe. (Andrei)
- Added third argument to in_array(). If it's true, then in_array()
will use strict comparison instead of the default one. (Andrei)