summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | 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 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
* | 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
* | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+5
* | Update and fix remaining year ranges (2019)Peter Kokot2019-02-082-4/+4
* | 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
* | Clean up server-tests.php remainsChristoph M. Becker2018-11-231-0/+20
* | Future-proof email addresses...Zeev Suraski2018-11-011-2/+2
* | Trim trailing whitespace in testsGabriel Caruso2018-10-149-19/+19
* | 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
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-082-2/+50
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-082-2/+50
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-082-2/+50
| | |\
| | | * Fix #76954: apache_response_headers removes last character from header namestodorovic2018-10-082-2/+50
* | | | 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
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-10-031-3/+18
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-10-031-3/+18
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-10-031-1/+16
| | |\ \ | | | |/
| | | * Fixed bug #76948 Failed shutdown/reboot or end session in WindowsAnatol Belski2018-10-031-1/+16
* | | | Fix localized error messages and memory leaksAnatol Belski2018-09-171-0/+6
* | | | Make more tests run on LinuxGabriel Caruso2018-08-281-5/+1