summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Implement typed propertiesNikita Popov2019-01-111-10/+12
* Fix localized error messages and memory leaksAnatol Belski2018-09-171-1/+3
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* Use literal as formatAnatol Belski2018-03-121-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Backport some printf() fixes to 7.2Nikita Popov2017-11-161-4/+4
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-4/+7
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-20/+20
* Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-031-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-031-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
* | | | Always include the header for nice() on WindowsKalle Sommer Nielsen2016-10-181-0/+4
* | | | Implemented proc_nice() for Windows (FR #49806)Kalle Sommer Nielsen2016-10-161-0/+4
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-301-2/+2
|\ \ \ | |/ /
| * | 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
* | | | Fixed compilation warningsDmitry Stogov2016-06-231-4/+4
|/ / /
* | | 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