Edit report at https://bugs.php.net/bug.php?id=64978&edit=1
ID: 64978
User updated by: heru dot htl at gmail dot com
Reported by: heru dot htl at gmail dot com
-Summary: Exit (exit()) function seems fail in interactive
mode
+Summary: Exit (exit()) function fail on PHP interactive mode
Status: Open
Type: Bug
Package: *General Issues
-Operating System: Meego GNU/LINUX V.1.2
+Operating System: Meego Linux V.1.2
PHP Version: 5.4.15
Block user comment: N
Private report: N
New Comment:
The bug also happen with PHP 5.4.7.
Previous Comments:
------------------------------------------------------------------------
[2013-06-06 04:49:04] heru dot htl at gmail dot com
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 this bug report at https://bugs.php.net/bug.php?id=64978&edit=1