From:             [EMAIL PROTECTED]
Operating system: RedHat Linux 7.0.1
PHP version:      4.0 Latest CVS (05/05/2001)
PHP Bug Type:     Unknown/Other Function
Bug description:  php -l display the same errors

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




-- 
Edit Bug report at: http://bugs.php.net/?id=10682&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]

Reply via email to