sniper Sun Feb 9 18:09:23 2003 EDT Modified files: /php4 NEWS Log: We move, fix, change or add stuff Index: php4/NEWS diff -u php4/NEWS:1.1324 php4/NEWS:1.1325 --- php4/NEWS:1.1324 Sun Feb 9 15:47:32 2003 +++ php4/NEWS Sun Feb 9 18:09:23 2003 @@ -5,21 +5,20 @@ . 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php