summaryrefslogtreecommitdiff
path: root/ext/standard/proc_open.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-301-1/+1
|\
| * Typofix in comment in proc_open.cJille Timmermans2012-05-301-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the ...Pierre Joye2011-10-241-1/+1
| * - win9x is not supported anymore since 5.3Pierre Joye2011-10-241-2/+1
| * Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fix #50524, proc_open should respect cwd as it does on other platformsPierre Joye2010-09-081-0/+10
| * - kill warningPierre Joye2010-09-061-1/+1
| * - WSPierre Joye2010-08-301-45/+43
* | - Year++Felipe Pena2012-01-011-1/+1
* | - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the ...Pierre Joye2011-10-241-1/+1
* | - win9x is not supported anymore since 5.3Pierre Joye2011-10-241-2/+1
* | Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
* | Suppress a dozen unused return value warnings in places where the returnRasmus Lerdorf2011-05-161-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | - WSPierre Joye2010-09-081-2/+1
* | - Fix #50524, proc_open should respect cwd as it does on other platformsPierre Joye2010-09-081-0/+10
* | - kill warningPierre Joye2010-09-061-1/+1
* | - WSPierre Joye2010-08-301-44/+44
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-79/+2
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49095 (proc_get_status['exitcode'] fails on win32)Felipe Pena2009-08-031-1/+1
* Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_varsIlia Alshanetsky2009-07-261-0/+29
* revert Nuno's commit of my patchGwynne Raskind2009-07-201-119/+15
* Fix Windows buildKalle Sommer Nielsen2009-07-201-2/+4
* Add support for proc_open()'s bypass_shell feature for Unix systems (slightly...Nuno Lopes2009-07-191-15/+117
* #41874, separate STDOUT and STDERR in exec functionsPierre Joye2009-06-091-2/+8
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-1/+1
* Adder error code into error messageDmitry Stogov2008-08-211-1/+3
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-1/+1
* - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())Felipe Pena2008-07-221-1/+1
* MFH:- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" co...Jani Taskinen2008-04-081-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* 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