summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Jakub Zelenka2019-08-267-9/+91
|\
| * Fix bug #78334 (fpm log prefix message includes wrong stdout/stderr notation)Tsuyoshi Sadakata2019-08-267-9/+91
* | Fix noalias violation in select callNikita Popov2019-08-231-3/+2
* | Fix FPM timer event re-registrationNikita Popov2019-07-303-12/+72
* | Remove AC_FPM_POLLPeter Kokot2019-07-241-25/+0
* | Fix bindpath mem leak in cgiDavid Carlier2019-07-241-0/+1
* | Revert "Drop free_filename field from zend_file_handle"Nikita Popov2019-07-242-0/+6
* | Report errors from stream read and write operationsNikita Popov2019-07-222-2/+2
* | 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.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.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.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
* | | Deprecate alternative array access syntaxrjhdby2019-07-191-15/+15
* | | Remove duplicate socklen_t checkPeter Kokot2019-07-181-6/+0
* | | Avoid double buffering in Zend streamsNikita Popov2019-07-171-0/+1
* | | Remove ZEND_HANDLE_MAPPEDNikita Popov2019-07-161-3/+0
* | | Drop free_filename field from zend_file_handleNikita Popov2019-07-162-6/+0
* | | 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.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
* | | Move shebang handling into the lexerNikita Popov2019-07-154-145/+18
* | | Switch to using shell-less proc_open() in various server testsNikita Popov2019-07-114-45/+28
* | | Avoid invalid array access in fcgi.incNikita Popov2019-07-101-4/+2
* | | CGI: Fix memory leak on error pathsDavid Carlier2019-07-091-3/+5
* | | Remove some more Apache 1 left oversPeter Kokot2019-07-071-6/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4George Wang2019-07-042-4/+268
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3George Wang2019-07-042-4/+268
| |\ \ | | |/
| | * Updated to LiteSpeed SAPI V7.4.3George Wang2019-07-042-4/+268
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-041-17/+17
| |\ \ | | |/
| | * Fixed bug #78050Nikita Popov2019-06-041-17/+17
* | | improvements to cli serverJoe Watkins2019-07-031-133/+170
* | | Initialize last_line in phpdbg globalsNikita Popov2019-07-011-0/+1
* | | implement support for workers in cli-server on platforms supporting forkJoe Watkins2019-06-291-6/+104
* | | Use strcmp() in phpdbg_eol_global_updateNikita Popov2019-06-281-3/+3
* | | Remove phpdbg_xml_asprintf()Nikita Popov2019-06-282-14/+0
* | | Set up asan+ubsan scheduled build on azureNikita Popov2019-06-288-0/+23
* | | Avoid reliance on arena details on phpdbg oplogNikita Popov2019-06-282-6/+4
* | | implement tsrm_is_shutdown APIJoe Watkins2019-06-281-2/+2
* | | Use the portable zend_strndup() instead of strndup()Christoph M. Becker2019-06-281-1/+1
* | | Fix init_file leak in phpdbgNikita Popov2019-06-281-0/+1
* | | Fix phpdbg shutdown orderNikita Popov2019-06-271-24/+25
* | | Don't use zmm for PHPDBG_G(exec)Nikita Popov2019-06-273-8/+8
* | | Clean headers checksPeter Kokot2019-06-271-5/+0