sniper Sat Apr 16 08:29:02 2005 EDT Modified files: /php-src NEWS Log: retype http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1872&r2=1.1873&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1872 php-src/NEWS:1.1873 --- php-src/NEWS:1.1872 Sat Apr 16 08:26:16 2005 +++ php-src/NEWS Sat Apr 16 08:29:00 2005 @@ -1,9 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.1.0 -- Added imageconvolution, allow to apply a custom 3x3 matrix convolution to - an image. (Pierre) -- Removed php_check_syntax() function as it never worked properly. (Ilia) +- Removed php_check_syntax() function which never worked properly. (Ilia) - Removed garbage manager in Zend Engine which results in more aggressive freeing of data. (Dmitry, Andi) - Moved extensions to PECL: @@ -33,6 +31,8 @@ . added class File . added possibility to use a string with class_parents() and class_implements(). (Andrey) +- Added imageconvolution() function which can be used to apply a custom 3x3 + matrix convolution to an image. (Pierre) - Added optional first parameter to XsltProcessor::registerPHPFunctions to only allow certain functions to be called from XSLT. (Christian) - Added the ability to override the autotools executables used by the buildconf @@ -49,7 +49,6 @@ . pg_result_error_field() - highly detailed error information, most importantly the SQLSTATE error code. . pg_set_error_verbosity() - set verbosity of errors. -- Changed sha1_file() / md5_file() to use streams instead of low level IO (Uwe) - Added optional fifth parameter "count" to preg_replace_callback() and preg_replace() to count the number of replacements made. FR #32275. (Andrey) - Added optional third parameter "charlist" to str_word_count() which
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php