[PHP-DEV] Bug #10246 Updated: Lint option WORKS, but still dumps core From: jmoore <email protected>
Date: 05/21/01

ID: 10246
Updated by: jmoore
Reported By: mmontero <email protected>
Old-Status: Open
Status: Feedback
Old-Bug Type: Reproducible Crash
Bug Type: *General Issues
Operating system:
PHP Version: 4.0 Latest CVS (09/04/2001)
Assigned To:
Comments:

Can you try latest CVS for me please, I dont get the core dump it works fine for me.

- James

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

[2001-04-09 12:12:06] mmontero <email protected>
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)

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

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

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

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

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>