Bug#286356: [php-maint] Bug#576218: Bug#576218: Bug#576218: (no subject)

2013-02-07 Thread Ondřej Surý
Just FYI: I am going to NMU this bug as soon we are unfrozen again. The fix has been available for two years now and the interactive mode is requested feature by many of our PHP users. Ondrej On Tue, Feb 21, 2012 at 8:31 PM, Lior Kaplan kap...@debian.org wrote: 2012/2/21 Ondřej Surý

Bug#286356: [php-maint] Bug#576218: Bug#576218: Bug#576218: (no subject)

2013-02-07 Thread Lior Kaplan
Fair enough... maybe uploading to experimental in the meantime ? Kaplan On Thu, Feb 7, 2013 at 3:27 PM, Ondřej Surý ond...@debian.org wrote: Just FYI: I am going to NMU this bug as soon we are unfrozen again. The fix has been available for two years now and the interactive mode is requested

Bug#576218: [php-maint] Bug#576218: Bug#576218: (no subject)

2012-02-21 Thread Anton Eliasson
On 2012-02-13 08:56, Ondřej Surý wrote: block 576218 by 286356 thank you I would be happy to fix that in Debian as soon as http://bugs.debian.org/286356 is fixed. O. On Sat, Feb 11, 2012 at 23:53, Lior Kaplankap...@debian.org wrote: On Sun, Feb 12, 2012 at 12:02 AM, Anton

Bug#286356: [php-maint] Bug#576218: Bug#576218: (no subject)

2012-02-21 Thread Ondřej Surý
Can't we apply the same patches to the Debian packages? Are we waiting for the upstream maintainers to take action? We can, but you are barking up the wrong tree here. You need to speak with libedit maintainer. O. -- Ondřej Surý ond...@sury.org -- To UNSUBSCRIBE, email to

Bug#286356: [php-maint] Bug#576218: Bug#576218: Bug#576218: (no subject)

2012-02-21 Thread Lior Kaplan
2012/2/21 Ondřej Surý ond...@debian.org Can't we apply the same patches to the Debian packages? Are we waiting for the upstream maintainers to take action? We can, but you are barking up the wrong tree here. You need to speak with libedit maintainer. Anibal, could you take a look at

Bug#576218: [php-maint] Bug#576218: Bug#576218: (no subject)

2012-02-13 Thread Ondřej Surý
block 576218 by 286356 thank you I would be happy to fix that in Debian as soon as http://bugs.debian.org/286356 is fixed. O. On Sat, Feb 11, 2012 at 23:53, Lior Kaplan kap...@debian.org wrote: On Sun, Feb 12, 2012 at 12:02 AM, Anton Eliasson de...@antoneliasson.se wrote: This is indeed

Bug#576218: (no subject)

2012-02-11 Thread Anton Eliasson
This is indeed because PHP is linked against libedit instead of libreadline because of licensing issues (according to #341868 and #286356). So why does interactive mode work in Ubuntu? $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 11.04 Release:

Bug#576218: [php-maint] Bug#576218: (no subject)

2012-02-11 Thread Lior Kaplan
On Sun, Feb 12, 2012 at 12:02 AM, Anton Eliasson de...@antoneliasson.sewrote: This is indeed because PHP is linked against libedit instead of libreadline because of licensing issues (according to #341868 and #286356). So why does interactive mode work in Ubuntu? 1. The do build with libedit

Bug#576218:

2011-05-29 Thread Sebastien Hinderer
Package: php5-cli Version: 5.3.6-11 Followup-For: Bug #576218 Shouldn't this bug report be merged with bug #341868 ? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#576218:

2011-01-24 Thread Matthew W. S. Bell
Hi, I just hit this problem and have discovered that interactive mode does not work unless php is linked against libreadline. If it is not, it will fail silently (well, it does do something if you type out your code then send EOF). ldd indicates that php5 is not linked against libreadline[1], so

Bug#576218: [php5-cli] Confirmed with php5-cli 5.3.2-1

2010-08-18 Thread Peter Niederlag
I just hit this today as well. Of course I can provide a bunch of further information if this is really dependant on cifg and not reproducable everywhere Package: php5-cli Version: 5.3.2-1 --- System information. --- Architecture: amd64 Kernel: Linux 2.6.32-trunk-amd64 -- To

Bug#576218: Interactive interpreter (php -a) no longer functions

2010-04-01 Thread Jeremy Smith
Package: php5-cli Version: 5.3.1-5 The PHP interactive interpreter (invoked using `php -a`) no longer works correctly. No statements are executed unless an EOF command is sent using ctrl-D. Example: jer...@lothar:~$ php -a Interactive mode enabled ?php echo Test\n; echo Hello World!\n