From: rockyroad29 at free dot fr Operating system: linux PHP version: 5.2CVS-2009-06-22 (snap) PHP Bug Type: Reproducible crash Bug description: no prompt, no input in interactive mode
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 bug report at http://bugs.php.net/?id=48639&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=48639&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=48639&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=48639&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=48639&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=48639&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=48639&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=48639&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=48639&r=needscript Try newer version: http://bugs.php.net/fix.php?id=48639&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=48639&r=support Expected behavior: http://bugs.php.net/fix.php?id=48639&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=48639&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=48639&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=48639&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48639&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=48639&r=dst IIS Stability: http://bugs.php.net/fix.php?id=48639&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=48639&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=48639&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=48639&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=48639&r=mysqlcfg
