Branch: refs/heads/master
Home: https://github.com/xdebug/xdebug
Commit: 6aa5307ad8ccb5c6c76b54718c0da6a46a89d8fb
https://github.com/xdebug/xdebug/commit/6aa5307ad8ccb5c6c76b54718c0da6a46a89d8fb
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2016-05-09 (Mon, 09 May 2016)
Changed paths:
R tests/bug00567-php7-zts.phpt
A tests/bug00567-php70-zts.phpt
A tests/bug00567-php71-zts.phpt
R tests/xdebug_debug_zval-php7-nts.phpt
R tests/xdebug_debug_zval-php7-zts.phpt
A tests/xdebug_debug_zval-php70-nts.phpt
A tests/xdebug_debug_zval-php70-zts.phpt
A tests/xdebug_debug_zval-php71-nts.phpt
A tests/xdebug_debug_zval-php71-zts.phpt
R tests/xdebug_debug_zval_cli_color-php7-nts.phpt
R tests/xdebug_debug_zval_cli_color-php7-zts.phpt
A tests/xdebug_debug_zval_cli_color-php70-nts.phpt
A tests/xdebug_debug_zval_cli_color-php70-zts.phpt
A tests/xdebug_debug_zval_cli_color-php71-nts.phpt
A tests/xdebug_debug_zval_cli_color-php71-zts.phpt
R tests/xdebug_debug_zval_stdout-php7-nts.phpt
R tests/xdebug_debug_zval_stdout-php7-zts.phpt
A tests/xdebug_debug_zval_stdout-php70-nts.phpt
A tests/xdebug_debug_zval_stdout-php70-zts.phpt
A tests/xdebug_debug_zval_stdout-php71-nts.phpt
A tests/xdebug_debug_zval_stdout-php71-zts.phpt
Log Message:
-----------
PHP 7.1: Some refcounting changed for array elements
Commit: 8364c1124434a1f586d5acda3cdac7a13b5a13c2
https://github.com/xdebug/xdebug/commit/8364c1124434a1f586d5acda3cdac7a13b5a13c2
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2016-05-09 (Mon, 09 May 2016)
Changed paths:
A tests/assignment-trace11.phpt
A tests/bug00728-php71.phpt
M tests/bug00728.phpt
M xdebug.c
M xdebug_private.h
M xdebug_stack.c
M xdebug_var.c
Log Message:
-----------
PHP 7.1: Handle new zend_pass hackery to help out with arguments and constructors.
Commit: 146e8521af01db4c02c6457aef93977fbb4f01dc
https://github.com/xdebug/xdebug/commit/146e8521af01db4c02c6457aef93977fbb4f01dc
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2016-05-09 (Mon, 09 May 2016)
Changed paths:
M xdebug_stack.c
Log Message:
-----------
PHP 7.1: Handle changes on how to detect static vs. dynamic method calls
Commit: a1027413590e5681557d887a39205045da4165c3
https://github.com/xdebug/xdebug/commit/a1027413590e5681557d887a39205045da4165c3
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2016-05-09 (Mon, 09 May 2016)
Changed paths:
M xdebug_handler_dbgp.c
Log Message:
-----------
For PHP 7.1, we need to mess with track_errors too in eval()
Commit: deaa5381ad7d37ee541a6f47c624d2a9b8d2a8b2
https://github.com/xdebug/xdebug/commit/deaa5381ad7d37ee541a6f47c624d2a9b8d2a8b2
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2016-05-09 (Mon, 09 May 2016)
Changed paths:
M xdebug.c
Log Message:
-----------
PHP 7.1 changed zend_extension_statement_handler to accept zend_execute_data instead of op_array
Commit: 985342b37c4365da09019ea5e9e6f97f2e64a076
https://github.com/xdebug/xdebug/commit/985342b37c4365da09019ea5e9e6f97f2e64a076
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2016-05-09 (Mon, 09 May 2016)
Changed paths:
M tests/bug00566-2.phpt
Log Message:
-----------
Seems the new Travis setup has track_errors set to On, we need that to be Off
Commit: 9438e3b4c25c3c66033444d7e1e1507d55999fd0
https://github.com/xdebug/xdebug/commit/9438e3b4c25c3c66033444d7e1e1507d55999fd0
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2016-05-09 (Mon, 09 May 2016)
Changed paths:
A tests/assignment-trace11.phpt
M tests/bug00566-2.phpt
R tests/bug00567-php7-zts.phpt
A tests/bug00567-php70-zts.phpt
A tests/bug00567-php71-zts.phpt
A tests/bug00728-php71.phpt
M tests/bug00728.phpt
R tests/xdebug_debug_zval-php7-nts.phpt
R tests/xdebug_debug_zval-php7-zts.phpt
A tests/xdebug_debug_zval-php70-nts.phpt
A tests/xdebug_debug_zval-php70-zts.phpt
A tests/xdebug_debug_zval-php71-nts.phpt
A tests/xdebug_debug_zval-php71-zts.phpt
R tests/xdebug_debug_zval_cli_color-php7-nts.phpt
R tests/xdebug_debug_zval_cli_color-php7-zts.phpt
A tests/xdebug_debug_zval_cli_color-php70-nts.phpt
A tests/xdebug_debug_zval_cli_color-php70-zts.phpt
A tests/xdebug_debug_zval_cli_color-php71-nts.phpt
A tests/xdebug_debug_zval_cli_color-php71-zts.phpt
R tests/xdebug_debug_zval_stdout-php7-nts.phpt
R tests/xdebug_debug_zval_stdout-php7-zts.phpt
A tests/xdebug_debug_zval_stdout-php70-nts.phpt
A tests/xdebug_debug_zval_stdout-php70-zts.phpt
A tests/xdebug_debug_zval_stdout-php71-nts.phpt
A tests/xdebug_debug_zval_stdout-php71-zts.phpt
M xdebug.c
M xdebug_handler_dbgp.c
M xdebug_private.h
M xdebug_stack.c
M xdebug_var.c
Log Message:
-----------
Merged pull request #271
Compare: https://github.com/xdebug/xdebug/compare/ed4ca7617b5a...9438e3b4c25c
Received on Mon May 09 2016 - 19:23:54 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:04 BST