summaryrefslogtreecommitdiff
path: root/ext/standard/proc_open.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-5/+2
* Merge branch 'PHP-7.1'Joe Watkins2017-01-061-7/+6
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-061-7/+6
| |\
| | * 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
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | | Use new param API in standardSara Golemon2016-12-301-14/+20
* | | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-3/+3
* | | | Remove Netware supportKalle Sommer Nielsen2016-11-121-61/+1
|/ / /
* | | add error check and fix leakAnatol Belski2016-08-291-0/+5
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-6/+51
|/ /
* | 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