summaryrefslogtreecommitdiff
path: root/main/SAPI.h
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-5/+5
* Constify char * arguments of APIstwosee2020-06-081-9/+9
* Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-221-3/+0
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-1/+2
* 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-1/+1
* 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/+1
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-3/+3
* sync vim mode lines in mainAnatol Belski2017-07-091-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Eliminate win95nt.hKalle Sommer Nielsen2016-12-221-1/+0
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-111-1/+1
* Removed duplicate php.h include in SAPI.hValentin V. Bartenev2016-07-051-1/+0
* Fixed compilation warningsDmitry Stogov2016-06-211-2/+17
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* Removed unused callbacksDmitry Stogov2016-06-201-3/+0
* 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
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed bug memleak in header_register_callbackXinchen Hui2015-12-111-1/+0
* | fix datatype mismatchesAnatol Belski2015-03-241-1/+1
* | fix datatype mismatchesAnatol Belski2015-03-241-3/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-5/+5
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-61/+61
* | move SG to use global tsrmls pointerAnatol Belski2014-10-151-1/+1
* | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-1/+1
* | native tls initial patchkrakjoe2014-09-201-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Fixed incompatible pointer type (int64)Xinchen Hui2014-08-261-1/+1
* | master renames phase 3Anatol Belski2014-08-251-4/+4
* | master renames phase 1Anatol Belski2014-08-251-3/+3
* | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-10/+11
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+2
|\ \
| * \ Merge branch 'PHP-5.6'Yasuo Ohgaki2014-02-131-1/+2
| |\ \ | | |/
| | * Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-131-1/+2
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
|/ /
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ | |/
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRM...Kalle Sommer Nielsen2013-12-181-1/+1
|/
* add note about request_body and php://inputMichael Wallner2013-09-191-0/+1
* make reading php://input JIT if enable_post_data_reading=0Michael Wallner2013-09-101-1/+2
* slim post dataMichael Wallner2013-08-271-4/+3
* make this work in vc11 tooRalf Lang2013-08-061-0/+1
* Use int64_t and atoll() after discussion with johannesRalf Lang2013-08-061-2/+2