PTS support patch

php.internals

Michael Spector

21 years ago
Here's a patch for PTS support in proc_open, instead of having PHP_CAN_DO_PTS always disabled this patch introduces --enable-pty option. Added support for BSD4 PTS types. Please review it.
-- Best regards, Michael

Michael Spector

21 years ago
On 12:51, Wed 25 May 05, Michael Spector wrote:
> Here's a patch for PTS support in proc_open, instead of having PHP_CAN_DO_PTS always > disabled this patch introduces --enable-pty option. > Added support for BSD4 PTS types. > Please review it. >
Anybody has any objections to including this patch?
-- Best regards, Michael

Wez Furlong

21 years ago
None from me. Would be cool if we could automagically detect support during configure time, but due to the lack of any kind of positive feedback to my last efforts, I won't be the person doing it. --Wez. On 5/29/05, Michael Spector <michael@zend.com> wrote:

Jani Taskinen

21 years ago
Sascha pretty well explained why adding such automagic is not possible. But maybe if there is some small test prog to try with AC_TRY_RUN(), I can always add that. (but I lack the knowledge on how to write such prog..) --Jani On Sun, 29 May 2005, Wez Furlong wrote:

Magnus Maatta

21 years ago
On Sunday 29 May 2005 23.08, Michael Spector wrote:
> On 12:51, Wed 25 May 05, Michael Spector wrote: > > Here's a patch for PTS support in proc_open, instead of having > > PHP_CAN_DO_PTS always disabled this patch introduces --enable-pty > > option. > > Added support for BSD4 PTS types. > > Please review it. > > Anybody has any objections to including this patch?
+1 I need it myself too.. Magnus
-- The only skills I have the patience to learn are those that have no real application in life. -- Calvin