summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Remove CLI sapi READMEPeter Kokot2019-04-231-20/+0
* Merge branch 'PHP-7.3' into PHP-7.4George Wang2019-04-212-12/+22
|\
| * Merge branch 'PHP-7.2' into PHP-7.3George Wang2019-04-212-12/+22
| |\
| | * Improved LSAPI_End_Response_r() .George Wang2019-04-211-10/+17
| | * Fixed bug in litespeed_finish_request(), disable fastcgi_finish_request() ali...George Wang2019-04-211-2/+5
* | | [ci skip] Fix CS in Markdown filesPeter Kokot2019-04-212-218/+198
* | | Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-04-201-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-04-201-1/+1
| |\ \ | | |/
| | * Fix #77921: static.php.net doesn't work anymorePeter Kokot2019-04-201-1/+1
* | | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-151-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4George Wang2019-04-123-26/+153
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3George Wang2019-04-123-26/+152
| |\ \ | | |/
| | * LiteSpeed SAPI 7.3, better process management, new API function litespeed_fin...George Wang2019-04-123-26/+152
* | | Fix strict aliasing violation in phpdbgNikita Popov2019-04-121-9/+13
* | | Fix potentially uninitialized warnings in phpdbgNikita Popov2019-04-128-41/+47
* | | Backported call frame initialization improvementDmitry Stogov2019-04-121-2/+2
* | | Work around -Walloc-size-larger-than bugNikita Popov2019-04-111-11/+14
* | | Suppress warnings using zend_quiet_writeNikita Popov2019-04-111-1/+1
* | | Add AS_HELP_STRING to phpdbg optionsPeter Kokot2019-04-071-2/+6
* | | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-075-22/+6
* | | Remove HAVE_SIGNAL_HPeter Kokot2019-04-077-32/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Matteo Beccati2019-04-031-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Matteo Beccati2019-04-031-0/+1
| |\ \ | | |/
| | * Ref #76801 remove old file source from file_sources hash in case of file incl...Alessandro Chitolina2019-04-031-0/+1
* | | tsrm environment lockJoe Watkins2019-03-291-0/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-03-281-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-281-1/+1
| |\ \ | | |/
| | * fix build: readline support must be disabled by default in phpdbgJoe Watkins2019-03-281-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-03-274-24/+37
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-274-24/+37
| |\ \ | | |/
| | * Fix #77805 phpdbg build fails when readline is sharedJoe Watkins2019-03-274-20/+37
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-03-271-0/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-271-0/+33
| |\ \ | | |/
| | * more work on phpdbg conditional breaksJoe Watkins2019-03-271-0/+33
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-03-261-1/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-261-1/+16
| |\ \ | | |/
| | * Fix #77800 phpdbg segfaults on conditional breakpointsJoe Watkins2019-03-261-1/+16
* | | Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-03-251-6/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-03-251-6/+5
| |\ \ | | |/
| | * Fix #77794: Incorrect Date header format in built-in serverNiklas Keller2019-03-251-6/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-03-235-33/+49
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-235-33/+49
| |\ \ | | |/
| | * fix bug #76801: phpdbg too many open files errorAlessandro Chitolina2019-03-235-33/+49
* | | Upgrade deprecated directives and use non-posix bisonPeter Kokot2019-03-191-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-191-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-191-2/+2
| |\ \ | | |/
| | * Fix #77767: phpdbg break command help message shows incorrect aliasesMiriam Lauter2019-03-191-2/+2
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1519-23/+23
* | | Clean build systemPeter Kokot2019-03-141-1/+1
* | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-147-19/+7