On Sat, Apr 18, 2009 at 23:48, Nuno Lopes <nlop...@php.net> wrote:
>>>> The original code actually can be found inside php_cli.c and there it
>>>> only checked the 1st line for '#'. if you create a file such as:
>>>> #1
>>>> #2
>>>> <?php $a = array();
>>>
>>> The issue here is that the old code only looked at the main script, now
>>> included files ar affected, too.
>>>
>>> So either we check in the scanner whether this is the main script or
>>> move the check back to the C[GL]I SAPIs.
>>
>> What is the status on this?
>> Are we hoping run-tests.php is the only script affected, or is someone
>> working on another fix?
>
> AFAIR, this was already fixed by Ilia some time ago.

Nope. The run-tests.php workaround is still required (manually adding
the "# original source file.." comments).

-Hannes

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to