sniper Sat May 7 12:14:28 2005 EDT Modified files: /php-src NEWS Log: this one needs to be upper.. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1895&r2=1.1896&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1895 php-src/NEWS:1.1896 --- php-src/NEWS:1.1895 Sat May 7 08:25:48 2005 +++ php-src/NEWS Sat May 7 12:14:27 2005 @@ -14,6 +14,7 @@ - Changed stream_filter_(ap|pre)pend() to return resource. (Sara) - Changed mysqli_exception and sqlite_exception to use RuntimeException as base if SPL extension is present. (Georg, Marcus) +- Improved interactive mode of PHP CLI (php -a). (Johannes, Marcus) - Improved support for embedded server in mysqli. (Georg) - Improved performance of: . general execution/compilation. (Andi, Thies, Sterling, Dmitry, Marcus) @@ -31,7 +32,6 @@ . added class FileObject . added possibility to use a string with class_parents() and class_implements(). (Andrey) -- Improved interactive mode of CLI (php -a). (Johannes, Marcus) - Added the tidy_get_opt_doc() function to return documentation for configuration options in tidy. (Patch by: [EMAIL PROTECTED]) - Added support for .cc files in extensions. (Brian)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php