Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PHP-DEV] Bug #10682 Updated: php -l display the same errors

0 views
Skip to first unread message

ze...@php.net

unread,
May 5, 2001, 8:20:38 PM5/5/01
to
ID: 10682
Updated by: zeev
Reported By: yoh...@hotmail.com
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
PHP Version: 4.0 Latest CVS (05/05/2001)
Assigned To:
Comments:

As funny as it may sound, it's the intended behavior, if:
- You have a debug build (an error goes to stderr)
- You have display_errors set to on (an error goes to the standard output, HTML format)
- You have error logging enabled (default goes to stderr)


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

[2001-05-05 19:44:01] yoh...@hotmail.com
If I execute CGI php binary with "-l" option, I see the same error message 3 times in different formats.

===================
PHP Parse error: parse error, expecting `T_VARIABLE' or `'$'' in php_lint.php on line 5
<br>
<b>Parse error</b>: parse error, expecting `T_VARIABLE' or `'$'' in <b>php_lint.php</b> on line <b>5</b><br>
php_lint.php(5) : Parse error - parse error, expecting `T_VARIABLE' or `'$''
[www@dev language]$ php -ql php_lint.php
PHP Parse error: parse error, expecting `T_VARIABLE' or `'$'' in php_lint.php on line 5
<br>
<b>Parse error</b>: parse error, expecting `T_VARIABLE' or `'$'' in <b>php_lint.php</b> on line <b>5</b><br>
php_lint.php(5) : Parse error - parse error, expecting `T_VARIABLE' or `'$''
=====================

./configure
--disable-short-tags
--disable-mysql
--without-pear
--without-mysql
--enable-debug
--enable-bcmath
--enable-ftp
--enable-shmop
--enable-sysvsem
--enable-sysvshm
--enable-sockets
--enable-mbstring
--enable-mbstr-enc-trans
--enable-debug
--enable-memory-limit
--with-regex=system
--with-openssl
--with-iconv
--with-imap
--with-mhash
--with-mcrypt
--with-pgsql
--with-swf
--with-zlib
--with-bz2
--with-gd
--with-jpeg-dir=/usr
--with-xpm-dir=/usr/X11R6


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

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


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-u...@lists.php.net
For additional commands, e-mail: php-de...@lists.php.net
To contact the list administrators, e-mail: php-lis...@lists.php.net

0 new messages