summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-12-26 14:48:57 +0000
committerMarcus Boerger <helly@php.net>2005-12-26 14:48:57 +0000
commit8cda8890fde0d89493aa16b1a8a20edaf6db2a06 (patch)
treef6507892c9ccd1e60d166e5c6ee687596e43574d
parentf78db5bc8352136442862b5beffa76d545480521 (diff)
downloadphp-git-8cda8890fde0d89493aa16b1a8a20edaf6db2a06.tar.gz
- BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3dcf567ff1..47310f362a 100644
--- a/NEWS
+++ b/NEWS
@@ -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)