]> granicus.if.org Git - php/commitdiff
- Update news file
authorAndi Gutmans <andi@php.net>
Fri, 26 May 2000 07:33:06 +0000 (07:33 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 26 May 2000 07:33:06 +0000 (07:33 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 200912ab3c58356f22738a05e3ee806a7459e178..a968838a8f99309376911eb8c0894c12468022ca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.1
+- Fixed scanning decimal numbers in internationalized environments. They should
+  always be in standard US format e.g. 23.3. (Andi, Zend Engine)
 - Added second argument to preg_quote() which allows quoting of
   one additional character, usually the regex delimiter. (Andrei)
 - Uncommitted outstanding OCI8 transactions are now rolled back