History log of /PHP-5.5/ext/standard/proc_open.c (Results 76 – 100 of 103)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# c28a7bd7 06-Dec-2003 foobar

fix proto


# c29b17b8 05-Dec-2003 Wez Furlong

fix unix build....


# c92a2219 05-Dec-2003 Wez Furlong

Add optional array argument to proc_open() to specify additional
options for the child process.
The first option is "suppress_errors" which will disable any
dialog boxes that arise from m

Add optional array argument to proc_open() to specify additional
options for the child process.
The first option is "suppress_errors" which will disable any
dialog boxes that arise from missing DLL's and suppress the
GPF dialog.
Use this new feature in the test suite, so that crashing tests don't block the test run; useful for un-attended execution.

show more ...


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 436a0717 28-Aug-2003 Sascha Schumann

fix format strings


Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 4c823069 12-Jul-2003 Moriyoshi Koizumi

Add folding markers


# 77ae01ac 12-Jul-2003 Moriyoshi Koizumi

Oops, this is not needed though.


# cd52986a 12-Jul-2003 Moriyoshi Koizumi

Fixed leaks that occurs if the third parameter already contains a valid value.


Revision tags: php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 456b6cbe 23-Mar-2003 Shane Caraveo

The environment should *never* be magic quoted.


Revision tags: php-4.3.2RC1
# 216d1d00 17-Feb-2003 Shane Caraveo

you know it's time to get away from the keyboard when you do this.

fix my last fix


# 738d4f40 17-Feb-2003 Derick Rethans

- Style polizei


# eb6b7e80 17-Feb-2003 Shane Caraveo

fix it the right way


# 354a7d80 17-Feb-2003 Shane Caraveo

If you pass NULL, you do not get a NULL value, make sure it is.


# 7e92f636 16-Feb-2003 Wez Furlong

Integrate Shanes patch that allows specifying the cwd and environment
for the child process created by proc_open().


Revision tags: php-4.3.1
# 27e3d647 15-Feb-2003 Wez Furlong

Add optional signal parameter to proc_terminate.


# c3c24054 15-Feb-2003 Wez Furlong

Add proc_terminate() function to forcibly kill off a process created
with proc_open().


12345