History log of /PHP-8.2/ext/standard/proc_open.c (Results 176 – 200 of 220)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# 5709b647 09-Jan-2007 Dmitry Stogov

Close open files in case of failure (Amit)


# f694c1f1 06-Jan-2007 Dmitry Stogov

Improved proc_open(). Now on Windows it can run external commands not through CMD.EXE


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 8a806d18 02-Jan-2007 Nuno Lopes

+- Fixed bug #37619 (proc_open() closes stdin on fork() failure).


# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 169b2075 31-Dec-2006 Nuno Lopes

- Fixed bug #36427 (proc_open() / proc_close() leak handles on windows).


# 877ee656 31-Dec-2006 Nuno Lopes

Fixed bug #38542 (proc_get_status() returns wrong PID on windows)


# b154f188 28-Dec-2006 Ilia Alshanetsky

Simplify code and eliminate strcat() usage


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API
# 112f2635 01-Jun-2006 Antony Dovgal

MFH: suppress_errors is used only on Win32, no need to look for it on other systems


Revision tags: php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2
# 98a2eeac 01-Jul-2005 Anantha Kesari H Y

As fork implementation of NetWare LibC still in experimental stages making the procve based solution ahead of HAVE_FORK. Later When fork becomes stable will revert this fix.
--Kamesh from hyanant

As fork implementation of NetWare LibC still in experimental stages making the procve based solution ahead of HAVE_FORK. Later When fork becomes stable will revert this fix.
--Kamesh from hyanantha's account

show more ...


Revision tags: php-5.1.0b2
# 6f3b02cb 20-Jun-2005 foobar

typo


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 5355bdc7 07-Apr-2005 Ilia Alshanetsky

Fixed bug #32533 (proc_get_status() returns the incorrect process status).


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 0c9610fc 07-Mar-2005 Ilia Alshanetsky

Fixed bug #32210 (proc_get_status() sets "running" always to true).


# 459313c2 21-Feb-2005 Anantha Kesari H Y

In NetWare LibC WTERMSIG is avaliable as WIFTERMSIG


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# be4778b8 10-Nov-2004 Wez Furlong

Fix leaking handle.
Thanks to ilya77 at gmail dot com


Revision tags: PRE_NEW_VM_GEN_PATCH
# ec42c143 29-Sep-2004 Anantha Kesari H Y

implemented proc_open for NETWARE


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# 5232a5af 16-Jun-2004 Ard Biesheuvel

64-bit bugsquash party


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# bd818c01 29-May-2004 Wez Furlong

Turn this off then


# 7171429f 29-May-2004 Wez Furlong

Don't rely on TIOCNOTTY.


# 54bbe548 28-May-2004 Wez Furlong

Hopefully resolve proc_open build issues.

If we need anything more elaborate than this, then we can move to a configure
time check as Sascha suggests.


Revision tags: php-5.0.0RC3RC1
# 429bce65 26-May-2004 Wez Furlong

Apparently it is better to specify 500 here for unix98 bits and pieces.


Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# 255d87b1 09-May-2004 Stanislav Malyshev

Add __EXTENSIONS__ define - otherwise it won't compile on Solaris


# 4d5ce8cd 02-May-2004 Wez Furlong

Fix Bug #28251


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2
# 398b4a2f 19-Apr-2004 Wez Furlong

Add pty support to proc_open() for systems with Unix98 ptys.
# With permission from Andi


123456789