]> granicus.if.org Git - php/commitdiff
Bug fixing news & range() changes.
authorIlia Alshanetsky <iliaa@php.net>
Sat, 21 Dec 2002 18:06:04 +0000 (18:06 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sat, 21 Dec 2002 18:06:04 +0000 (18:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3d8398b0aa5c3e02e17d2c9d2cfea92ef0465a5e..97426ee5cf034d8879045d081bb264e40908b061 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 200?, Version 4.4.0
+- Fixed bug #20987 (no handling for client certificates).
+- New range() functionality
+  . Support for float modifier.
+  . Detection of numeric values inside strings passed as high & low.
+  . Proper handle the situations where high == low.
 - Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi)
 - Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
 - Added imagefilter() function which allows application of various filters.