summaryrefslogtreecommitdiff
path: root/main/SAPI.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Fix #78792: zlib.output_compression disabled by Content-Type: image/Christoph M. Becker2020-09-291-7/+0
* Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-1/+1
* Add more argument types to stubsMáté Kocsis2020-08-071-7/+4
* Remove proto comments from C filesMax Semenik2020-07-061-2/+1
* Constify char * arguments of APIstwosee2020-06-081-13/+12
* Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove HAVE_PCRE/HAVE_BUNDLED_PCRE checksNikita Popov2019-03-221-2/+0
* Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-1/+2
* Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-3/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Fixed bug #62596 add getallheaders (apache_request_headers) missing function ...Remi Collet2018-07-051-0/+50
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-4/+4
* Merge branch 'PHP-7.2'Anatol Belski2017-11-281-0/+6
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-281-0/+6
| |\
| | * Follow up on bug #75574 for FCGI sideAnatol Belski2017-11-281-0/+6
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Added RC_DEBUG exceptionDmitry Stogov2017-11-031-2/+7
|/ /
* | remove useless castAnatol Belski2017-07-091-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-11/+11
|/
* Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-0/+4
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-0/+4
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-18/+22
| | |\
| | | * CS fix and comments with bug IDStanislav Malyshev2016-07-121-1/+1
| | | * Fix for HTTP_PROXY issue.Stanislav Malyshev2016-07-101-22/+26
* | | | Rewrite watchpoints to be much more stableBob Weinand2016-07-111-4/+3
* | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
|/ / /
* | | fix #70189 (SAPI sends empty Content-Type when default_mimetype is empty)Joe Watkins2016-03-271-9/+18
* | | 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
* | | Fixed bug memleak in header_register_callbackXinchen Hui2015-12-111-9/+9
* | | remove unnecessary macrosAnatol Belski2015-09-021-10/+4
* | | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-111-1/+6
|\ \ \ | |/ /
| * | Fix #69487: SAPI may truncate POST dataChristoph M. Becker2015-08-111-1/+6
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-02-051-7/+2
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-02-051-7/+2
| | |\
| | | * Update header handling to RFC 7230Stanislav Malyshev2015-02-051-7/+2
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | |/
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | fix datatype mismatchesAnatol Belski2015-03-241-6/+6
* | | fix datatype mismatchesAnatol Belski2015-03-241-3/+3
* | | Revive Zend Signals handler (and fixed bug #61083)Xinchen Hui2015-03-051-4/+0