]> granicus.if.org Git - php/commitdiff
-
authorThies C. Arntzen <thies@php.net>
Fri, 2 Jun 2000 08:53:55 +0000 (08:53 +0000)
committerThies C. Arntzen <thies@php.net>
Fri, 2 Jun 2000 08:53:55 +0000 (08:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index cb39e2256cda85e87ee9cbadc1433c8ef5b7c861..0bc70d9535581ec4e73d56fb05736fe399c67183 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ PHP 4.0                                                                    NEWS
 ?? ??? 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