summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-031-7/+5
|\
* \ Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-031-4/+6
|\ \ | |/
| * More string length checks & fixesStanislav Malyshev2016-11-031-5/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-301-2/+2
|\ \ | |/
| * Fix #73203: passing additional_parameters causes mail to failChristoph M. Becker2016-09-301-2/+2
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-02-021-0/+11
| |\
| | * add error check to sysconf callAnatol Belski2016-02-021-0/+11
| * | Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-5/+71
| |\ \ | | |/
| | * backport the escapeshell* functions hardening branchAnatol Belski2016-01-281-5/+71
* | | reapply the sysconf error check patchAnatol 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