diff options
author | Andi Gutmans <andi@php.net> | 2000-05-26 07:33:06 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-05-26 07:33:06 +0000 |
commit | ac309e969662975d84aca89fb77b10dbc7b4a507 (patch) | |
tree | f257040de4f85583c23659366b8d899d60a81b49 | |
parent | d3007a8ca98f6ac745ecdd0eaf3613a0eb65b4e1 (diff) | |
download | php-git-ac309e969662975d84aca89fb77b10dbc7b4a507.tar.gz |
- Update news file
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |