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 error because PTY seems to not be supported. ./configure does not
propose me to --enable-pty as I have seen  in some related posts.



Hi,
Hi,

based on http://lxr.php.net/xref/PHP_TRUNK/ext/standard/proc_open.c#653 and
http://lxr.php.net/xref/PHP_TRUNK/ext/standard/proc_open.c#64  (notice the
0 &&) I would say it isn't supported anymore.
Yup, I have seen this condition after sending the email.


wez turned that off 9 years ago:
https://github.com/php/php-src/commit/bd818c0118ba406d82f901d4f97a134727440df4
But why? Are arguments always valid today?

Thanks.

--
Ivan Enderlin
Developer of Hoa
http://hoa-project.net/

PhD. student at DISC/Femto-ST (Vesontio) and INRIA (Cassis)
http://disc.univ-fcomte.fr/ and http://www.inria.fr/

Member of HTML and WebApps Working Group of W3C
http://w3.org/


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to