summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* reapply the sysconf error check patchphp-7.0.3PHP-7.0.3Anatol Belski2016-02-021-0/+11
* extend _SC_ARG_MAX usage onto platforms where it's availableAnatol Belski2016-01-281-2/+2
* Fixed bug #71039 exec functions ignore length but look for NULL terminationAnatol Belski2016-01-121-0/+8
* Follow up on bug #71270Anatol Belski2016-01-121-5/+51
* Patch for Heap Buffer Overflow in EscapeShelllibnex2016-01-061-2/+2
* 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
| * Revert "Fixed invalid read"Xinchen Hui2015-07-081-2/+2
* | Fixed bug #70018 (exec does not strip all whitespace)Xinchen Hui2015-07-081-2/+2
|\ \ | |/
| * Fixed invalid readXinchen Hui2015-07-081-2/+2
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-24/+24
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-241-2/+4
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Christoph M. Becker2015-06-241-1/+3
| |\
| | * Fixed bug #69768 (escapeshell*() doesn't cater to !)Christoph M. Becker2015-06-241-1/+3
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-091-0/+8
| |\ \ | | |/
| | * Fix bug #69646 OS command injection vulnerability in escapeshellargStanislav Malyshev2015-06-091-0/+8
* | | Fixed bug #69646 (OS command injection vulnerability in escapeshellarg)Stanislav Malyshev2015-06-091-0/+8
* | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* | | Added NULL byte protection to exec, system and passthru.Yasuo Ohgaki2015-02-141-1/+1
* | | Merge branch 'PHP-5.6'Yasuo Ohgaki2015-02-141-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2015-02-141-0/+4
| |\ \ | | |/
| | * Add NULL byte protection to exec, system and passthruYasuo Ohgaki2015-02-141-0/+4
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * MFH: 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
| | * MFH: fixed bug #60116 (escapeshellcmd() cannot escape the characters which ca...Rui Hirokawa2011-11-101-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
| * | Bump yearXinchen Hui2015-01-151-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | | 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