summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-26/+19
* Replace zend_bool uses with boolNikita Popov2021-01-151-10/+10
* Revert "Fix bug #64865: Use CONTEXT_DOCUMENT_ROOT for scanning dir tree"Nikita Popov2020-10-191-5/+2
* Add stubs for SAPIsMáté Kocsis2020-07-101-18/+3
* Remove proto comments from C filesMax Semenik2020-07-061-16/+8
* Better leak fix for cgi -s / -wNikita Popov2020-06-261-7/+1
* Fix leaks in cgi strip/highlight modeNikita Popov2020-06-251-5/+2
* Constify char * arguments of APIstwosee2020-06-081-6/+6
* Implement #47074: phpinfo() reports "On" as 1 for the some extensionsChristoph M. Becker2020-06-041-8/+8
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-121-0/+4
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-121-0/+4
| |\
| | * Fix #79489: .user.ini does not inheritChristoph M. Becker2020-05-121-0/+4
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-201-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-201-3/+3
| |\ \ | | |/
| | * Fix #79491: Search for .user.ini extends up to root dirChristoph M. Becker2020-04-201-3/+3
* | | Remove return value from llist apply functionsNikita Popov2020-04-151-3/+2
* | | Use separate typedef for bucket comparison functionNikita Popov2020-03-041-4/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-271-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-271-0/+4
| |\ \ | | |/
| | * Fix bug #78323: Code 0 is returned on invalid optionsIvan Mikheykin2020-01-271-0/+4
| | * Future-proof email addressesZeev Suraski2018-11-011-2/+2
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-3/+3
* | | Fix bug #64865: Use CONTEXT_DOCUMENT_ROOT for scanning dir treewbender2020-01-241-2/+5
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-3/+3
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Fix bindpath mem leak in cgiDavid Carlier2019-07-241-0/+1
* | Introduce zend_stream_init_filename()Nikita Popov2019-07-161-5/+1
* | Introduce zend_stream_init_fp() APINikita Popov2019-07-161-6/+3
* | Move shebang handling into the lexerNikita Popov2019-07-151-72/+1
* | CGI: Fix memory leak on error pathsDavid Carlier2019-07-091-3/+5
* | Use PHP_VERSION for zend modulesPeter Kokot2019-06-091-1/+1
* | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-3/+1
* | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-5/+1
* | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-2/+1
* | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-1/+3
* | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-2/+2
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-8/+4
* | Future-proof email addresses...Zeev Suraski2018-11-011-2/+2
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-3/+3
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-081-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-081-2/+2
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-081-2/+2
| | |\
| | | * Fix #76954: apache_response_headers removes last character from header namestodorovic2018-10-081-2/+2
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-10-031-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-10-031-3/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-10-031-2/+2
| | |\ \ | | | |/
| | | * Avoid code duplication and don't miss env restoreAnatol Belski2018-10-031-2/+2