summaryrefslogtreecommitdiff
path: root/ext/standard/proc_open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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