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ý 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 #286356 ?

 Kaplan



-- 
Ondřej Surý ond...@sury.org


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 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ý 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 #286356 ?
 
  Kaplan



 --
 Ondřej Surý ond...@sury.org



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 Eliassonde...@antoneliasson.se
wrote:


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 and we don't.
2. They've fixed this issue in libedit:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/322214

Kaplan

___
pkg-php-maint mailing list
pkg-php-ma...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint




Can't we apply the same patches to the Debian packages? Are we waiting 
for the upstream maintainers to take action?


--
Med vänliga hälsningar / Regards
Anton Eliasson



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 #286356 ?

Kaplan


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 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 and we don't.
 2. They've fixed this issue in libedit:
 https://bugs.launchpad.net/ubuntu/+source/php5/+bug/322214

 Kaplan

 ___
 pkg-php-maint mailing list
 pkg-php-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint



-- 
Ondřej Surý ond...@sury.org



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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:11.04
Codename:   natty
$ php -v
PHP 5.3.5-1ubuntu7.2 with Suhosin-Patch (cli) (built: May  2 2011 23:00:17)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
$ php -a
Interactive shell

php  echo Hello World;
Hello World
php  ^D

--
Med vänliga hälsningar / Regards
Anton Eliasson



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 and we don't.
2. They've fixed this issue in libedit:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/322214

Kaplan