summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-07-16 02:24:46 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-07-16 02:24:46 +0000
commit4bed8c9537df6b0413442277a92bbe5152237dba (patch)
tree25f8923a60d40c88f98ca47487ebdddd6f99dbe0
parent235ef76a891fe65895ba1431dc8acfa9c6fa519b (diff)
downloadphp-git-4bed8c9537df6b0413442277a92bbe5152237dba.tar.gz
MFH: Fixed bug #28800 (strings beginning with "inf" improperly converted).
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f030186426..fc8f5f9407 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,7 @@ PHP 4 NEWS
- Fixed bug #28868 (Internal wrapper registry not thread safe). (Sara)
- Fixed bug #28818 (Apache 2 sapis do not export st_dev).
(xuefer at 21cn dot com, Ilia).
+- Fixed bug #28800 (strings beginning with "inf" improperly converted). (Ilia)
- Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test
command does not support -e parameter). (Ilia)
- Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). (Ilia)