From: heru dot htl at gmail dot com Operating system: Meego GNU/LINUX V.1.2 PHP version: 5.4.15 Package: *General Issues Bug Type: Bug Bug description:Exit (exit()) function seems fail in interactive mode
Description: ------------ I have compiled the PHP 5.4.15 on Meego Linux V.1.2 & Ubuntu 12.04 LTS with the following ./configure options: ./configure \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --libexecdir=/usr/libexec \ --sysconfdir=/usr/etc \ --sharedstatedir=/usr/com \ --localstatedir=/var \ --libdir=/usr/lib \ --includedir=/usr/include \ --oldincludedir=/usr/include \ --datarootdir=/usr/share \ --datadir=/usr/share \ --infodir=/usr/share/info \ --localedir=/usr/share/locale \ --mandir=/usr/share/man \ --docdir=/usr/share/doc/php5 \ --htmldir=/usr/share/doc/php5 \ --dvidir=/usr/share/doc/php5 \ --pdfdir=/usr/share/doc/php5 \ --psdir=/usr/share/doc/php5 \ --disable-cgi \ --with-pear=/usr/lib/php5 \ --enable-zip \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ --enable-shmop \ --enable-pcntl \ --enable-sigchild \ --with-readline=/usr/lib \ When then I test in interactive mode (php -a), but I get that function exit(); doesn't work properly. The interactive mode keep on terminal even after I called exit(); -- Edit bug report at https://bugs.php.net/bug.php?id=64978&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=64978&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=64978&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=64978&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=64978&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=64978&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=64978&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=64978&r=needscript Try newer version: https://bugs.php.net/fix.php?id=64978&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=64978&r=support Expected behavior: https://bugs.php.net/fix.php?id=64978&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=64978&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=64978&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=64978&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64978&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=64978&r=dst IIS Stability: https://bugs.php.net/fix.php?id=64978&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=64978&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=64978&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=64978&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=64978&r=mysqlcfg
