ID: 10246
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproduceable crash
Description: Lint option WORKS, but still dumps core

I have also run this example as follows (eliminating the complexity of any switches):

./php blah.html

I get this output:

X-Powered-By: PHP/4.0.6-dev
Content-type: text/html

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

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

[2001-04-09 12:09:21] [EMAIL PROTECTED]
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)




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


Full Bug description available at: http://bugs.php.net/?id=10246


-- 
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