summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/sapi_apache2.c
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-0/+2
* Merge branch 'PHP-7.4'Nikita Popov2020-06-241-1/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-241-1/+1
| |\
| | * Fixed bug #79030 Use usec from apache request timeHerbert2562020-06-241-1/+1
* | | Constify char * arguments of APIstwosee2020-06-081-3/+3
* | | Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-051-0/+6
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-161-5/+1
|\ \ \ | |/ /
| * | Introduce zend_stream_init_filename()Nikita Popov2019-07-161-5/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-141-2/+1
|\ \ \ | |/ /
| * | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-2/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-121-0/+4
|\ \ \ | |/ /
| * | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-0/+4
* | | Remove major version from apache moduleNikita Popov2019-02-051-3/+3
|/ /
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Stop Apache if PHP wasn't started successful.Dmitry Stogov2018-10-291-1/+3
|/
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-301-1/+8
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-301-1/+8
| |\
| | * Fixed bug #75479Nikita Popov2018-09-301-1/+8
* | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2018-09-091-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-09-091-0/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-09-091-0/+1
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-09-091-0/+1
| | | |\
| | | | * Fix for bug #76582Stanislav Malyshev2018-09-091-0/+1
| | * | | year++Xinchen Hui2018-01-021-1/+1
| * | | | year++Xinchen Hui2018-01-021-1/+1
* | | | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | | | year++Xinchen Hui2018-01-021-1/+1
|/ / / /
* | | | Merge branch 'PHP-7.1'Anatol Belski2017-03-281-46/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-03-281-46/+1
| |\ \ \ | | |/ /
| | * | Revert "Fixed bug #61471"Anatol Belski2017-03-281-46/+1
* | | | Merge branch 'PHP-7.1'Nikita Popov2017-02-081-1/+46
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-081-1/+46
| |\ \ \ | | |/ /
| | * | Fixed bug #61471Zheng SHAO2017-02-081-1/+46
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-051-44/+1
| |\ \ \ | | |/ /
| | * | Revert "Merge branch 'bugfix_timeout_61471' of https://github.com/axot/php-sr...Anatol Belski2017-01-051-44/+1
| | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | | Revert "Merge branch 'bugfix_timeout_61471' of https://github.com/axot/php-sr...Anatol Belski2017-01-151-44/+1
* | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | | Merge branch 'PHP-7.1'Xinchen Hui2016-12-291-1/+44
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-12-291-1/+44
| |\ \ \ | | |/ /
| | * | define php_ap_map_http_request_error function for older httpd onlyZheng SHAO2016-12-291-31/+24
| | * | add old versions of httpd supportZheng SHAO2016-12-291-0/+34
| | * | typo fixedZheng SHAO2016-12-171-1/+1
| | * | bug fixed #61471 in apache2handlerZheng SHAO2016-12-171-1/+17
* | | | Remove Netware supportKalle Sommer Nielsen2016-11-121-13/+2
|/ / /
* | | fix build with mod_winntAnatol Belski2016-07-111-0/+8
* | | Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-111-3/+31