summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-26/+19
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
* Enable class entry generation for sapi extensionsMáté Kocsis2021-02-142-2/+3
* 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
* Run tidyNikita Popov2020-09-183-3/+3
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* Add stubs for SAPIsMáté Kocsis2020-07-103-18/+41
* Remove proto comments from C filesMax Semenik2020-07-061-16/+8
* Simplify and fix php-cgi detectionNikita Popov2020-06-261-14/+11
* 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
* | | Reindent phpt filesNikita Popov2020-02-038-78/+78
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-272-0/+45
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-272-0/+45
| |\ \ | | |/
| | * Fix bug #78323: Code 0 is returned on invalid optionsIvan Mikheykin2020-01-272-0/+45
| | * Future-proof email addressesZeev Suraski2018-11-011-2/+2
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1410-18/+18
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-5/+5
| * | Revert "Link executable files using non PIC object files. This reduces PIC ov...Dmitry Stogov2019-10-101-1/+1
| * | Link executable files using non PIC object files. This reduces PIC overhead a...Dmitry Stogov2019-09-071-1/+1
* | | 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
* | | Clean DONE tags from testsFabien Villepinte2019-11-073-6/+0
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Link executable files using non PIC object files. This reduces PIC overhead a...Dmitry Stogov2019-09-031-1/+1
|/ /
* | Fix bindpath mem leak in cgiDavid Carlier2019-07-241-0/+1
* | Remove duplicate socklen_t checkPeter Kokot2019-07-181-6/+0
* | 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-152-72/+10
* | CGI: Fix memory leak on error pathsDavid Carlier2019-07-091-3/+5
* | Use PHP_VERSION for zend modulesPeter Kokot2019-06-091-1/+1
* | [ci skip] Remove outdated fastcgi info in favor of the manualPeter Kokot2019-05-131-151/+0
* | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-8/+4
* | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-3/+1
* | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-5/+1
* | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-158-9/+9