Re: [PHP-DEV] About PTY

2013-02-04 Thread Ivan Enderlin @ Hoa
On 04/02/13 19:37, Ferenc Kovacs wrote: On Mon, Feb 4, 2013 at 7:32 PM, Ivan Enderlin @ Hoa < ivan.ender...@hoa-project.net> wrote: On 04/02/13 16:22, Ferenc Kovacs wrote: But is it possible to have PTY support today in PHP? These commits are from 2004, we are in 2013 now. Maybe new solutio

Re: [PHP-DEV] About PTY

2013-02-04 Thread Ferenc Kovacs
On Mon, Feb 4, 2013 at 7:32 PM, Ivan Enderlin @ Hoa < ivan.ender...@hoa-project.net> wrote: > > On 04/02/13 16:22, Ferenc Kovacs wrote: > >> But is it possible to have PTY support today in PHP? These commits are >>> from 2004, we are in 2013 now. Maybe new solutions are conceivable. >>> >> Sure, I

Re: [PHP-DEV] About PTY

2013-02-04 Thread Ivan Enderlin @ Hoa
On 04/02/13 16:22, Ferenc Kovacs wrote: But is it possible to have PTY support today in PHP? These commits are from 2004, we are in 2013 now. Maybe new solutions are conceivable. Sure, I was just saying that we didn't had a working and mature solution back then which we removed later, but added

Re: [PHP-DEV] About PTY

2013-02-04 Thread Ferenc Kovacs
On Mon, Feb 4, 2013 at 3:58 PM, Ivan Enderlin @ Hoa < ivan.ender...@hoa-project.net> wrote: > On 30/01/13 12:53, Ferenc Kovacs wrote: > >> wez turned that off 9 years ago: >> >>> https://github.com/php/php-src/commit/ bd818c0118ba406d82f901d4f97a13***

Re: [PHP-DEV] About PTY

2013-02-04 Thread Ivan Enderlin @ Hoa
On 30/01/13 12:53, Ferenc Kovacs wrote: wez turned that off 9 years ago: https://github.com/php/php-**src/commit/**bd818c0118ba406d82f901d4f97a13* *4727440df4 But why? Are arguments always valid today? Thanks.

Re: [PHP-DEV] About PTY

2013-01-30 Thread Ferenc Kovacs
On Wed, Jan 30, 2013 at 12:53 PM, Ferenc Kovacs wrote: > > > > On Wed, Jan 30, 2013 at 12:45 PM, Ivan Enderlin @ Hoa < > ivan.ender...@hoa-project.net> wrote: > >> On 30/01/13 11:58, Ferenc Kovacs wrote: >> >>> On Wed, Jan 30, 2013 at 11:51 AM, Ivan Enderlin @ Hoa < >>> ivan.ender...@hoa-project.

Re: [PHP-DEV] About PTY

2013-01-30 Thread Ferenc Kovacs
On Wed, Jan 30, 2013 at 12:45 PM, Ivan Enderlin @ Hoa < ivan.ender...@hoa-project.net> wrote: > On 30/01/13 11:58, Ferenc Kovacs wrote: > >> On Wed, Jan 30, 2013 at 11:51 AM, Ivan Enderlin @ Hoa < >> ivan.ender...@hoa-project.net> wrote: >> >> Hi, >>> >>> I wonder if PHP supports PTY? I see old c

Re: [PHP-DEV] About PTY

2013-01-30 Thread Ivan Enderlin @ Hoa
On 30/01/13 11:58, Ferenc Kovacs wrote: On Wed, Jan 30, 2013 at 11:51 AM, Ivan Enderlin @ Hoa < ivan.ender...@hoa-project.net> wrote: Hi, I wonder if PHP supports PTY? I see old codes (from 2004 to 2010) using proc_open with $descriptors = [[0 => 'pty']] for example. When I try, I have an erro

Re: [PHP-DEV] About PTY

2013-01-30 Thread Ferenc Kovacs
On Wed, Jan 30, 2013 at 11:51 AM, Ivan Enderlin @ Hoa < ivan.ender...@hoa-project.net> wrote: > Hi, > > I wonder if PHP supports PTY? I see old codes (from 2004 to 2010) using > proc_open with $descriptors = [[0 => 'pty']] for example. When I try, I > have an error because PTY seems to not be supp

[PHP-DEV] About PTY

2013-01-30 Thread Ivan Enderlin @ Hoa
Hi, I wonder if PHP supports PTY? I see old codes (from 2004 to 2010) using proc_open with $descriptors = [[0 => 'pty']] for example. When I try, I have an error because PTY seems to not be supported. ./configure does not propose me to --enable-pty as I have seen in some related posts. Than