Branch: refs/heads/xdebug_2_5
Home: https://github.com/xdebug/xdebug
Commit: 5934e5e8821daef71989e3e373292fd5ebf5d97a
https://github.com/xdebug/xdebug/commit/5934e5e8821daef71989e3e373292fd5ebf5d97a
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
A tests/bug00701-php5.phpt
A tests/bug00701-php7.phpt
R tests/bug00701.phpt
M xdebug_code_coverage.c
Log Message:
-----------
Fixed bug #701: Functions as array indexes show ??? in trace
Commit: 46a71a28a157b5c044be00862d0bb69bed1a8231
https://github.com/xdebug/xdebug/commit/46a71a28a157b5c044be00862d0bb69bed1a8231
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M xdebug.c
M xdebug_handler_dbgp.c
Log Message:
-----------
Fixed shadowy 'brk' declaration
Commit: c37ae6dada03f84d28c4c536d498b3f22ef4a34f
https://github.com/xdebug/xdebug/commit/c37ae6dada03f84d28c4c536d498b3f22ef4a34f
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M xdebug_compat.h
M xdebug_handler_dbgp.c
M xdebug_superglobals.c
M xdebug_var.c
Log Message:
-----------
Fixed shadowy 'index' declaration
Commit: 7ad9db738bfa80d69621e4c7f66a04cd361269f9
https://github.com/xdebug/xdebug/commit/7ad9db738bfa80d69621e4c7f66a04cd361269f9
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M xdebug_handlers.c
M xdebug_stack.c
M xdebug_var.c
Log Message:
-----------
Fixed handler initialization
Commit: 8b59783086115ee1984457f55cb7979d0c7181ca
https://github.com/xdebug/xdebug/commit/8b59783086115ee1984457f55cb7979d0c7181ca
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M usefulstuff.c
M xdebug_com.c
Log Message:
-----------
Fixed shadowy 'socket' and 'utime' declaration
Commit: 610156eef9fc165c6258187aba4bdb91c5e9e015
https://github.com/xdebug/xdebug/commit/610156eef9fc165c6258187aba4bdb91c5e9e015
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M .travis.scripts/compile.sh
M .travis.yml
A tests/assignment-trace6-opcache.phpt
M tests/assignment-trace6.phpt
A tests/bug00213-php70-opcache.phpt
A tests/bug00213-php71-opcache.phpt
M tests/bug00213-php71.phpt
A tests/bug00334-php70-opcache.phpt
A tests/bug00334-php71-opcache.phpt
M tests/bug00334-php71.phpt
M tests/bug00472-php71.phpt
M tests/bug00515-php71.phpt
M tests/bug00567-php7-nts.phpt
A tests/bug00567-php70-nts-opcache.phpt
A tests/bug00567-php71-zts-opcache.phpt
M tests/bug00567-php71-zts.phpt
M tests/bug00703-php71.phpt
A tests/bug00756-php7-opcache.phpt
M tests/bug00756-php7.phpt
M tests/bug00763-php5.phpt
M tests/bug00766-php71.phpt
M tests/bug00923.phpt
A tests/bug01034-001-php71-opcache.phpt
M tests/bug01034-001-php71.phpt
M tests/bug01034-002-php71.phpt
A tests/bug01034-003-php71-opcache.phpt
M tests/bug01034-003-php71.phpt
M tests/bug01034-004-php71.phpt
M tests/bug01088.phpt
M tests/bug01195-php71.phpt
A tests/bug01210-php71-opcache.phpt
M tests/bug01210-php71.phpt
M tests/bug01241-002-php71.phpt
M tests/bug01263-php7.phpt
A tests/bug01270-php71-opcache.phpt
M tests/bug01270-php71.phpt
A tests/bug01270-php714-opcache.phpt
A tests/bug01270-php714.phpt
M tests/bug01381.phpt
A tests/bug01386-php70-opcache.phpt
A tests/bug01386-php71-opcache.phpt
M tests/bug01386.phpt
A tests/coverage4-php70.phpt
M tests/coverage4.phpt
M tests/coverage5-php71.phpt
M tests/coverage6-php71.phpt
A tests/coverage7-php71-opcache.phpt
M tests/coverage7-php71.phpt
A tests/xdebug_debug_zval-php71-nts-opcache.phpt
M tests/xdebug_debug_zval-php71-nts.phpt
A tests/xdebug_debug_zval-php71-zts-opcache.phpt
M tests/xdebug_debug_zval-php71-zts.phpt
A tests/xdebug_debug_zval_cli_color-php71-nts-opcache.phpt
M tests/xdebug_debug_zval_cli_color-php71-nts.phpt
A tests/xdebug_debug_zval_cli_color-php71-zts-opcache.phpt
M tests/xdebug_debug_zval_cli_color-php71-zts.phpt
A tests/xdebug_debug_zval_stdout-php71-nts-opcache.phpt
M tests/xdebug_debug_zval_stdout-php71-nts.phpt
A tests/xdebug_debug_zval_stdout-php71-zts-opcache.phpt
M tests/xdebug_debug_zval_stdout-php71-zts.phpt
Log Message:
-----------
Change Travis configuration to test with opcache loaded, and unloaded
And adjusted tests accordingly.
Commit: 8d722afd25ccf4a3b5e42db239f48091017fa589
https://github.com/xdebug/xdebug/commit/8d722afd25ccf4a3b5e42db239f48091017fa589
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M tests/bug00173.phpt
M tests/bug00622.phpt
A tests/bug00703-php714.phpt
M tests/bug00778.phpt
M tests/bug01270-php71.phpt
A tests/coverage4-php714.phpt
Log Message:
-----------
Fixed a bunch of test cases, which started failing since PHP 7.1.4(dev)
Commit: 5d611dfaa1351aa38b6744f31bedd2f137c882a5
https://github.com/xdebug/xdebug/commit/5d611dfaa1351aa38b6744f31bedd2f137c882a5
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M xdebug.c
M xdebug_code_coverage.c
M xdebug_code_coverage.h
Log Message:
-----------
Fixed #1414: Missing variable assignment in traces with OPcache loaded
Overload QM_ASSIGN, which is used when opcache is enabled
Commit: e7abe3d8a845a1032b518cedb65e025d35ad6dab
https://github.com/xdebug/xdebug/commit/e7abe3d8a845a1032b518cedb65e025d35ad6dab
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M xdebug_branch_info.c
Log Message:
-----------
Fixed #1415: Crash with multiple catch constructs with OPcache loaded
Commit: d1828decf57b2ec729c0f732994225000f57cabe
https://github.com/xdebug/xdebug/commit/d1828decf57b2ec729c0f732994225000f57cabe
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M tests/bug00923.phpt
Log Message:
-----------
Fixed test that tests with 'mongo' extension being present
Commit: 570c03158da0de32ab90c2af401ccfe054709a7d
https://github.com/xdebug/xdebug/commit/570c03158da0de32ab90c2af401ccfe054709a7d
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M tests/coverage7-php71-opcache.phpt
Log Message:
-----------
Fixed test by masking my home dir with %s
Commit: 23130da9bcf37cb4980fb0dc7f40500e922bb24e
https://github.com/xdebug/xdebug/commit/23130da9bcf37cb4980fb0dc7f40500e922bb24e
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M tests/bug00905-php5.phpt
M tests/bug00905-php71.phpt
M xdebug_trace_textual.c
Log Message:
-----------
Fixed #1416: Trace files should not include the first result of a generator if it hasn't started yet
Commit: 6f6768c2c8d4a31a2e9e5d6ea2d7181e84666d41
https://github.com/xdebug/xdebug/commit/6f6768c2c8d4a31a2e9e5d6ea2d7181e84666d41
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M .travis.scripts/compile.sh
M .travis.yml
A tests/assignment-trace6-opcache.phpt
M tests/assignment-trace6.phpt
M tests/bug00173.phpt
A tests/bug00213-php70-opcache.phpt
A tests/bug00213-php71-opcache.phpt
M tests/bug00213-php71.phpt
A tests/bug00334-php70-opcache.phpt
A tests/bug00334-php71-opcache.phpt
M tests/bug00334-php71.phpt
M tests/bug00472-php71.phpt
M tests/bug00515-php71.phpt
M tests/bug00567-php7-nts.phpt
A tests/bug00567-php70-nts-opcache.phpt
A tests/bug00567-php71-zts-opcache.phpt
M tests/bug00567-php71-zts.phpt
M tests/bug00622.phpt
A tests/bug00701-php5.phpt
A tests/bug00701-php7.phpt
R tests/bug00701.phpt
M tests/bug00703-php71.phpt
A tests/bug00703-php714.phpt
A tests/bug00756-php7-opcache.phpt
M tests/bug00756-php7.phpt
M tests/bug00763-php5.phpt
M tests/bug00766-php71.phpt
M tests/bug00778.phpt
M tests/bug00905-php5.phpt
M tests/bug00905-php71.phpt
M tests/bug00923.phpt
A tests/bug01034-001-php71-opcache.phpt
M tests/bug01034-001-php71.phpt
M tests/bug01034-002-php71.phpt
A tests/bug01034-003-php71-opcache.phpt
M tests/bug01034-003-php71.phpt
M tests/bug01034-004-php71.phpt
M tests/bug01088.phpt
M tests/bug01195-php71.phpt
A tests/bug01210-php71-opcache.phpt
M tests/bug01210-php71.phpt
M tests/bug01241-002-php71.phpt
M tests/bug01263-php7.phpt
A tests/bug01270-php71-opcache.phpt
M tests/bug01270-php71.phpt
A tests/bug01270-php714-opcache.phpt
A tests/bug01270-php714.phpt
M tests/bug01381.phpt
A tests/bug01386-php70-opcache.phpt
A tests/bug01386-php71-opcache.phpt
M tests/bug01386.phpt
A tests/coverage4-php70.phpt
A tests/coverage4-php714.phpt
M tests/coverage4.phpt
M tests/coverage5-php71.phpt
M tests/coverage6-php71.phpt
A tests/coverage7-php71-opcache.phpt
M tests/coverage7-php71.phpt
A tests/xdebug_debug_zval-php71-nts-opcache.phpt
M tests/xdebug_debug_zval-php71-nts.phpt
A tests/xdebug_debug_zval-php71-zts-opcache.phpt
M tests/xdebug_debug_zval-php71-zts.phpt
A tests/xdebug_debug_zval_cli_color-php71-nts-opcache.phpt
M tests/xdebug_debug_zval_cli_color-php71-nts.phpt
A tests/xdebug_debug_zval_cli_color-php71-zts-opcache.phpt
M tests/xdebug_debug_zval_cli_color-php71-zts.phpt
A tests/xdebug_debug_zval_stdout-php71-nts-opcache.phpt
M tests/xdebug_debug_zval_stdout-php71-nts.phpt
A tests/xdebug_debug_zval_stdout-php71-zts-opcache.phpt
M tests/xdebug_debug_zval_stdout-php71-zts.phpt
M usefulstuff.c
M xdebug.c
M xdebug_branch_info.c
M xdebug_code_coverage.c
M xdebug_code_coverage.h
M xdebug_com.c
M xdebug_compat.h
M xdebug_handler_dbgp.c
M xdebug_handlers.c
M xdebug_stack.c
M xdebug_superglobals.c
M xdebug_trace_textual.c
M xdebug_var.c
Log Message:
-----------
Merged pull request #333
Compare: https://github.com/xdebug/xdebug/compare/86e3b354922c...6f6768c2c8d4
Received on Mon Apr 10 2017 - 13:52:17 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:04 BST