dmitry Mon May 15 15:38:46 2006 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS Log: http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.22&r2=1.2027.2.547.2.23&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.22 php-src/NEWS:1.2027.2.547.2.23 --- php-src/NEWS:1.2027.2.547.2.22 Sun May 14 19:20:21 2006 +++ php-src/NEWS Mon May 15 15:38:46 2006 @@ -1,6 +1,17 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, PHP 5.2.0 +- Optimized require_once/include_once (eliminated fopen() on second usage). + (Dmitry) +- Optimized request shutdown seequence. Restoring ini directives now does + iteration only over modified directives instead of all. (Dmitry) +- FastCGI SAPI improved. (Dmitry) + . Remived source compatibility with libfcgi + . Optimized acess to FastCGI environment variables using HashTable instead + of linear search + . Allowed PHP_FCGI_MAX_REQUESTS=0, that assumes no limit + . Allowed PHP_FCGI_CHILDREN=0, that assumes no worker children (FastCGI + requests are handled by main process itself). - Added new error mode E_RECOVERABLE_ERROR. (Derick, Marcus, Tony) - Added support for getenv() input filtering. (Rasmus) - Removed ze1 compatibility mode. (Marcus)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php