]> granicus.if.org Git - php/commitdiff
- Update NEWS so that this is documented
authorAndi Gutmans <andi@php.net>
Fri, 2 Jun 2000 16:52:22 +0000 (16:52 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 2 Jun 2000 16:52:22 +0000 (16:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0bc70d9535581ec4e73d56fb05736fe399c67183..aa63cbcdb9db9ffe247358292afefe8d5f0e7e34 100644 (file)
--- 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)