summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* ensure installed ini don't interfereRemi Collet2020-08-211-1/+1
* Switch to mime-db as source of extension => MIME mapNikita Popov2020-08-132-28/+210
* Small CS fixNyholm2020-08-121-6/+12
* Disable report_zend_debug by defaultNikita Popov2020-08-123-14/+1
* Merge branch 'PHP-7.4'George Wang2020-08-101-1/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4George Wang2020-08-101-1/+2
| |\
| | * Make sure string is NUL byte terminated.George Wang2020-08-101-1/+2
* | | Fixed bug #62294Nikita Popov2020-08-103-1/+17
* | | Fixed bug #65275Nikita Popov2020-08-103-25/+35
* | | Fixed bug #79948Nikita Popov2020-08-101-6/+5
* | | Fixed bug #77561Nikita Popov2020-08-102-0/+14
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* | | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-3/+2
* | | Accept zend_object* in zend_get_exception_baseNikita Popov2020-08-071-11/+8
* | | Accept zend_object in zend_read_propertyNikita Popov2020-08-072-11/+9
* | | Add more argument types to stubsMáté Kocsis2020-08-071-3/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-051-1/+6
|\ \ \ | |/ /
| * | Check ps -p availability in process title testNikita Popov2020-08-051-1/+6
* | | FPM: Prevent warning with raising pm.max_children for shared poolJakub Zelenka2020-08-043-13/+5
* | | XFAIL status-listen FPM testNikita Popov2020-08-041-0/+2
* | | FPM: Add pm.status_listen optionJakub Zelenka2020-08-0310-6/+148
* | | Make http stream wrapper advertise HTTP/1.1 by defaultRowan Tommins2020-08-032-5/+5
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-291-2/+4
|\ \ \ | |/ /
| * | Prevent test case from stallingChristoph M. Becker2020-07-291-2/+4
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-271-2/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-271-2/+11
| |\ \ | | |/
| | * Fix #77932: File extensions are case-sensitiveChristoph M. Becker2020-07-271-2/+11
* | | Address some compiler warnings.George Wang2020-07-232-5/+8
* | | Merge branch 'PHP-7.4'George Wang2020-07-233-14/+234
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4George Wang2020-07-233-14/+234
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3George Wang2020-07-233-14/+234
| | |\
| | | * Security: update to LiteSpeed SAPI v7.7 to address an buffer overflow, and so...George Wang2020-07-233-14/+234
* | | | Disable JIT for PHPDBGDmitry Stogov2020-07-211-0/+12
* | | | Skip upload_2G.phpt if disk_free_space() <= 2GBTyson Andre2020-07-191-0/+4
* | | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-102-3/+3
* | | | Add stubs for SAPIsMáté Kocsis2020-07-1011-45/+81
* | | | Fix warning in embed sapiNikita Popov2020-07-101-1/+1
* | | | Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-091-8/+8
* | | | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | | | Remove proto comments from C filesMax Semenik2020-07-068-114/+61
* | | | Use zend_string_equals API in a couple placesNikita Popov2020-07-031-1/+1
* | | | Extract some common fuzzer codeNikita Popov2020-06-305-53/+45
* | | | Add unserializehash fuzzer.Eddie Kohler2020-06-305-0/+127
* | | | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* | | | Make exit() unwind properlyNikita Popov2020-06-291-0/+5
* | | | Fixed bug #79737 (Building embed as static fails during install step).Dmitry Stogov2020-06-292-0/+6
* | | | 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
* | | | Sort extensions alphabeticallyNikita Popov2020-06-242-847/+851