Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-03-27 | 1 | -8/+12 |
|\ | | | | | | | | | * PHP-7.2: Fix #77805 phpdbg build fails when readline is shared | ||||
| * | Fix #77805 phpdbg build fails when readline is shared | Joe Watkins | 2019-03-27 | 1 | -8/+12 |
| | | |||||
| * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -1/+1 |
| | | |||||
| * | year++ | Xinchen Hui | 2018-01-02 | 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. | ||||
* | | Avoid magic method hash lookups | Dmitry Stogov | 2018-07-02 | 1 | -1/+1 |
| | | |||||
* | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
|/ | | | | | | Prohibit direct update of GC_REFCOUNT(), GC_SET_REFCOUNT(), GC_ADDREF() and GC_DELREF() shoukf be instead. Added mactros to validate reference-counting (disabled for now). These macros are going to be used to eliminate race-condintions during reference-counting on data shared between threads. | ||||
* | 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 'PHP-7.1' | Xinchen Hui | 2017-04-10 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | * PHP-7.1: Fixed condition check Fixed condition check another place Conflicts: ext/mcrypt/mcrypt.c | ||||
| * | 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' | 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 | 1 | -1/+1 |
| | | | |||||
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 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 | -3/+3 |
| | | | | | | | | | | | | Tthe core should be normalized now, no uints anymore | ||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-22 | 1 | -4/+31 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-12-22 | 1 | -4/+31 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #73704 (phpdbg shows the wrong line in files with shebang) | Bob Weinand | 2016-12-22 | 1 | -4/+31 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-20 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #73794 (Crash (out of memory) when using run and # command separator) | Bob Weinand | 2016-12-20 | 1 | -0/+6 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-30 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-30 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup) | Bob Weinand | 2016-11-30 | 1 | -3/+3 |
| | | | |||||
| * | | use already exported symbol | Anatol Belski | 2016-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | (cherry picked from commit ce3e792c2c4c251fd5963a36af5ad4a9dd875085) | ||||
| * | | Fix accidental PHPDBG_ABI break | Bob Weinand | 2016-10-14 | 1 | -3/+3 |
| | | | | | | | | | | | | (cherry picked from commit 671d8054f85d2dec1a00201a73ab792847c13919) | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-14 | 1 | -5/+118 |
| | | | | | | | | | | | | (cherry picked from commit 37ae5f3931b60c55e5004b6da912c4a957bca274) | ||||
* | | | phpdbg standard input changes | Joe Watkins | 2016-11-13 | 1 | -4/+4 |
| | | | |||||
* | | | Merge branch 'master' of git.php.net:/php-src | Joe Watkins | 2016-11-12 | 1 | -3/+0 |
|\ \ \ | |||||
| * | | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm. | ||||
* | | | | update phpdbg with stdin code change | Joe Watkins | 2016-11-12 | 1 | -4/+4 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-10-13 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | | | | | | | | | | * PHP-7.0: use already exported symbol Revert "export symbol missing by phpdbg" | ||||
| * | | use already exported symbol | Anatol Belski | 2016-10-13 | 1 | -1/+1 |
| | | | |||||
| * | | Fix accidental PHPDBG_ABI break | Bob Weinand | 2016-10-12 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-12 | 1 | -5/+118 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Add stdin command and -s command line parameter to phpdbg | Bob Weinand | 2016-10-12 | 1 | -5/+118 |
| | | | | | | | | | | | | | | 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... | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-02 | 1 | -11/+16 |
|\ \ | |/ | |||||
| * | Fix run command args passing when inmidst execution | Bob Weinand | 2016-10-02 | 1 | -11/+16 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-01 | 1 | -21/+85 |
|\ \ | |/ | |||||
| * | Add proper escape sequences and reading stdin from file in phpdbg run command | Bob Weinand | 2016-10-01 | 1 | -21/+85 |
| | | |||||
* | | Add phpdbg generator command | Bob Weinand | 2016-09-28 | 1 | -27/+78 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-23 | 1 | -3/+7 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: update NEWS phpdbg next command must stop when leaving function | ||||
| * | phpdbg next command must stop when leaving function | Bob Weinand | 2016-09-23 | 1 | -3/+7 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-09-03 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix bug #72996 | Nikita Popov | 2016-09-03 | 1 | -0/+2 |
| | | |||||
* | | Rewrite watchpoints to be much more stable | Bob Weinand | 2016-07-11 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | This mainly involves a separate abstraction layer for elements (e.g. $a->b) and watchpoints (on pointer of the Bucket for example). Also better comparison handling (value backup vs. page dumps). It is not yet finished (there are sometimes false positives announced and names not yet perfect), but the functionality is working and not crashing as far as I have tested. Future scope is also relative watchpoints, e.g. "w $this->val expression()" which does not have the symbol tables as basis, but the value (in this example: return value of expression()) as basis. |