[PHP-DEV] PHP 4.0 Bug #8621 Updated: be careful with interactive cmd line mode From: boian <email protected>
Date: 01/10/01

ID: 8621
User Update by: boian <email protected>
Status: Open
Bug Type: Reproduceable crash
Description: be careful with interactive cmd line mode

really i think that merely noone cares about interactive mode but... problem exists in latest CVS:

Interactive mode enabled

<? $boza='kosmi'; ?>

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

Segmentation fault

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

[2001-01-09 18:26:15] boian <email protected>
tst.php: <? $malei='something'; ?>

php -a tst.php

produces:

Interactive mode enabled

X-Powered-By: PHP/4.0.3pl1
Content-type: text/html

Segmentation fault

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

another command line example:

php -a
Interactive mode enabled

<? $bassi='aaaaa'; ?>

X-Powered-By: PHP/4.0.3pl1
Content-type: text/html

Segmentation fault

same result with 4.0.4 soon will test with latest CVS

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

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

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