#
afb6ca25 |
| 22-Dec-2016 |
Anatol Belski |
Finish remaining replacement uint => uint32_t Tthe core should be normalized now, no uints anymore |
#
728502fc |
| 21-Dec-2016 |
Bob Weinand |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
3b2b080c |
| 21-Dec-2016 |
Bob Weinand |
Fixed bug #73704 (phpdbg shows the wrong line in files with shebang) |
Revision tags: php-7.1.1, php-5.6.29 |
|
#
43f88f25 |
| 06-Dec-2016 |
Bob Weinand |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
7e12b5da |
| 06-Dec-2016 |
Bob Weinand |
Fixed issue getting executable lines from custom wrappers See also krakjoe/phpdbg#161 |
Revision tags: php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27 |
|
#
386aff45 |
| 14-Oct-2016 |
Bob Weinand |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
466870e2 |
| 14-Oct-2016 |
Bob Weinand |
Fix memory leak when compiling files in phpdbg |
Revision tags: php-7.0.12 |
|
#
11e7447e |
| 12-Oct-2016 |
Bob Weinand |
Merge branch 'PHP-7.0' into PHP-7.1 (cherry picked from commit 37ae5f3931b60c55e5004b6da912c4a957bca274) |
#
5aae0110 |
| 12-Oct-2016 |
Bob Weinand |
Add stdin command and -s command line parameter to phpdbg 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
Add stdin command and -s command line parameter to phpdbg 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...
show more ...
|
#
c9d3b9fb |
| 06-Oct-2016 |
Bob Weinand |
Use better fix for preventing too early freeing of interned strings Works also with opcache now - just prevent zend_interned_strings_restore completely - zend_interned_strings_dtor will take care
Use better fix for preventing too early freeing of interned strings Works also with opcache now - just prevent zend_interned_strings_restore completely - zend_interned_strings_dtor will take care as phpdbg only ever uses one single request cycle per module cycle
show more ...
|
#
abfd811e |
| 05-Oct-2016 |
Bob Weinand |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
eaff72f3 |
| 05-Oct-2016 |
Bob Weinand |
Remove phpdbg fix targeting 7.1 which landed in 7.0 |
#
a5129bcb |
| 01-Oct-2016 |
Bob Weinand |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
3280a29e |
| 01-Oct-2016 |
Bob Weinand |
Fix invalid access to interned strings after they are freed in phpdbg |
Revision tags: php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38 |
|
#
b0037688 |
| 11-Jul-2016 |
Bob Weinand |
Rewrite watchpoints to be much more stable This mainly involves a separate abstraction layer for elements (e.g. $a->b) and watchpoints (on pointer of the Bucket for example). Also better
Rewrite watchpoints to be much more stable 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.
show more ...
|
Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1 |
|
#
67468fb4 |
| 03-May-2016 |
Bob Weinand |
Fixed bug #72284 (phpdbg fatal errors with coverage) Cherry-pick of original commits d3371b and 0f20e11 only present in master |
#
d33e71b3 |
| 07-May-2016 |
Bob Weinand |
Fix include_once in phpdbg |
#
0f20e113 |
| 03-May-2016 |
Bob Weinand |
Fix potential double free with phpdbg |
Revision tags: php-7.0.6 |
|
#
6499162f |
| 28-Apr-2016 |
Dmitry Stogov |
- get rid of EG(scope). zend_get_executed_scope() should be used instead. - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change"
- get rid of EG(scope). zend_get_executed_scope() should be used instead. - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.
show more ...
|
Revision tags: php-5.6.21, php-5.5.35, php-5.6.21RC1 |
|
#
b04125da |
| 12-Apr-2016 |
Joe Watkins |
phpdbg: close file handles |
Revision tags: php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1 |
|
#
c4b18887 |
| 16-Feb-2016 |
James Titcumb |
Fix bug #71575 removing extra semicolons outside macros |
Revision tags: php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
ed35de78 |
| 01-Jan-2016 |
Lior Kaplan |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Happy new year (Update copyright to 2016)
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016) |
Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1 |
|
#
3c5a3e77 |
| 30-Oct-2015 |
Dmitry Stogov |
Fixed incomplete initialization. |
Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45 |
|
#
84b608de |
| 31-Aug-2015 |
Bob Weinand |
Fix valgrind warning upon displaying lines from eval()ed code in phpdbg |