Branch: refs/heads/master
Home: https://github.com/xdebug/xdebug
Commit: 7885bfa2d51ea4da3cee4fb626808b18603b536e
https://github.com/xdebug/xdebug/commit/7885bfa2d51ea4da3cee4fb626808b18603b536e
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M .travis.scripts/compile.sh
M config.m4
M rebuild.sh
Log Message:
-----------
Fixed issue #1511: Detect and use compiler flags through new configure option
Commit: 11680f22155c341a26002997375bb2c1a0949fd1
https://github.com/xdebug/xdebug/commit/11680f22155c341a26002997375bb2c1a0949fd1
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M php_xdebug.h
M usefulstuff.c
M usefulstuff.h
M xdebug.c
M xdebug_code_coverage.c
M xdebug_compat.c
M xdebug_compat.h
M xdebug_handler_dbgp.c
M xdebug_handler_dbgp.h
M xdebug_handlers.h
M xdebug_hash.c
M xdebug_hash.h
M xdebug_private.h
M xdebug_profiler.c
M xdebug_stack.c
M xdebug_stack.h
M xdebug_str.c
M xdebug_str.h
M xdebug_superglobals.c
M xdebug_trace_computerized.c
M xdebug_trace_textual.c
M xdebug_var.c
M xdebug_var.h
M xdebug_xml.c
M xdebug_xml.h
Log Message:
-----------
const/char const mishaps
Commit: 54aa575218437a25a9a18403ea490fc8b87b73b2
https://github.com/xdebug/xdebug/commit/54aa575218437a25a9a18403ea490fc8b87b73b2
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M xdebug.c
M xdebug_handler_dbgp.c
M xdebug_handler_dbgp.h
M xdebug_handlers.c
M xdebug_handlers.h
Log Message:
-----------
Get rid of outdated debug handler revisions
Commit: d1b3b46416b112aef5bb0fe7fc4dd77cc000e805
https://github.com/xdebug/xdebug/commit/d1b3b46416b112aef5bb0fe7fc4dd77cc000e805
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M xdebug_var.c
Log Message:
-----------
No need to check for something that always evaluates to true
Commit: 68c9cd47805e354648c6adc897ffb3adf1a1473e
https://github.com/xdebug/xdebug/commit/68c9cd47805e354648c6adc897ffb3adf1a1473e
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M xdebug.c
M xdebug_branch_info.c
M xdebug_code_coverage.c
Log Message:
-----------
Don't use static (empty) strings as placeholder, but NULL instead
Commit: 4f789852853e1f9be81fe8af3bee5842632d5cf1
https://github.com/xdebug/xdebug/commit/4f789852853e1f9be81fe8af3bee5842632d5cf1
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M xdebug_code_coverage.c
Log Message:
-----------
Possible uninitialized variable
Commit: 6c0caa83920a7577e556f53918cfd9e0234aef79
https://github.com/xdebug/xdebug/commit/6c0caa83920a7577e556f53918cfd9e0234aef79
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M xdebug_filter.c
Log Message:
-----------
Add default case
Commit: 78312ca90036b964293c0f711916a710ea647f13
https://github.com/xdebug/xdebug/commit/78312ca90036b964293c0f711916a710ea647f13
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M xdebug_hash.c
Log Message:
-----------
Make sure we initialise the str_len, even though logically this can't happen.
Commit: 9655deb8da6dd59c3b2a9332b02df73ea76a07a3
https://github.com/xdebug/xdebug/commit/9655deb8da6dd59c3b2a9332b02df73ea76a07a3
Author: Derick Rethans <github[@]derickrethans.nl>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M .travis.scripts/compile.sh
M config.m4
M php_xdebug.h
M rebuild.sh
M usefulstuff.c
M usefulstuff.h
M xdebug.c
M xdebug_branch_info.c
M xdebug_code_coverage.c
M xdebug_compat.c
M xdebug_compat.h
M xdebug_filter.c
M xdebug_handler_dbgp.c
M xdebug_handler_dbgp.h
M xdebug_handlers.c
M xdebug_handlers.h
M xdebug_hash.c
M xdebug_hash.h
M xdebug_private.h
M xdebug_profiler.c
M xdebug_stack.c
M xdebug_stack.h
M xdebug_str.c
M xdebug_str.h
M xdebug_superglobals.c
M xdebug_trace_computerized.c
M xdebug_trace_textual.c
M xdebug_var.c
M xdebug_var.h
M xdebug_xml.c
M xdebug_xml.h
Log Message:
-----------
Merged pull request #401
Compare: https://github.com/xdebug/xdebug/compare/26223fef13bb...9655deb8da6d
Received on Mon Jan 08 2018 - 16:40:14 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:04 BST