summaryrefslogtreecommitdiff
path: root/ext/standard/proc_open.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pull-request/1588' into PHP-7.0Joe Watkins2017-01-061-7/+6
|\
| * Implemented fix for incorrect filedescriptor closingJoshua Thijssen2015-10-211-7/+6
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fixed bug #72306 (Heap overflow through proc_open and $env parameter)Xinchen Hui2016-06-131-33/+22
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |/
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-1/+1
* | properly set the pipe blocking optionAnatol Belski2015-07-021-1/+1
* | initial stuff to make allow blocking pipes on windowsAnatol Belski2015-07-021-0/+9
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-10/+10
* | remove hardcoded limit on number of pipes in proc_open()Antony Dovgal2015-05-291-5/+12
* | Cleanup resource handling APIsXinchen Hui2015-02-021-4/+10
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-24/+24
* | fix datatype mismatchesAnatol Belski2014-10-231-6/+6
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | master renames phase 1Anatol Belski2014-08-251-13/+13
* | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | further fixes to ext/standardAnatol Belski2014-08-181-3/+3
* | further fixes on coreAnatol Belski2014-08-161-1/+1
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-8/+8
* | 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