summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-012-2/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-012-2/+11
| |\ \ | | |/
| | * Fix bug #77677: WCOREDUMP not available on all systemsKevin Adler2019-03-012-2/+11
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-02-221-1/+1
|\ \ \ | |/ /
| * | Fix #77648: BOM in sapi/apache2handler/php_functions.cChristoph M. Becker2019-02-221-1/+1
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+1
* | | Rename non-existing site phpdbg.com to localhostPeter Kokot2019-02-191-1/+1
* | | Use TSRM macrosDmitry Stogov2019-02-122-2/+3
* | | Implement FR #77377 handle CTRL+C in WindowsAnatol Belski2019-02-081-0/+75
* | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-0813-22/+22
* | | Remove local variablesPeter Kokot2019-02-0318-153/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-3082-82/+82
* | | Merge branch 'PHP-7.3'George Wang2019-01-204-47/+84
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3George Wang2019-01-204-47/+84
| |\ \ | | |/
| | * Checkin LiteSpeed SAPI 7.2.George Wang2019-01-204-47/+84