History log of /PHP-5.5/ext/standard/proc_open.c (Results 51 – 75 of 103)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3
# b27d339d 17-Aug-2007 Jani Taskinen

MFH:- Fixed bug #41904 (proc_open with empty env array)


Revision tags: php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2
# e1814f0d 16-Apr-2007 Dmitry Stogov

WIN64 support


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 8f0d6915 02-Apr-2007 Stanislav Malyshev

fix for #33664 Console window appears when using exec()


Revision tags: RELEASE_1_0_1, php-4.4.6
# 07636860 24-Feb-2007 Ilia Alshanetsky

strdup() can fail


# 50ea2676 24-Feb-2007 Marcus Boerger

- Avoid sprintf, even when checked copy'n'paste or changes lead to errors


Revision tags: php-4.4.6RC1
# d4465647 14-Feb-2007 Nuno Lopes

Fixed bug #39322 (proc_terminate() destroys process resource)


# 9cc85b60 13-Feb-2007 Nuno Lopes

Fixed bug #34794 (proc_close() hangs when used with two processes)


Revision tags: php-4.4.5
# dc9e17fa 13-Feb-2007 Antony Dovgal

fix #40455 (proc_open() uses wrong commandline when safe_mode_exec_dir is set)


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


12345