summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-261-1/+1
|\ | | | | | | | | * PHP-7.1: Allocate default ini values into persistent memory
| * Allocate default ini values into persistent memoryThomas Punt2018-04-261-1/+1
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-261-0/+5
|\ \ | |/ | | | | | | * PHP-7.1: Fix memory leak when phpdbg fails to start up
| * Fix memory leak when phpdbg fails to start upThomas Punt2018-04-261-0/+5
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-04-101-13/+8
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite)
| * Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite)Xinchen Hui2018-04-101-13/+8
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-081-0/+4
|\ \ | |/ | | | | | | * PHP-7.1: Disable PGO for phpdbg
| * Disable PGO for phpdbgAnatol Belski2018-03-081-0/+4
| | | | | | | | | | | | For executable files, the linker seems to have issues dealing with the empty profiling database. As PGO is unlikely to bring any benefit in this case, the easiest is to disable it.
| * regenerated with newer re2cXinchen Hui2018-01-021-1284/+1223
| |
| * year++Xinchen Hui2018-01-0248-49/+49
| |
* | year++Xinchen Hui2018-01-0248-49/+49
| |
* | Fix printf format issues on i386Nikita Popov2017-11-171-2/+2
| |
* | fix tests for 32-bitRemi Collet2017-09-132-2/+2
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-211-1284/+1223
|\ \ | |/ | | | | | | | | | | | | | | * PHP-7.1: Update NEWS Fixed bug #74947 (Segfault in scanner on INF number) Conflicts: Zend/zend_language_scanner.c
* | Merge branch 'PHP-7.1'Joe Watkins2017-07-171-1/+5
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug 74913 redirecting incorrect include <sys/poll.h>
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-171-1/+5
| |\ | | | | | | | | | | | | * PHP-7.0: Fixed bug 74913 redirecting incorrect include <sys/poll.h>
| | * Fixed bug 74913 redirecting incorrect include <sys/poll.h>Peter Kokot2017-07-171-1/+5
| | |
| | * Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Joe Watkins2017-04-101-1/+1
| | |\ | | | | | | | | | | | | | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: Fixed condition check Fixed issue #2466 Invalid integer constant expression error in php.h
| * | \ Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Joe Watkins2017-04-102-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.1' 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
* | | | | 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
|\ \ \ | |/ /