summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Make null byte error a ValueErrorNikita Popov2020-09-081-4/+4
* Warning to Error promotion in ext/standardGeorge Peter Banyard2020-09-031-8/+8
* Remove proto comments from C filesMax Semenik2020-07-061-16/+8
* Constify char * arguments of APIstwosee2020-06-081-3/+3
* Merge branch 'PHP-7.4'Stanislav Malyshev2020-04-131-0/+9
|\
| * 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
* | | | Fix php_exec() output lengthChristoph M. Becker2020-03-261-3/+4
* | | | Clean up php_exec() implementation a bitNikita Popov2020-03-251-34/+27
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-03-251-0/+7
|\ \ \ \ | |/ / /
| * | | 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
* | | | Improve argument error messages in ext/standardMáté Kocsis2020-03-181-2/+2
* | | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-1/+1
* | | | Use RETURN_THROWS() after zend_type_error()Máté Kocsis2020-01-011-2/+2
* | | | Return false when "Unable to fork"Máté Kocsis2019-12-091-0/+1
* | | | Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-071-1/+1
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-2/+3
|\ \ \ \ | |/ / /
| * | | 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
* | | | escapeshellarg/escapeshellcmd: Throw TypeError instead of E_ERRORNikita Popov2019-05-291-7/+6
* | | | Update more func info information for ext/standardNikita Popov2019-05-291-5/+5
* | | | Use ZEND_TRA_ASSIGN_REF_... macros for by reference arguments of internal fun...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
| | |\