Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend_object_handlers.c branches/PHP_5_3/NEWS branches/PHP_5_3/main/fopen_wrappers.c branches/PHP_5_3/sapi/cgi/cgi_main.c trunk/main/fopen_wrapper

2009-09-06 Thread Dmitry Stogov
Hi, I'm wondered why the shebang line support was removed from scanner. Note that going back to this solution requires extra open() and fstat() syscalls in case the requested file already stored in opcode cache. It might be a visible slowdown for FastCGI sapi. Thanks. Dmitry. Jani Taskinen

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/Zend/ zend_object_handlers.c

2009-09-05 Thread Jani Taskinen
jani Sat, 05 Sep 2009 17:11:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=288082 Log: - This was not supposed to be committed.. Changed paths: U php/php-src/branches/PHP_5_2/Zend/zend_object_handlers.c Modified: php/php-src/branche

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend_object_handlers.c branches/PHP_5_3/NEWS branches/PHP_5_3/main/fopen_wrappers.c branches/PHP_5_3/sapi/cgi/cgi_main.c trunk/main/fopen_wrappers.c

2009-09-05 Thread Jani Taskinen
jani Sat, 05 Sep 2009 17:07:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=288081 Log: - Fixed bug #49182 (PHP CGI always outputs the shebang line) Bug: http://bugs.php.net/49182 (Assigned) PHP CGI always outputs the shebang line C