ID: 14102
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: *General Issues
Operating System: linux 2.2.19
PHP Version: 4.0.6
New Comment:

This bas been fixed in CVS already.

Previous Comments:
------------------------------------------------------------------------

[2001-11-18 22:59:12] [EMAIL PROTECTED]

On earlier php versions the lint options on standalone php don't work (seg fault with 
4.0.3pl1 and 4.0.4pl1)
On 4.0.5 and 4.0.6 this problem seems fixed but lint return not output at all, even if 
a parse error appears in php script.

script example : test.php
<?php
    echo "hello;
?>
(the second double quotes missing) 
So with :
$ php -l test.php
No output is return.

and of course with :
$ php -q test.php
I obtain a parse error string...

So is it a features or not really ? ;)



------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14102&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to