Okay, you said to take this out of the bug database, so ...
php -l *still* doesn't work for me with the RC4 tarball:
[cmv@sunniva Reg]$ cat x.php
<?php
$a = array(1,2,3)
print_r($a);
?>
[cmv@sunniva Reg]$ php -v
4.0.6RC4
[cmv@sunniva Reg]$ php -l x.php
[cmv@sunniva Reg]$ php x.php
X-Powered-By: PHP/4.0.6RC4
Content-type: text/html
<br>
<b>Parse error</b>: parse error in <b>x.php</b> on line <b>4</b><br>
[cmv@sunniva Reg]$
- Colin
--
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]