| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implemented HYBRID VM instruction dispatch method that takes advantages of ↵ | Dmitry Stogov | 2017-05-03 | 1 | -1/+1 |
| | | | | | both CALL and GOTO VMs. | ||||
| * | Merge branch 'master' of git.php.net:/php-src | Joe Watkins | 2017-04-10 | 2 | -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 Hui | 2017-04-10 | 2 | -2/+2 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.1: Fixed condition check Fixed condition check another place Conflicts: ext/mcrypt/mcrypt.c | ||||
| | | * | Fixed condition check | Xinchen Hui | 2017-04-10 | 1 | -1/+1 |
| | | | | |||||
| | | * | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-04-10 | 1 | -1/+1 |
| | | |\ | | | | | | | | | | | | | | | | | * PHP-7.0: Fixed condition check | ||||
| | | | * | Fixed condition check | Xinchen Hui | 2017-04-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-04-10 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | * PHP-7.1: Fixed bug #74400 (phpdbg comparing socket function to int) | ||||
| | * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-04-10 | 1 | -1/+1 |
| | |\ \ \ | | |/ / | |/| | | | | | | | | | | * PHP-7.0: Fixed bug #74400 (phpdbg comparing socket function to int) | ||||
| | | * | | Fixed bug #74400 (phpdbg comparing socket function to int) | Joe Watkins | 2017-04-10 | 1 | -1/+1 |
| | | |/ | |||||
| | | * | Revert "fix crash in phpdbg shutdown process when opcache is loaded" | Joe Watkins | 2017-02-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | This reverts commit 008fb28eafa3740b1e3696b1a5cf7566d493b97d. | ||||
| * | | | Update tests and add NEWS entry for phpdbg opcode dump change | Sara Golemon | 2017-03-29 | 5 | -15/+15 |
| | | | | |||||
| * | | | Add extended_value to phpdbg opcode dump | Sara Golemon | 2017-03-29 | 1 | -0/+5 |
| | | | | |||||
| * | | | Drop unnecessary allocator return value checks | Nikita Popov | 2017-03-13 | 1 | -5/+4 |
| | | | | |||||
| * | | | Interned strings unification for TS/NTS | Anatol Belski | 2017-03-04 | 1 | -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 Watkins | 2017-02-27 | 1 | -1/+2 |
| |\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: fix crash in phpdbg shutdown process when opcache is loaded | ||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-02-27 | 1 | -1/+2 |
| | |\ \ | | |/ | | | | | | | | | | * PHP-7.0: fix crash in phpdbg shutdown process when opcache is loaded | ||||
| | | * | fix crash in phpdbg shutdown process when opcache is loaded | Joe Watkins | 2017-02-27 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.1' | Bob Weinand | 2017-01-25 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-01-25 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fix copying too much leading to potential segfault | Bob Weinand | 2017-01-25 | 1 | -1/+1 |
| | | | | |||||
| | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 48 | -49/+49 |
| | | | | |||||
| | * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 48 | -49/+49 |
| | | | | |||||
| * | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 48 | -49/+49 |
| | | | | |||||
| * | | | Finish remaining replacement uint => uint32_t | Anatol Belski | 2016-12-22 | 5 | -21/+21 |
| | | | | | | | | | | | | | Tthe core should be normalized now, no uints anymore | ||||
| * | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-22 | 5 | -14/+61 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-12-22 | 5 | -14/+61 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #73704 (phpdbg shows the wrong line in files with shebang) | Bob Weinand | 2016-12-22 | 4 | -14/+61 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-21 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-12-21 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fix issue with -- in phpdbg command line | Bob Weinand | 2016-12-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-20 | 2 | -0/+17 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #73794 (Crash (out of memory) when using run and # command separator) | Bob Weinand | 2016-12-20 | 2 | -0/+17 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-20 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Fix segfault in ZTS mode when just printing and exiting in phpdbg | Bob Weinand | 2016-12-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2016-12-14 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-12-14 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Partially fix bug #70492 | Nikita Popov | 2016-12-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | The libmagic portion is missing. | ||||
| * | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-06 | 3 | -5/+95 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-12-06 | 3 | -5/+95 |
| | |\ \ | | |/ | |||||
| | | * | Fixed issue getting executable lines from custom wrappers | Bob Weinand | 2016-12-06 | 3 | -5/+95 |
| | | | | | | | | | | | | | See also krakjoe/phpdbg#161 | ||||
| | | * | Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0 | Nuno Lopes | 2016-11-30 | 9 | -17/+56 |
| | | |\ | |||||
| | | * | | fix gcov coverage | Nuno Lopes | 2016-11-16 | 2 | -31/+31 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-30 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-30 | 1 | -1/+1 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg available | Bob Weinand | 2016-11-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-30 | 4 | -6/+24 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-30 | 4 | -6/+24 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup) | Bob Weinand | 2016-11-30 | 4 | -6/+24 |
| | | | | | |||||
| * | | | | Fix help messages | Yoshio HANAWA | 2016-11-27 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-20 | 4 | -10/+8 |
| |\ \ \ \ | |/ / / | |||||
