summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2019-07-303-12/+72
|\
| * Fix FPM timer event re-registrationNikita Popov2019-07-303-12/+72
* | Merge branch 'PHP-7.4'Peter Kokot2019-07-241-25/+0
|\ \ | |/
| * Remove AC_FPM_POLLPeter Kokot2019-07-241-25/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-241-0/+1
|\ \ | |/
| * Fix bindpath mem leak in cgiDavid Carlier2019-07-241-0/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-242-0/+6
|\ \ | |/
| * Revert "Drop free_filename field from zend_file_handle"Nikita Popov2019-07-242-0/+6
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-222-2/+2
|\ \ | |/
| * Report errors from stream read and write operationsNikita Popov2019-07-222-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-46/+0
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-221-46/+0
| |\
| | * Remove test for bug #77185Nikita Popov2019-07-221-46/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-221-1/+1
| |\ \ | | |/
| | * Reduce number of workers in testNikita Popov2019-07-221-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-222-1/+60
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-222-1/+60
| |\ \ | | |/
| | * Prevent use after free in fpm_event_epoll_waitMaksim Nikulin2019-07-222-1/+60
* | | Merge branch 'PHP-7.4'George Wang2019-07-211-62/+62
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4George Wang2019-07-211-62/+62
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3George Wang2019-07-211-62/+62
| | |\
| | | * Checked in LiteSpeed SAPI 7.5, addressed two main problems in "clean shutdown...George Wang2019-07-201-62/+62
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-191-15/+15
|\ \ \ \ | |/ / /
| * | | Deprecate alternative array access syntaxrjhdby2019-07-191-15/+15
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-181-6/+0
|\ \ \ \ | |/ / /
| * | | Remove duplicate socklen_t checkPeter Kokot2019-07-181-6/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-171-0/+1
|\ \ \ \ | |/ / /
| * | | Avoid double buffering in Zend streamsNikita Popov2019-07-171-0/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-163-9/+0
|\ \ \ \ | |/ / /
| * | | Remove ZEND_HANDLE_MAPPEDNikita Popov2019-07-161-3/+0
| * | | Drop free_filename field from zend_file_handleNikita Popov2019-07-162-6/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-165-45/+11
|\ \ \ \ | |/ / /
| * | | Introduce zend_stream_init_filename()Nikita Popov2019-07-164-25/+5
| * | | Introduce zend_stream_init_fp() APINikita Popov2019-07-163-22/+8
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-162-0/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-162-0/+17
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-162-0/+17
| | |\ \ | | | |/
| | | * Fixed bug #78297Nikita Popov2019-07-162-0/+17
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-154-145/+18
|\ \ \ \ | |/ / /
| * | | Move shebang handling into the lexerNikita Popov2019-07-154-145/+18
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-114-45/+28
|\ \ \ \ | |/ / /
| * | | Switch to using shell-less proc_open() in various server testsNikita Popov2019-07-114-45/+28
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-101-4/+2
|\ \ \ \ | |/ / /
| * | | Avoid invalid array access in fcgi.incNikita Popov2019-07-101-4/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-091-3/+5
|\ \ \ \ | |/ / /
| * | | CGI: Fix memory leak on error pathsDavid Carlier2019-07-091-3/+5
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-071-6/+4
|\ \ \ \ | |/ / /
| * | | Remove some more Apache 1 left oversPeter Kokot2019-07-071-6/+4
* | | | Merge branch 'PHP-7.4'George Wang2019-07-042-4/+268
|\ \ \ \ | |/ / /