]> granicus.if.org Git - php/commitdiff
We move, fix, change or add stuff
authorfoobar <sniper@php.net>
Sun, 9 Feb 2003 23:09:23 +0000 (23:09 +0000)
committerfoobar <sniper@php.net>
Sun, 9 Feb 2003 23:09:23 +0000 (23:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8f035231e4361fea4de49975d10260e9a114c78c..e2a32836b7887a3834a3c533f27ead841a68250c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,21 +5,20 @@ PHP 4                                                                      NEWS
   . ext/fribidi
 - Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
 - Fixed bug #20155 (xmlrpc compile problem with ZE2). (Derick, Jan Schneider)
+- 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 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 stream_get_line(), this function will read either the specified 
-  number of bytes or until the ending string is found). (Ilia)
-- Added optional parameter to mkdir() which makes directory creation 
-  recursive. (Ilia)
-- Added option to file() command that will make the result array not contain
-  the line endings. Another option was added that if used in combination with
-  the previous option make the file() function skip over empty lines. (Ilia)
-- get_extension_funcs() can now retrieve a list of the built-in Zend Engine 
-  functions, if "zend" is specified as the module name. (Ilia)
-- Improved is_executable() to be available on Windows. (Shane)
-- Improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)
-- Improved array_search() to accept objects as a needle under ZE2. (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)
+- Added optional parameter to mkdir() which makes directory creation recursive.
+  (Ilia)
+- Added optional parameters to file() which make the result array not contain
+  the line endings and to skip empty lines. (Ilia)
 - Added get_headers() function, it can be used to retrieve headers sent
   by the browser for the specified URL. (Ilia)
 - Added str_split() function, this function can break down a string into an