| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-05-30 | 1 | -1/+1 |
|\ |
|
| * | Typofix in comment in proc_open.c | Jille Timmermans | 2012-05-30 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the ... | Pierre Joye | 2011-10-24 | 1 | -1/+1 |
| * | - win9x is not supported anymore since 5.3 | Pierre Joye | 2011-10-24 | 1 | -2/+1 |
| * | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 2011-08-09 | 1 | -2/+2 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | - Fix #50524, proc_open should respect cwd as it does on other platforms | Pierre Joye | 2010-09-08 | 1 | -0/+10 |
| * | - kill warning | Pierre Joye | 2010-09-06 | 1 | -1/+1 |
| * | - WS | Pierre Joye | 2010-08-30 | 1 | -45/+43 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the ... | Pierre Joye | 2011-10-24 | 1 | -1/+1 |
* | | - win9x is not supported anymore since 5.3 | Pierre Joye | 2011-10-24 | 1 | -2/+1 |
* | | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 2011-08-09 | 1 | -2/+2 |
* | | Suppress a dozen unused return value warnings in places where the return | Rasmus Lerdorf | 2011-05-16 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | - WS | Pierre Joye | 2010-09-08 | 1 | -2/+1 |
* | | - Fix #50524, proc_open should respect cwd as it does on other platforms | Pierre Joye | 2010-09-08 | 1 | -0/+10 |
* | | - kill warning | Pierre Joye | 2010-09-06 | 1 | -1/+1 |
* | | - WS | Pierre Joye | 2010-08-30 | 1 | -44/+44 |
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -79/+2 |
|/ |
|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Fixed bug #49095 (proc_get_status['exitcode'] fails on win32) | Felipe Pena | 2009-08-03 | 1 | -1/+1 |
* | Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars | Ilia Alshanetsky | 2009-07-26 | 1 | -0/+29 |
* | revert Nuno's commit of my patch | Gwynne Raskind | 2009-07-20 | 1 | -119/+15 |
* | Fix Windows build | Kalle Sommer Nielsen | 2009-07-20 | 1 | -2/+4 |
* | Add support for proc_open()'s bypass_shell feature for Unix systems (slightly... | Nuno Lopes | 2009-07-19 | 1 | -15/+117 |
* | #41874, separate STDOUT and STDERR in exec functions | Pierre Joye | 2009-06-09 | 1 | -2/+8 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -1/+1 |
* | Adder error code into error message | Dmitry Stogov | 2008-08-21 | 1 | -1/+3 |
* | MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE | Antony Dovgal | 2008-07-23 | 1 | -1/+1 |
* | - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen()) | Felipe Pena | 2008-07-22 | 1 | -1/+1 |
* | MFH:- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" co... | Jani Taskinen | 2008-04-08 | 1 | -1/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | fix bug #39651: proc_open() append mode doesnt work on windows | Nuno Lopes | 2007-09-12 | 1 | -0/+6 |
* | MFH:- Fixed bug #41904 (proc_open with empty env array) | Jani Taskinen | 2007-08-17 | 1 | -0/+4 |
* | WIN64 support | Dmitry Stogov | 2007-04-16 | 1 | -1/+1 |
* | fix for #33664 Console window appears when using exec() | Stanislav Malyshev | 2007-04-02 | 1 | -2/+2 |
* | strdup() can fail | Ilia Alshanetsky | 2007-02-24 | 1 | -0/+3 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+1 |
* | Fixed bug #39322 (proc_terminate() destroys process resource) | Nuno Lopes | 2007-02-14 | 1 | -6/+11 |
* | Fixed bug #34794 (proc_close() hangs when used with two processes) | Nuno Lopes | 2007-02-13 | 1 | -0/+4 |
* | fix #40455 (proc_open() uses wrong commandline when safe_mode_exec_dir is set) | Antony Dovgal | 2007-02-13 | 1 | -1/+1 |
* | Close open files in case of failure (Amit) | Dmitry Stogov | 2007-01-09 | 1 | -0/+7 |
* | Improved proc_open(). Now on Windows it can run external commands not through... | Dmitry Stogov | 2007-01-06 | 1 | -7/+19 |
* | +- Fixed bug #37619 (proc_open() closes stdin on fork() failure). | Nuno Lopes | 2007-01-02 | 1 | -4/+4 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | - Fixed bug #36427 (proc_open() / proc_close() leak handles on windows). | Nuno Lopes | 2006-12-31 | 1 | -1/+2 |
* | Fixed bug #38542 (proc_get_status() returns wrong PID on windows) | Nuno Lopes | 2006-12-31 | 1 | -6/+11 |