diff options
author | Marcus Boerger <helly@php.net> | 2005-12-26 14:48:57 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-12-26 14:48:57 +0000 |
commit | 8cda8890fde0d89493aa16b1a8a20edaf6db2a06 (patch) | |
tree | f6507892c9ccd1e60d166e5c6ee687596e43574d | |
parent | f78db5bc8352136442862b5beffa76d545480521 (diff) | |
download | php-git-8cda8890fde0d89493aa16b1a8a20edaf6db2a06.tar.gz |
- BFN
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ PHP 4 NEWS - Fixed bug #33201 (Crash when fetching some data types). (Frank) - Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if display_startup_error is off). (Ilia) +- Fixed bug #27678 (number_format() crashes with large numbers). (Marcus) 18 Nov 2005, Version 4.4.2RC1 - Added missing safe_mode/open_basedir checks into cURL extension. (Ilia) |