Sebastian Bergmann schrieb:
> If accepted, I will provide a patch against trunk as well as tests
> and documentation.
Seems to me like there is a consensus that we want this functionality
in PHP. If that is the case, I will just commit it to trunk for now
and we can merge it later to PHP 5.3.X
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 va
From: "Richard Quadling"
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 :
> And for windows, the shebang line is not used. So becomes part of the
> output - no matter what SAPI is used.
>
> Unless PHP removes/ig
> 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
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
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
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
Last
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:
--
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