From: Andi Gutmans Date: Fri, 26 May 2000 07:33:06 +0000 (+0000) Subject: - Update news file X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac309e969662975d84aca89fb77b10dbc7b4a507;p=php - Update news file --- diff --git a/NEWS b/NEWS index 200912ab3c..a968838a8f 100644 --- 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