cvs: php4 / NEWS

[email protected] ("Andi Gutmans") Fri, 02 Jun 2000 16:52:22 -0000
Newsgroups php.version4
Message-ID <cvsandi959964742@cvsserver>
andi		Fri Jun  2 09:52:22 2000 EDT

  Modified files:
    /php4	NEWS 
  Log:
  - Update NEWS so that this is documented
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.268 php4/NEWS:1.269
--- php4/NEWS:1.268	Fri Jun  2 01:53:55 2000
+++ php4/NEWS	Fri Jun  2 09:52:22 2000
@@ -2,6 +2,8 @@
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 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)