summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Collapse)AuthorAgeFilesLines
* Implemented HYBRID VM instruction dispatch method that takes advantages of ↵Dmitry Stogov2017-05-031-1/+1
| | | | both CALL and GOTO VMs.
* Merge branch 'master' of git.php.net:/php-srcJoe Watkins2017-04-102-2/+2
|\ | | | | | | | | | | | | | | * 'master' of git.php.net:/php-src: Fixed condition check Fixed condition check another place Fixed issue #2466 Invalid integer constant expression error in php.h
| * Merge branch 'PHP-7.1'Xinchen Hui2017-04-102-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.1: Fixed condition check Fixed condition check another place Conflicts: ext/mcrypt/mcrypt.c
| | * Fixed condition checkXinchen Hui2017-04-101-1/+1
| | |
| | * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
| | |\ | | | | | | | | | | | | | | | | * PHP-7.0: Fixed condition check
| | | * Fixed condition checkXinchen Hui2017-04-101-1/+1
| | | |
* | | | Merge branch 'PHP-7.1'Joe Watkins2017-04-101-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * PHP-7.1: Fixed bug #74400 (phpdbg comparing socket function to int)
| * | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-101-1/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | * PHP-7.0: Fixed bug #74400 (phpdbg comparing socket function to int)
| | * | Fixed bug #74400 (phpdbg comparing socket function to int)Joe Watkins2017-04-101-1/+1
| | |/
| | * Revert "fix crash in phpdbg shutdown process when opcache is loaded"Joe Watkins2017-02-271-2/+1
| | | | | | | | | | | | This reverts commit 008fb28eafa3740b1e3696b1a5cf7566d493b97d.
* | | Update tests and add NEWS entry for phpdbg opcode dump changeSara Golemon2017-03-295-15/+15
| | |
* | | Add extended_value to phpdbg opcode dumpSara Golemon2017-03-291-0/+5
| | |
* | | Drop unnecessary allocator return value checksNikita Popov2017-03-131-5/+4
| | |
* | | Interned strings unification for TS/NTSAnatol Belski2017-03-041-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hereby, interned strings are supported in thread safe PHP. The patch implements two types of interned strings - interning per process, strings are not freed till process end - interning per request, strings are freed at request end There is no runtime interning. With Opcache, all the permanent iterned strings are copied into SHM on startup, additional copying into SHM might happen on demand.
* | | Merge branch 'PHP-7.1'Joe Watkins2017-02-271-1/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: fix crash in phpdbg shutdown process when opcache is loaded
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-02-271-1/+2
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: fix crash in phpdbg shutdown process when opcache is loaded
| | * fix crash in phpdbg shutdown process when opcache is loadedJoe Watkins2017-02-271-1/+2
| | |
* | | Merge branch 'PHP-7.1'Bob Weinand2017-01-251-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-01-251-1/+1
| |\ \ | | |/
| | * Fix copying too much leading to potential segfaultBob Weinand2017-01-251-1/+1
| | |
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-0448-49/+49
| | |
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-0448-49/+49
| | |
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0248-49/+49
| | |
* | | Finish remaining replacement uint => uint32_tAnatol Belski2016-12-225-21/+21
| | | | | | | | | | | | Tthe core should be normalized now, no uints anymore
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-225-14/+61
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-225-14/+61
| |\ \ | | |/
| | * Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)Bob Weinand2016-12-224-14/+61
| | |
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-211-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-211-1/+1
| |\ \ | | |/
| | * Fix issue with -- in phpdbg command lineBob Weinand2016-12-211-1/+1
| | |
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-202-0/+17
|\ \ \ | |/ /
| * | Fixed bug #73794 (Crash (out of memory) when using run and # command separator)Bob Weinand2016-12-202-0/+17
| | |
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-201-1/+1
|\ \ \ | |/ /
| * | Fix segfault in ZTS mode when just printing and exiting in phpdbgBob Weinand2016-12-201-1/+1
| | |
* | | Merge branch 'PHP-7.1'Nikita Popov2016-12-141-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-141-1/+1
| |\ \ | | |/
| | * Partially fix bug #70492Nikita Popov2016-12-141-1/+1
| | | | | | | | | | | | The libmagic portion is missing.
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-063-5/+95
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-063-5/+95
| |\ \ | | |/
| | * Fixed issue getting executable lines from custom wrappersBob Weinand2016-12-063-5/+95
| | | | | | | | | | | | See also krakjoe/phpdbg#161
| | * Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0Nuno Lopes2016-11-309-17/+56
| | |\
| | * | fix gcov coverageNuno Lopes2016-11-162-31/+31
| | | |
* | | | Merge branch 'PHP-7.1'Bob Weinand2016-11-301-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-301-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg availableBob Weinand2016-11-301-1/+1
| | | |
* | | | Merge branch 'PHP-7.1'Bob Weinand2016-11-304-6/+24
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-304-6/+24
| |\ \ \ | | |/ /
| | * | Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup)Bob Weinand2016-11-304-6/+24
| | | |
* | | | Fix help messagesYoshio HANAWA2016-11-271-3/+3
| | | |
* | | | Merge branch 'PHP-7.1'Bob Weinand2016-11-204-10/+8
|\ \ \ \ | |/ / /