summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+15
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* fix buildAnatol Belski2014-11-141-0/+3
* remove unused varAnatol Belski2014-11-141-1/+0
* fix datatype mismatchesAnatol Belski2014-10-221-7/+8
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* 's' works with size_t round 4Anatol Belski2014-08-271-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
* Unused variableXinchen Hui2014-08-261-2/+0
* master renames phase 1Anatol Belski2014-08-251-7/+7
* yet more fixes to zppAnatol Belski2014-08-201-2/+2
* fix macros in the 5 basic extensionsAnatol Belski2014-08-161-1/+1
* Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-2/+0
* Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
* Fixed char*/zend_string* inconsistencyDmitry Stogov2014-03-071-1/+1
* Paramter are referencesXinchen Hui2014-03-031-0/+2
* Refactor php_escape_shell_* to return zend_stringXinchen Hui2014-03-031-33/+32
* Fixed crach because of dereferencing of NULL pointerDmitry Stogov2014-02-251-1/+1
* Refactoring php_stream_copy_to_mem to return zend_stringXinchen Hui2014-02-241-6/+4
* Use better data structures (incomplete)Dmitry Stogov2014-02-131-4/+7
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* fixed a mistake on reverting my previous patch:Rui Hirokawa2012-04-091-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* revert changes to fix bug #60116.Rui Hirokawa2011-11-111-39/+8
* added a test script for bug60116 and fixed behabior of ESCAPE_CMD_END.Rui Hirokawa2011-10-301-1/+1
* fixed bug #60116 escapeshellcmd() cannot escape the dangerous quotes.Rui Hirokawa2011-10-231-9/+40
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-9/+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
* Remove unused variablesPierrick Charron2010-06-011-2/+0
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-1/+3
* Remove unused variablesPierrick Charron2010-04-271-1/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-39/+3
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-3/+1
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-1/+3
* Fixed bug #50732 (exec() adds single byte twice to $output array).Ilia Alshanetsky2010-01-131-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #49847 (exec() fails to return data inside 2nd parameter, given out...Ilia Alshanetsky2009-10-141-2/+5
* - MFB: #45997, safe_mode bypass with exec/sytem/passthru (windows only)Pierre Joye2009-04-301-0/+9
* Fixed bug #47937 (system() calls sapi_flush() regardless of outputIlia Alshanetsky2009-04-191-1/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - RevertFelipe Pena2008-10-161-0/+4
* Fixed compilation warnings: tsrm_ls is not used here (anymore?)Alexey Zakhlestin2008-10-161-3/+0
* - [DOC] MFH: improve fix for #43261 for % and "Pierre Joye2008-08-171-4/+6
* Fix windows build error.Scott MacVicar2008-07-221-1/+1
* MFH: Add test for escapeshellcmd and restore previous behaviour with strippin...Scott MacVicar2008-07-221-2/+5
* MFH Fixed bug #43261Scott MacVicar2008-05-301-4/+4
* MFB: Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)Felipe Pena2008-03-301-0/+4
* fix ZTS buildAntony Dovgal2008-03-211-0/+1