cvs: php4 / NEWS
[email protected] ("Andi Gutmans")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvsandi959326386@cvsserver> |
andi Fri May 26 00:33:06 2000 EDT
Modified files:
/php4 NEWS
Log:
- Update news file
Index: php4/NEWS
diff -u php4/NEWS:1.259 php4/NEWS:1.260
--- php4/NEWS:1.259 Thu May 25 19:15:07 2000
+++ php4/NEWS Fri May 26 00:33:06 2000
@@ -2,6 +2,8 @@
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 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