[PHP-DEV] Bug #10348 Updated: php -l (lint) disabled? From: sniper <email protected>
Date: 06/18/01

ID: 10348
Updated by: sniper
Reported By: colin <email protected>
Old-Status: Open
Status: Bogus
Bug Type: PHP options/info functions
Operating system:
PHP Version: 4.0 Latest CVS (16/04/2001)
Assigned To:
Comments:

With PHP 4.0.6RC3 I get parse error when run php -l.

Are you compiling from the tar.gz package Andi made
or are you getting PHP/Zend from CVS with the tag?
If so, I'd say you should get clean checkouts of all PHP/Zend/TSRM to be sure.

As this is definately fixed, I'm closing this. Further
discussion by private email / on php-dev <email protected>

We don't need to pollute bugdb with bogus bug reports
by ourselves, do we? :)

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

[2001-06-18 17:57:24] colin <email protected>
Sorry to open it again, but I don't think it is working, even with 4.0.6rc2. Take this script with the missing semi-colon:

x.php
--------------------
    <?php
    $a = array(1,2,3,4)
    print_r($a);
    ?>

Then, "php -l x.php" outputs nothing, but "php x.php" returns the expected:
    X-Powered-By: PHP/4.0.6RC2
    Content-type: text/html

    <br>
    <b>Parse error</b>: parse error in <b>x.php</b> on line <b>4</b><br>

- Colin

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

[2001-06-01 17:04:46] sniper <email protected>
Works just fine for me.
(it's syntax check only, ie. try putting some error in you script..)

--Jani

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

[2001-04-16 14:43:11] colin <email protected>
"php -l script.php" doesn't seem to do anything.

If it's been removed, then we should remove it from the list of "php -h" options.

- Colin

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

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10348&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>