sniper Tue Feb 4 05:08:42 2003 EDT Modified files: /php4 NEWS Log: NEWS ordering.. Index: php4/NEWS diff -u php4/NEWS:1.1316 php4/NEWS:1.1317 --- php4/NEWS:1.1316 Mon Feb 3 20:32:24 2003 +++ php4/NEWS Tue Feb 4 05:08:41 2003 @@ -1,10 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 5.0.0 -- Added command line parameters -B, -F, -R and -E which allow to process - stdin line by line (See php -h for more). (marcus) -- Added XBM support for bundled gd library. (marcus) -- Added XBM support for GetImageSize(). (helly) - Fixed bug #20155 (xmlrpc compile problem with ZE2). (Derick, Jan Schneider) - Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia) - Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick) @@ -12,6 +8,8 @@ (Marcus) - Improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright) - Improved array_search() to accept objects as a needle under ZE2. (Moriyoshi) +- Added command line parameters -B, -F, -R and -E which allow to process + stdin line by line (See php -h for more). (Marcus) - Added string.base64 stream filter. (Moriyoshi) - Added domxml_node_get_path() (Lukas Schröder) - Added iconv related functions (Moriyoshi) @@ -25,6 +23,8 @@ . Support for float modifier. . Detection of numeric values inside strings passed as high & low. . Proper handle the situations where high == low. +- Added XBM support for GetImageSize(). (Marcus) +- Added XBM support for bundled GD library. (Marcus) - Added imagefilter() function which allows application of various filters. This function is only available with bundled GD. (Pierre-Alain Joye, Ilia) - Added imageistruecolor(), only available with GD2. (Pierre-Alain Joye)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php