summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-04-131-0/+9
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-04-131-0/+9
| |\
| | * Fix bug #79330 - make all execution modes consistent in rejecting \0Stanislav Malyshev2020-04-131-0/+9
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-03-251-0/+7
|\ \ \ | |/ /
| * | Fix bug #79410 (system() swallows last chunk if it is exactly 4095 bytes with...Christian Schneider2020-03-251-0/+7
* | | Report errors from stream read and write operationsNikita Popov2019-07-221-2/+3
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-1/+1
* | | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-2/+1
* | | Remove HAVE_LIMITS_HPeter Kokot2019-04-071-2/+0
* | | 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