From:             [EMAIL PROTECTED]
Operating system: RedHat Linux 7.0
PHP version:      4.0 Latest CVS (09/04/2001)
PHP Bug Type:     Reproduceable crash
Bug description:  Lint option WORKS, but still dumps core

Am using the latest CVS version, configured as follows:

"./configure" \
"--with-config-file-path=/mnt/raid/RAID00_5/opt/common/linux/php/config" \
"--with-mysql=/opt/db/mysql/product/3.23.29a-gamma/" \
"--with-oracle=/opt/db/oracle/product/current/" \
"--with-mcrypt=/usr/local/lib/" \
"--prefix=/web/webny/adm/php" \
"--with-oci8=/opt/db/oracle/product/current/" \
"--with-curl=/usr/local/lib/" \
"--disable-posix   " \
"$@"

I am executing the resultant executable like this:

./php -d display_errors=1 -d display_startup_errors=1 -d output_buffering=0 -q -l 
blah.html

blah.html looks like this:

<?
        echo "adfsdf"adfsdaf" ;
?>

I get this output:

<br>
<b>Parse error</b>:  parse error, expecting `','' or `';'' in <b>blah.html</b> on line 
<b>2</b><br>
Segmentation fault (core dumped)





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