cvs: php4 / NEWS

[email protected] ("Thies C. Arntzen") Fri, 02 Jun 2000 08:53:56 -0000
Newsgroups php.version4
Message-ID <cvsthies959936036@cvsserver>
thies		Fri Jun  2 01:53:56 2000 EDT

  Modified files:
    /php4	NEWS 
  Log:
  -
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.267 php4/NEWS:1.268
--- php4/NEWS:1.267	Thu Jun  1 19:15:23 2000
+++ php4/NEWS	Fri Jun  2 01:53:55 2000
@@ -4,7 +4,7 @@
 ?? ??? 2000, Version 4.0.1
 - 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)
+  will use strict comparison instead of the default one. (Andrei)
 - Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)
 - ignore_user_abort=Off is now default. (Thies)
 - Added array_merge_recursive() that will recursively merge values