#
bee4a284 |
| 16-Dec-2014 |
Anatol Belski |
use portable struct stat |
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things |
Revision tags: php-5.6.4RC1 |
|
#
0afc04b9 |
| 26-Nov-2014 |
Ferenc Kovacs |
go back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote debugging/xml protocol) |
Revision tags: php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35 |
|
#
113f1fd6 |
| 30-Oct-2014 |
Bob Weinand |
Temporarily disable wait/xml protocol... |
#
d77ce317 |
| 29-Oct-2014 |
Anatol Belski |
Merge branch 'PHP-5.6' * PHP-5.6: fix output globals importing export output globals use portable strndup implementation unix sockets aren't available on windows
Merge branch 'PHP-5.6' * PHP-5.6: fix output globals importing export output globals use portable strndup implementation unix sockets aren't available on windows dll export APIs needed by phpdbg fix sapi/phpdbg/config.w32 Don't treat warnings as failures in the junit output
show more ...
|
#
fc904569 |
| 29-Oct-2014 |
Anatol Belski |
fix output globals importing |
#
ec533514 |
| 28-Oct-2014 |
Bob Weinand |
Merge remote-tracking branch 'origin/PHP-5.6' Conflicts: configure.in main/php_version.h sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c
Merge remote-tracking branch 'origin/PHP-5.6' Conflicts: configure.in main/php_version.h sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_prompt.c
show more ...
|
#
297baa0c |
| 28-Oct-2014 |
Bob Weinand |
Remove the ugly hack via a temp file to store breakpoints |
Revision tags: php-5.6.3RC1, php-5.5.19RC1 |
|
#
fd8a70b1 |
| 28-Oct-2014 |
Bob Weinand |
Typo (notfoundc => notfound) |
#
fe5f5d40 |
| 28-Oct-2014 |
Bob Weinand |
*Always* clean up and run destructors |
#
a3ae4015 |
| 27-Oct-2014 |
Bob Weinand |
Merge remote-tracking branch 'origin/PHP-5.6'
|
#
6eab2b91 |
| 27-Oct-2014 |
Bob Weinand |
Merge phpdbg into PHP-5.6 Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_prompt.c
|
#
09da8952 |
| 26-Oct-2014 |
Bob Weinand |
Merge remote-tracking branch 'origin/PHP-5.6' Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/ph
Merge remote-tracking branch 'origin/PHP-5.6' Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_parser.c sapi/phpdbg/phpdbg_parser.h sapi/phpdbg/phpdbg_prompt.c
show more ...
|
#
50756b51 |
| 26-Oct-2014 |
Bob Weinand |
Do not execute anything after quit or clean command |
#
190f4f9f |
| 26-Oct-2014 |
Bob Weinand |
Fix last commit, and do not output unnecessary information |
#
3ab7734b |
| 26-Oct-2014 |
Bob Weinand |
Stabilize execution, always run destructors and extended file breakpoints |
#
69bc61de |
| 26-Oct-2014 |
Bob Weinand |
Fix nullptr dereference in clean without exec context |
#
cc70ec1e |
| 26-Oct-2014 |
Bob Weinand |
Add question to reset execution in run/exec/clean |
#
044f37a8 |
| 25-Oct-2014 |
Bob Weinand |
Merge remote-tracking branch 'origin/PHP-5.6' Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_list.c
|
#
24babb01 |
| 25-Oct-2014 |
Bob Weinand |
Merge phpdbg into PHP-5.6
|
#
2bcac53b |
| 24-Oct-2014 |
Bob Weinand |
Made phpdbg compatible with new engine
|
#
9b4d9ac6 |
| 24-Oct-2014 |
Bob Weinand |
Merge phpdbg into PHP-5.6
|
Revision tags: php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2 |
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/ |
Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0 |
|
#
59848e3f |
| 25-Aug-2014 |
Nikita Popov |
Remove ZEND_ACC_INTERACTIVE and CG(interactive) As far as I can discern these are leftovers of the interactive shell implementation that was used before PHP 5.4. Now the readline ext
Remove ZEND_ACC_INTERACTIVE and CG(interactive) As far as I can discern these are leftovers of the interactive shell implementation that was used before PHP 5.4. Now the readline ext makes use of normal eval calls for this. So, dropping these until there is evidence to the contrary, as they currently wouldn't work anyway.
show more ...
|
Revision tags: POST_AST_MERGE, PRE_AST_MERGE |
|
#
6f9f0bf2 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 2 |