diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2013-10-29 17:29:53 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2013-10-29 17:29:53 +0900 |
commit | 4c45e95cfe064d76f0aedbee991ae1b217bb9990 (patch) | |
tree | f59051879531e679ba2a219255779fc2c6bfcbcf | |
parent | d04bcb89695cf75dddde143cc6d7cc9b91bbd008 (diff) | |
download | php-git-4c45e95cfe064d76f0aedbee991ae1b217bb9990.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,13 +10,17 @@ PHP NEWS . Fixed bug #65911 (scope resolution operator - strange behavior with $this). (Bob Weinand) --OPcache +- OPcache . Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris) - ODBC . Fixed bug #65950 (Field name truncation if the field name is bigger than 32 characters). (patch submitted by: michael dot y at zend dot com, Yasuo) +- Standard: + . Fixed bug #64760 (var_export() does not use full precision for floating-point + numbers) (Yasuo) + 17 Oct 2013, PHP 5.5.5 |