[PHP-DEV] 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/fop

2009-09-07 Thread Jani Taskinen
On 09/07/2009 09:25 AM, Dmitry Stogov wrote: Hi, I'm wondered why the shebang line support was removed from scanner. Because it didn't make any sense for other SAPIs. You could ask Ilia more about it: - r273178 | iliaa

[PHP-DEV] 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/fop

2009-09-07 Thread Dmitry Stogov
Jani Taskinen wrote: On 09/07/2009 09:25 AM, Dmitry Stogov wrote: Hi, I'm wondered why the shebang line support was removed from scanner. Because it didn't make any sense for other SAPIs. You could ask Ilia more about it:

[PHP-DEV] leak in trunk rev 288110

2009-09-07 Thread Xuefer
reproduce: make all install Generating phar.php [Mon Sep 7 16:37:35 2009] Script: '/home/xuefer/src/php/php6/ext/phar/build_precommand.php' /home/xuefer/src/php/php6/Zend/zend_operators.c(1728) : Freeing 0x08BD31DC (110 bytes), script=/home/xuefer/src/php/php6/ext/phar/build_precommand.php

[PHP-DEV] PHP 5 Bug Summary Report

2009-09-07 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1487 total -- which includes 934 feature requests) ===[*General Issues]== 48597 Open Unclosed array keys break space escaping in $_GET/POST/REQUEST

[PHP-DEV] PHP 6 Bug Summary Report

2009-09-07 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (97 total -- which includes 42 feature requests) ===[*Compile Issues]== 49270 Open configure fails if PHP source folder path contains spaces

Re: [PHP-DEV] shebang skipping in 5.3.0

2009-09-07 Thread jvlad
If this is indeed a use-case for CGI then I think it's a valid argument and we are probably better off supporting it. I did not remember shebang works for real CGI. There are still plenty of use-cases for running CGI (as opposed to FastCGI) in the industry. Question now is whether this

Re: [PHP-DEV] shebang skipping in 5.3.0

2009-09-07 Thread jvlad
From: Richard Quadling rquadl...@googlemail.com Newsgroups: php.internals Sent: Monday, September 07, 2009 3:44 PM Subject: Re: [PHP-DEV] shebang skipping in 5.3.0 2009/9/7 jvlad d...@yandex.ru: And for windows, the shebang line is not used. So becomes part of the output - no matter what SAPI

[PHP-DEV] SSL streams switching to blocking socket

2009-09-07 Thread Eloy Bote Falcon
Hi everybody! Three months ago one of my PHP applications started to hang webserver processes. The schema of the application is as follows (it's a webservice): -Main server, with LINUX, Apache and PHP, handles the requests from the clients. -Once the client is authenticated, and the request is