summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-11 03:07:39 +0000
committerfoobar <sniper@php.net>2003-02-11 03:07:39 +0000
commit50fd2d5745fb10223dfbcfb79687ced603b61e58 (patch)
tree9ae7518f1bfdb08d891b1802ad61704ea7354570 /NEWS
parent08f3bb094ab0de6c74214217967c4af98523a65b (diff)
downloadphp-git-50fd2d5745fb10223dfbcfb79687ced603b61e58.tar.gz
moved entry to branch NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 1 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a4214250a6..bb7996cbac 100644
--- a/NEWS
+++ b/NEWS
@@ -8,12 +8,10 @@ PHP 4 NEWS
- Changed get_extension_funcs() to return list of the built-in Zend Engine
functions if "zend" is specified as the module name. (Ilia)
- Changed is_executable() to be available also on Windows. (Shane)
-- Changed array_search() to accept objects also as a needle. (Moriyoshi)
+- Changed array_search() to accept also objects as a needle. (Moriyoshi)
- Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
- Changed uniqid() parameters to be optional and allow any prefix length.
(Marcus)
-- Added zlib_get_coding_type() function, which returns one of coding types
- used for output compression. (Moriyoshi)
- Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)
- Added stream_get_line() function. This function will read either
the specified number of bytes or until the ending string is found. (Ilia)