Edit report at http://bugs.php.net/bug.php?id=53878&edit=1

 ID:                 53878
 Updated by:         johan...@php.net
 Reported by:        johan...@php.net
 Summary:            Interactive shell should work with shared readline
                     extension
-Status:             Open
+Status:             Assigned
 Type:               Feature/Change Request
 Package:            CGI related
 Operating System:   *
 PHP Version:        trunk-SVN-2011-01-29 (SVN)
-Assigned To:        
+Assigned To:        johannes
 Block user comment: N
 Private report:     N



Previous Comments:
------------------------------------------------------------------------
[2011-01-29 13:59:30] johan...@php.net

Description:
------------
The interactive shell (-a) should also work when the readline extension
is compiled as shared object. This an be done by introducing a hook in
the cli SAPI. An issue is that `php -h` can't give a proper indication
about the availability as we'd have to startup PHP first. I assume we
can keep the compile time decision there.

Test script:
---------------
./configure --with-readline=shared

./sapi/cli/php -dextension=modules/readline.so -a

Expected result:
----------------
php >



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



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53878&edit=1

Reply via email to