the default php.ini files turn off or on some things that linting needs, try: php -d display_errors=1 -d display_startup_errors=1 -d output_buffering=0 -l blah.html ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 9:38 AM Subject: [PHP-DEV] PHP 4.0 Bug #10212: php -l (lint option) still not working in 4.0.6-dev > From: [EMAIL PROTECTED] > Operating system: RedHat Linux 6.2 > PHP version: 4.0 Latest CVS (06/04/2001) > PHP Bug Type: Feature/Change Request > Bug description: php -l (lint option) still not working in 4.0.6-dev > > I have obtained the latest CVS version of PHP (4.0.6-dev). I execute the following: > > php -l blah.html > > blah.html looks like this: > > <? > echo "adfsdf"asdfds" ; > ?> > > This USED to cause PHP to core dump. Now it returns but does not output and error message. Actually, it does not seem to do anything. Am wondering if this option (-l) is supported or in for future use or if this is being worked on. > > Thanks. > > > -- > Edit Bug report at: http://bugs.php.net/?id=10212&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] > > -- 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]