]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Thu, 2 Mar 2000 02:09:09 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Thu, 2 Mar 2000 02:09:09 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ec12dea19cae74eee3ffa5884fb215f443707eed..be31a590c4798c21e2abfc3d2f60a234247ada2c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ???, Version 4.0 Beta 5
+- OCINLogon no longer crashes. (Thies)
 - Fix comparisons of (string) "nan" with (string) "nan". (Thies, Zend library)
 - Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"]
   and $foo are no longer references to each other, but separate variables