ID: 10348
Updated by: sniper
Reported By: [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 [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] [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] [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] [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to