summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-126-4/+13
* | | Fixed ZTS cache usageDmitry Stogov2019-03-122-2/+2
* | | Fixed ZTS cache usageDmitry Stogov2019-03-121-1/+1
* | | Fixed ZTS cache usageDmitry Stogov2019-03-122-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-121-2/+6
|\ \ \ | |/ /
| * | Fixed bug #77722Nikita Popov2019-03-121-2/+6
* | | use DL_LOAD in litespeedRemi Collet2019-03-122-3/+7
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-077-34/+72
* | | Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-061-1/+1