summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorjim winstead <jimw@php.net>2002-01-09 23:59:05 +0000
committerjim winstead <jimw@php.net>2002-01-09 23:59:05 +0000
commit831473d76ef3f052701f96d5c5739c97d0f2462d (patch)
treeb3e1d3f0d7545abd83aec4f9ed318d982150ca5e /NEWS
parente68095972ea476731a485410b72d39088b69f643 (diff)
downloadphp-git-831473d76ef3f052701f96d5c5739c97d0f2462d.tar.gz
Rename finite/isinf/isnan to more standard is_*() names.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 73428e7b59..674ee0b0db 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ PHP 4 NEWS
the differences are: it prints no HTTP headers, displays plain text
error messages, etc. (Edin)
- Made wordwrap() significantly faster. (Jim)
-- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim)
+- Fixed pow(), and added is_finite(), is_infinite(), and is_nan(). (Jim)
- Fixed segfault in wordwrap() when wrapping to zero width and using
multi-character break or trying to force cut (bug #12768). (Jim)
- Fixed several bugs in dbase extension (dbase_pack() truncate file to right