[xdebug-dev] [xdebug/xdebug] 03eb12: Implement function argument collection for PHP 7.

From: Derick Rethans <github[@]derickrethans.nl>
Date: Thu, 03 Sep 2015 01:03:35 -0700

  Branch: refs/heads/master
  Home: https://github.com/xdebug/xdebug
  Commit: 03eb12d3d722c18c3e505456f0313d500eedfd8a
      https://github.com/xdebug/xdebug/commit/03eb12d3d722c18c3e505456f0313d500eedfd8a
  Author: Joe Watkins <krakjoe[@]php.net>
  Date: 2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M xdebug_stack.c

  Log Message:
  -----------
  Implement function argument collection for PHP 7.

  Commit: cc065eddfc42858188c82eddd51e261e90ddb79a
      https://github.com/xdebug/xdebug/commit/cc065eddfc42858188c82eddd51e261e90ddb79a
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M xdebug_stack.c

  Log Message:
  -----------
  For some reason, without this, it shows vars from the wrong stack

  Commit: 7d37130ab7888aaa4058e1a469de167fb8efd71e
      https://github.com/xdebug/xdebug/commit/7d37130ab7888aaa4058e1a469de167fb8efd71e
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M xdebug.c
    M xdebug_profiler.c

  Log Message:
  -----------
  PHP 7 stores the value in ->val, and the (char*) cast hid this error

  Commit: 7ba92cb8a2c22db17ad7e2031a2abdb86b723e45
      https://github.com/xdebug/xdebug/commit/7ba92cb8a2c22db17ad7e2031a2abdb86b723e45
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M xdebug_stack.c

  Log Message:
  -----------
  Reimplement build_fname according to algorithm in .gdbinit

  Commit: 377afc3620bf3177994edeed65fed27c20ab086c
      https://github.com/xdebug/xdebug/commit/377afc3620bf3177994edeed65fed27c20ab086c
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M xdebug_stack.c

  Log Message:
  -----------
  Use the STR_NAME_VAL macro we have for this now

  Commit: 116b3a6024722bb8f5cbea2b9a209a1a6309a061
      https://github.com/xdebug/xdebug/commit/116b3a6024722bb8f5cbea2b9a209a1a6309a061
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M xdebug_var.c

  Log Message:
  -----------
  strdup() the result from get_property_info as it returns pointers to memory segments, which the zend_string_release() would free

Compare: https://github.com/xdebug/xdebug/compare/23a22c9ad3b6...116b3a602472
Received on Thu Sep 03 2015 - 09:03:42 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST