ID: 48639 Updated by: [email protected] Reported By: rockyroad29 at free dot fr -Status: Open +Status: Bogus -Bug Type: Reproducible crash +Bug Type: *General Issues Operating System: linux PHP Version: 5.2CVS-2009-06-22 (snap) New Comment:
Interactive shell is only available if you have compiled PHP with --with-readline. Otherwise it's the "old skool" version (ie. no shell, <?php and ?>) Previous Comments: ------------------------------------------------------------------------ [2009-06-22 10:13:15] rockyroad29 at free dot fr Description: ------------ php interactive mode is just not responding. Details about my system: --- $ php -v PHP 5.2.11-dev (cli) (built: Jun 21 2009 20:21:29) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies $ uname -a Linux claddagh 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux Reproduce code: --------------- $ php -a Expected result: ---------------- Interactive shell php > echo "hello"; hello php > --- This is output from PHP 5.2.6-3ubuntu4.1 with Suhosin-Patch 0.9.6.2 (cli) (built: Apr 23 2009 14:35:05) Actual result: -------------- Interactive mode enabled echo "hello"; ^C ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48639&edit=1
