Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 1 | -3/+3 |
| | | | | | | | We're starting to see a mix between uses of zend_bool and bool. Replace all usages with the standard bool type everywhere. Of course, zend_bool is retained as an alias. | ||||
* | Accept zend_string instead of zval in zend_compile_string | Nikita Popov | 2020-09-07 | 1 | -11/+5 |
| | |||||
* | Remove some uses of zend_inline_hash_func | Nikita Popov | 2020-05-15 | 1 | -2/+2 |
| | | | | There's no need to force-inline the hashing for all of these. | ||||
* | Merge branch 'PHP-7.4' | Nikita Popov | 2020-02-03 | 1 | -6/+6 |
|\ | | | | | | | | | * PHP-7.4: Apply tidy formatting | ||||
| * | Apply tidy formatting | Nikita Popov | 2020-02-03 | 1 | -6/+6 |
| | | | | | | | | Mostly reindent PHP scripts to spaces. | ||||
* | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
|/ | | | | Closes GH-4732. | ||||
* | Merge branch 'PHP-7.3' into PHP-7.4 | Joe Watkins | 2019-03-27 | 1 | -0/+33 |
|\ | | | | | | | | | * PHP-7.3: more work on phpdbg conditional breaks | ||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-03-27 | 1 | -0/+33 |
| |\ | | | | | | | | | | | | | * PHP-7.2: more work on phpdbg conditional breaks | ||||
| | * | more work on phpdbg conditional breaks | Joe Watkins | 2019-03-27 | 1 | -0/+33 |
| | | | |||||
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Joe Watkins | 2019-03-26 | 1 | -1/+16 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.3: Fix #77800 phpdbg segfaults on conditional breakpoints | ||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-03-26 | 1 | -1/+16 |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.2: Fix #77800 phpdbg segfaults on conditional breakpoints | ||||
| | * | Fix #77800 phpdbg segfaults on conditional breakpoints | Joe Watkins | 2019-03-26 | 1 | -1/+16 |
| | | | |||||
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | | |||||
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
|/ / | |||||
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized ↵ | Dmitry Stogov | 2018-07-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | destructors. zval_dtor() doesn't make a lot of sense in PHP-7.* and it's used incorrectly in some places. Its occurances should be replaced by zval_ptr_dtor() or zval_ptr_dtor_nogc(), or even more specialized destructors. | ||||
* | | Changed php_add[c]slashes prototypes (removed should_free argument) | Dmitry Stogov | 2018-06-29 | 1 | -3/+3 |
| | | |||||
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
|/ | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Finish remaining replacement uint => uint32_t | Anatol Belski | 2016-12-22 | 1 | -2/+2 |
| | | | | Tthe core should be normalized now, no uints anymore | ||||
* | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-13 | 1 | -2/+2 |
|\ | |||||
| * | Fix passing of wrong values in bp export | Bob Weinand | 2016-11-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-13 | 1 | -7/+14 |
|\ \ | |/ | |||||
| * | Properly escape all filenames when exporting breakpoints | Bob Weinand | 2016-11-13 | 1 | -6/+13 |
| | | |||||
| * | Fix phpdbg breakpoint restoring after execution completes | Mitch Hagstrand | 2016-11-13 | 1 | -1/+1 |
| | | |||||
| * | Fix accidental PHPDBG_ABI break | Bob Weinand | 2016-10-12 | 1 | -1/+6 |
|/ | |||||
* | Add stdin command and -s command line parameter to phpdbg | Bob Weinand | 2016-10-12 | 1 | -15/+8 |
| | | | | | | | This allows reading the initial script file from stdin instead of being forced to put the script into a file in order to run it with phpdbg. Especially important for programmatic execution of phpdbg. Also adding tests/include_once.phpt and tests/set_exception_handler.phpt as I seem to have forgotten to git add them sometime long ago... | ||||
* | Fix bug #71575 removing extra semicolons outside macros | James Titcumb | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Fix crash when advancing inside an internal function | Bob Weinand | 2016-02-17 | 1 | -6/+8 |
| | | | | This just happened in the "double ctrl+c" mode, when we halted inside an internal function; there was some code assuming a proper op_array | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix phpdbg_break_next() | Bob Weinand | 2015-08-23 | 1 | -0/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | go back with phpdbg to the state of 5.6.3, reverting the controversial ↵ | Ferenc Kovacs | 2014-11-26 | 1 | -308/+170 |
| | | | | | | | | commits(remote debugging/xml protocol) | ||||
* | | Fix phpdbg_break_next() and add test | Bob Weinand | 2015-08-23 | 1 | -0/+3 |
| | | |||||
* | | Remove -Wunused-result warnings | Bob Weinand | 2015-07-27 | 1 | -2/+2 |
| | | |||||
* | | Cleanup shutdown, enable proper memory leak displaying | Bob Weinand | 2015-07-24 | 1 | -10/+14 |
| | | | | | | | | phpdbg should not memory leak... | ||||
* | | Fix various Windows issues (e.g. dir separators) | Bob Weinand | 2015-07-20 | 1 | -1/+7 |
| | | |||||
* | | Fix function/method breakpoint case sensitivity issues | Bob Weinand | 2015-07-20 | 1 | -20/+43 |
| | | |||||
* | | Always only halt upon first non-recv opcode in a function | Bob Weinand | 2015-07-20 | 1 | -2/+3 |
| | | |||||
* | | Make opcode breakpoints work again | Bob Weinand | 2015-07-20 | 1 | -2/+2 |
| | | |||||
* | | Fix use of already freed hashtable (wrong variable) | Bob Weinand | 2015-07-20 | 1 | -3/+2 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -13/+13 |
| | | | | | | | | semantick changes). | ||||
* | | Fixed Bug #69733 (PHP fails to build with --enable-phpdbg-debug) | Xinchen Hui | 2015-05-31 | 1 | -2/+2 |
| | | |||||
* | | fix typos | olshevskiy87 | 2015-05-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: olshevskiy87 <olshevskiy87@bk.ru> | ||||
* | | Fixed warnings and folder marks mess | Xinchen Hui | 2015-04-21 | 1 | -1/+6 |
| | | |||||
* | | s/PHP Version 5/PHP Version 7/g | Lior Kaplan | 2015-03-13 | 1 | -1/+1 |
| | | | | | | | | Follow up for d0cb7153 | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -99/+99 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2014-10-30 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | * PHP-5.6: don't try to send in the test results until we restored qa.php.net Fix uninitialized value... Don't treat warnings as failures in the junit output | ||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-30 | 1 | -1/+1 |
| | |