summaryrefslogtreecommitdiff
path: root/ext/standard/proc_open.c
Commit message (Expand)AuthorAgeFilesLines
* fix bug #39651: proc_open() append mode doesnt work on windowsNuno Lopes2007-09-121-0/+6
* MFH:- Fixed bug #41904 (proc_open with empty env array)Jani Taskinen2007-08-171-0/+4
* WIN64 supportDmitry Stogov2007-04-161-1/+1
* fix for #33664 Console window appears when using exec()Stanislav Malyshev2007-04-021-2/+2
* strdup() can failIlia Alshanetsky2007-02-241-0/+3
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+1
* Fixed bug #39322 (proc_terminate() destroys process resource)Nuno Lopes2007-02-141-6/+11
* Fixed bug #34794 (proc_close() hangs when used with two processes)Nuno Lopes2007-02-131-0/+4
* fix #40455 (proc_open() uses wrong commandline when safe_mode_exec_dir is set)Antony Dovgal2007-02-131-1/+1
* Close open files in case of failure (Amit)Dmitry Stogov2007-01-091-0/+7
* Improved proc_open(). Now on Windows it can run external commands not through...Dmitry Stogov2007-01-061-7/+19
* +- Fixed bug #37619 (proc_open() closes stdin on fork() failure).Nuno Lopes2007-01-021-4/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Fixed bug #36427 (proc_open() / proc_close() leak handles on windows).Nuno Lopes2006-12-311-1/+2
* Fixed bug #38542 (proc_get_status() returns wrong PID on windows)Nuno Lopes2006-12-311-6/+11
* Simplify code and eliminate strcat() usageIlia Alshanetsky2006-12-281-27/+12
* MFH: suppress_errors is used only on Win32, no need to look for it on other s...Antony Dovgal2006-06-011-0/+4
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* As fork implementation of NetWare LibC still in experimental stages making th...Anantha Kesari H Y2005-07-011-40/+40
* typofoobar2005-06-201-1/+1
* Fixed bug #32533 (proc_get_status() returns the incorrect process status).Ilia Alshanetsky2005-04-071-1/+2
* Fixed bug #32210 (proc_get_status() sets "running" always to true).Ilia Alshanetsky2005-03-071-0/+2
* In NetWare LibC WTERMSIG is avaliable as WIFTERMSIGAnantha Kesari H Y2005-02-211-0/+4
* Fix leaking handle.Wez Furlong2004-11-101-0/+1
* implemented proc_open for NETWAREAnantha Kesari H Y2004-09-291-0/+52
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-1/+1
* Turn this off thenWez Furlong2004-05-291-2/+2
* Don't rely on TIOCNOTTY.Wez Furlong2004-05-291-3/+5
* Hopefully resolve proc_open build issues.Wez Furlong2004-05-281-4/+6
* Apparently it is better to specify 500 here for unix98 bits and pieces.Wez Furlong2004-05-261-2/+2
* Add __EXTENSIONS__ define - otherwise it won't compile on SolarisStanislav Malyshev2004-05-091-0/+1
* Fix Bug #28251Wez Furlong2004-05-021-1/+3
* Add pty support to proc_open() for systems with Unix98 ptys.Wez Furlong2004-04-191-18/+91
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* fix protofoobar2003-12-061-1/+1
* fix unix build....Wez Furlong2003-12-051-1/+1
* Add optional array argument to proc_open() to specify additionalWez Furlong2003-12-051-4/+26
* fix format stringsSascha Schumann2003-08-281-4/+4
* Add folding markersMoriyoshi Koizumi2003-07-121-3/+4
* Oops, this is not needed though.Moriyoshi Koizumi2003-07-121-1/+0
* Fixed leaks that occurs if the third parameter already contains a valid value.Moriyoshi Koizumi2003-07-121-1/+5
* updating license information in the headers.James Cox2003-06-101-3/+3
* The environment should *never* be magic quoted.Shane Caraveo2003-03-231-6/+0
* you know it's time to get away from the keyboard when you do this.Shane Caraveo2003-02-171-3/+1
* - Style polizeiDerick Rethans2003-02-171-1/+3
* fix it the right wayShane Caraveo2003-02-171-3/+1
* If you pass NULL, you do not get a NULL value, make sure it is.Shane Caraveo2003-02-171-1/+3
* Integrate Shanes patch that allows specifying the cwd and environmentWez Furlong2003-02-161-12/+156
* Add optional signal parameter to proc_terminate.Wez Furlong2003-02-151-3/+4