summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* add missing header to fix buildAnatol Belski2016-07-191-0/+2
* correct macro namesAnatol Belski2016-07-171-2/+2
* Disable optimizer when it conflicts with phpdbg testsBob Weinand2016-07-132-0/+4
* Remove bogus zend_signal_shutdown symbol from headerBob Weinand2016-07-131-7/+6
* Cleanup zend_/signal usage in phpdbg.cBob Weinand2016-07-132-25/+10
* Fix phpdbg ZTS watchpoint+shutdown sequences & opcache+watchpointsBob Weinand2016-07-122-156/+174
* Merge branch 'PHP-7.0'Julien Pauli2016-07-121-2/+2
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-121-2/+2
| |\
| | * Fix #72575: using --allow-to-run-as-root should ignore missing usergooh2016-07-121-2/+2
* | | Rewrite watchpoints to be much more stableBob Weinand2016-07-1116-944/+1500
* | | Merge branch 'PHP-7.0'Julien Pauli2016-07-113-3/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-113-3/+0
| |\ \ | | |/
| | * Remove needless zeroing of anonymously mmap'd memoryJulien Pauli2016-07-111-1/+0
| | * Remove needless zeroing of anonymously mmap'd memoryMichael McConville2016-07-112-2/+0
| * | MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-282-2/+7
* | | fix build with mod_winntAnatol Belski2016-07-111-0/+8
* | | Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-118-11/+39
* | | Inline simple constant functionsDmitry Stogov2016-06-301-0/+2
* | | Improve php-fpm systemd unit fileRemi Collet2016-06-291-0/+5
* | | Fixed compilation warningsDmitry Stogov2016-06-283-13/+12
* | | couple of resource leaks fixes and use after free'sDavid Carlier2016-06-272-2/+7
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-241-4/+1
|\ \ \ | |/ /
| * | Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify router...Xinchen Hui2016-06-241-4/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-219-31/+31
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-212-3/+3
* | | Improved support for zend-signals.Dmitry Stogov2016-06-202-0/+3
* | | Zend signals should be installed after request startup (or regular signals ma...Dmitry Stogov2016-06-201-8/+8
* | | Fixed phpdbg build without --enable-zend-signalsDmitry Stogov2016-06-201-0/+3
* | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2016-06-203-2/+85
|\ \ \
| * | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-203-2/+85
* | | | Cleanup zend_signal APIDmitry Stogov2016-06-208-20/+0
|/ / /
* | | Removed unused callbacksDmitry Stogov2016-06-201-2/+0
* | | Enable per-module logging in Apache 2.4+Martin Vobruba2016-06-031-0/+6
* | | improve date header codeAnatol Belski2016-06-021-15/+17
* | | Added mandatory Date: header to built-in webserverSeeSchloss2016-06-0227-0/+44
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-021-1/+1
|\ \ \ | |/ /
| * | Fixed bug #72308 (fastcgi_finish_request and logging environment variables)Xinchen Hui2016-06-021-1/+1
* | | Merge branch 'PHP-7.0'Anatol Belski2016-05-301-1/+1
|\ \ \ | |/ /
| * | fix conditionAnatol Belski2016-05-301-1/+1
| * | Fixed bug #72284 (phpdbg fatal errors with coverage)Bob Weinand2016-05-301-3/+6
* | | Merge branch 'PHP-7.0'Adam Harvey2016-05-251-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+1
| |\ \ | | |/
| | * Fix typo in phpdbg help.Adam Harvey2016-05-251-1/+1
* | | Merge branch 'PHP-7.0'Adam Harvey2016-05-251-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+3
| |\ \ | | |/
| | * Add missing newlines to phpdbg's help for the run command.Adam Harvey2016-05-251-1/+3
* | | Fixed bug #72213 (Finally leaks on nested exceptions).Dmitry Stogov2016-05-252-17/+2
* | | Fixed bug #72188 (Nested try/finally blocks losing return value)Dmitry Stogov2016-05-131-1/+1
* | | Fix include_once in phpdbgBob Weinand2016-05-071-4/+6