summaryrefslogtreecommitdiff
path: root/ext/standard/proc_open.c
Commit message (Expand)AuthorAgeFilesLines
* Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-2/+1
* hash keys now use actual string length without leading zeroPierre Joye2014-05-131-2/+2
* port proc_open to windows (untested yet)Pierre Joye2014-05-131-8/+8
* Code cleanup in proc_openNikita Popov2014-05-091-36/+15
* Fix proc_open resource destructionNikita Popov2014-05-091-2/+3
* Fixed resource destructionDmitry Stogov2014-05-081-3/+1
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-10/+31
|\
| * Fixes to various stream cast on win64Anatol Belski2014-03-191-2/+3
| * Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-03-031-8/+29
| |\
| | * proc_open(): separate environment values that aren't stringsTjerk Meesters2014-03-031-8/+29
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-51/+30
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
* | | Fixed reference countingDmitry Stogov2014-04-091-1/+3
* | | Fixed reference countingDmitry Stogov2014-04-091-1/+2
* | | Use ZVAL_DEREF() macroDmitry Stogov2014-03-271-2/+1
* | | Fixed proc_open's reference argumentXinchen Hui2014-03-031-1/+4
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-141-46/+46
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-1/+1
* | Dereferencing process-handles no longer waits on those processes.Jille Timmermans2013-01-151-4/+16
* | Merge branch 'PHP-5.4' into PHP-5.5Pierre Joye2013-01-071-1/+2
|\ \
| * \ Merge branch 'PHP-5.3' into PHP-5.4Pierre Joye2013-01-071-1/+2
| |\ \ | | |/ | |/|
| | * - fix the fix for bug #50524Pierre Joye2013-01-071-1/+2
* | | 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