Branch: refs/heads/master
Home: https://github.com/xdebug/xdebug
Commit: 2ea8135e1a97162f9b48b0f0160ae9215d607752
https://github.com/xdebug/xdebug/commit/2ea8135e1a97162f9b48b0f0160ae9215d607752
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M xdebug_var.c
Log Message:
-----------
To display a resource handle we need to use ->handle, as we don't want to leak the pointer
Commit: 8d6364138156f936eccaecc64d41967bbcba87ae
https://github.com/xdebug/xdebug/commit/8d6364138156f936eccaecc64d41967bbcba87ae
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M xdebug_var.c
Log Message:
-----------
Clear exceptions while using serialize to dump variable information, as otherwise serialize fails
Commit: 646623785adfb268e12fd9c3b8856e84095d4122
https://github.com/xdebug/xdebug/commit/646623785adfb268e12fd9c3b8856e84095d4122
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M php_xdebug.h
M xdebug.c
Log Message:
-----------
Implemented #1183: Add xdebug.show_error_trace setting to allow/disallow to show a stack trace for every Error
Commit: 2be641d3a7dc4fdc152fd8f84a3d62e7b1a77660
https://github.com/xdebug/xdebug/commit/2be641d3a7dc4fdc152fd8f84a3d62e7b1a77660
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M tests/stacktrace_text_5.phpt
Log Message:
-----------
Fixed typo in test case name
Commit: ddccb31d51c74be20d617bc60d3c937a0df18872
https://github.com/xdebug/xdebug/commit/ddccb31d51c74be20d617bc60d3c937a0df18872
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M xdebug.c
M xdebug_profiler.c
Log Message:
-----------
Cast values so that PHP 5.6 is happy again
Commit: 4b02f54952b31877fb7fc51fcedd1c685ff68a7f
https://github.com/xdebug/xdebug/commit/4b02f54952b31877fb7fc51fcedd1c685ff68a7f
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M xdebug_compat.c
Log Message:
-----------
estrdup() and zend_string_release() the results from base64_(de|en)code
Commit: 1e07d1f2b9b5aef68dbcde7ef1f0cbf1be4790eb
https://github.com/xdebug/xdebug/commit/1e07d1f2b9b5aef68dbcde7ef1f0cbf1be4790eb
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M xdebug_stack.c
Log Message:
-----------
Refactor out variable rendering from append_printable_stack()
Commit: 2f572cc443753b2e1646c4fb607fb571c9b510b5
https://github.com/xdebug/xdebug/commit/2f572cc443753b2e1646c4fb607fb571c9b510b5
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M tests/stacktrace_html_0.phpt
M tests/stacktrace_html_1.phpt
M tests/stacktrace_html_2.phpt
M tests/stacktrace_html_3.phpt
M tests/stacktrace_html_4.phpt
M tests/stacktrace_html_4_novar.phpt
M tests/stacktrace_html_5.phpt
M tests/stacktrace_text_0.phpt
M tests/stacktrace_text_1.phpt
M tests/stacktrace_text_2.phpt
M tests/stacktrace_text_3.phpt
M tests/stacktrace_text_4.phpt
M tests/stacktrace_text_4_novar.phpt
M tests/stacktrace_text_5.phpt
M tests/stacktrace_variadic_html_1.phpt
M tests/stacktrace_variadic_html_2.phpt
M tests/stacktrace_variadic_text_1.phpt
M tests/stacktrace_variadic_text_2.phpt
Log Message:
-----------
Update stack trace test cases to work with 'Error' and bool/false/true changes
Commit: 21d5b7619af8d9d6d68334047573e477d8d5925f
https://github.com/xdebug/xdebug/commit/21d5b7619af8d9d6d68334047573e477d8d5925f
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M xdebug_stack.c
Log Message:
-----------
Added support for PHP 7 variadics, which are all done as an array instead of individual arguments
Commit: 23a2b54810f9fcabef3c75afff815d559e480444
https://github.com/xdebug/xdebug/commit/23a2b54810f9fcabef3c75afff815d559e480444
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M xdebug_stack.c
Log Message:
-----------
Don't mess up when setting the 'php_errormsg' GLOBAL variable in the error callback
Commit: 448f5b6778825e5841db849e997698e30479e7c2
https://github.com/xdebug/xdebug/commit/448f5b6778825e5841db849e997698e30479e7c2
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M xdebug_stack.c
Log Message:
-----------
Only do this (temporary) hack in PHP 7, and not in PHP 5.[456]
Compare: https://github.com/xdebug/xdebug/compare/116b3a602472...448f5b677882
Received on Sat Sep 05 2015 - 20:07:18 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST