[xdebug-dev] [xdebug/xdebug] 87fcee: Fixed issue #1474: Crashes due to variable resolvi...

From: Derick Rethans <github[@]derickrethans.nl>
Date: Mon, 25 Sep 2017 11:55:55 -0700

  Branch: refs/heads/master
  Home: https://github.com/xdebug/xdebug
  Commit: 87fceedc53fede017f918250d8348c0d39185363
      https://github.com/xdebug/xdebug/commit/87fceedc53fede017f918250d8348c0d39185363
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2017-09-25 (Mon, 25 Sep 2017)

  Changed paths:
    M config.m4
    M config.w32
    M package.xml
    A tests/bug00978-1.phpt
    A tests/bug00978-2.phpt
    R tests/bug00978.phpt
    A tests/bug01048-1.phpt
    A tests/bug01048-2.phpt
    R tests/bug01048.phpt
    A tests/bug01272-1.phpt
    A tests/bug01272-2.phpt
    R tests/bug01272.phpt
    M xdebug.c
    M xdebug_branch_info.c
    A xdebug_collection.c
    A xdebug_collection.h
    M xdebug_handler_dbgp.c
    M xdebug_stack.c
    M xdebug_var.c
    M xdebug_var.h

  Log Message:
  -----------
  Fixed issue #1474: Crashes due to variable resolving/reading mechanism not taking care of temporary hash tables correctly

  Commit: 651670512673d53263ec73f2f2ec133e05186695
      https://github.com/xdebug/xdebug/commit/651670512673d53263ec73f2f2ec133e05186695
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2017-09-25 (Mon, 25 Sep 2017)

  Changed paths:
    M .travis.yml
    M config.m4
    M xdebug_var.c

  Log Message:
  -----------
  Allow PHP 7.3, and fix syntax for Travis

  Commit: 94e4afa6f99d837bdc6c1eb486d2cfab55894629
      https://github.com/xdebug/xdebug/commit/94e4afa6f99d837bdc6c1eb486d2cfab55894629
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2017-09-25 (Mon, 25 Sep 2017)

  Changed paths:
    M tests/array_map.phpt
    M tests/assignment-trace2.phpt
    M tests/assignment-trace3.phpt
    M tests/assignment-trace4.phpt
    M tests/bug00472.inc
    M tests/bug00567-php71-zts-opcache.phpt
    M tests/bug00567-php71-zts.phpt
    M tests/bug00643-t1.inc
    M tests/bug00643-t2.inc
    M tests/bug00643.phpt
    A tests/bug00699-php72.phpt
    M tests/bug00699.phpt
    R tests/bug00756-php7-opcache.phpt
    M tests/bug00756-php7.phpt
    M tests/bug00811.phpt
    M tests/bug00978-2.phpt
    M tests/bug01048-2.phpt
    M tests/bug01130.phpt
    M tests/trace_with_magic_call_method.phpt
    M tests/xdebug_debug_zval-php71-zts-opcache.phpt
    M tests/xdebug_debug_zval-php71-zts.phpt
    M tests/xdebug_debug_zval_cli_color-php71-zts-opcache.phpt
    M tests/xdebug_debug_zval_cli_color-php71-zts.phpt
    M tests/xdebug_debug_zval_stdout-php71-zts-opcache.phpt
    M tests/xdebug_debug_zval_stdout-php71-zts.phpt

  Log Message:
  -----------
  Fixed test cases to work with ZTS and PHP 7.1-7.3

  Commit: 9da805ce2a7ec32ff6e7db1ca43cca64811753a5
      https://github.com/xdebug/xdebug/commit/9da805ce2a7ec32ff6e7db1ca43cca64811753a5
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2017-09-25 (Mon, 25 Sep 2017)

  Changed paths:
    M .travis.yml
    M config.m4
    M config.w32
    M package.xml
    M tests/array_map.phpt
    M tests/assignment-trace2.phpt
    M tests/assignment-trace3.phpt
    M tests/assignment-trace4.phpt
    M tests/bug00472.inc
    M tests/bug00567-php71-zts-opcache.phpt
    M tests/bug00567-php71-zts.phpt
    M tests/bug00643-t1.inc
    M tests/bug00643-t2.inc
    M tests/bug00643.phpt
    A tests/bug00699-php72.phpt
    M tests/bug00699.phpt
    R tests/bug00756-php7-opcache.phpt
    M tests/bug00756-php7.phpt
    M tests/bug00811.phpt
    A tests/bug00978-1.phpt
    A tests/bug00978-2.phpt
    R tests/bug00978.phpt
    A tests/bug01048-1.phpt
    A tests/bug01048-2.phpt
    R tests/bug01048.phpt
    M tests/bug01130.phpt
    A tests/bug01272-1.phpt
    A tests/bug01272-2.phpt
    R tests/bug01272.phpt
    M tests/trace_with_magic_call_method.phpt
    M tests/xdebug_debug_zval-php71-zts-opcache.phpt
    M tests/xdebug_debug_zval-php71-zts.phpt
    M tests/xdebug_debug_zval_cli_color-php71-zts-opcache.phpt
    M tests/xdebug_debug_zval_cli_color-php71-zts.phpt
    M tests/xdebug_debug_zval_stdout-php71-zts-opcache.phpt
    M tests/xdebug_debug_zval_stdout-php71-zts.phpt
    M xdebug.c
    M xdebug_branch_info.c
    A xdebug_collection.c
    A xdebug_collection.h
    M xdebug_handler_dbgp.c
    M xdebug_stack.c
    M xdebug_var.c
    M xdebug_var.h

  Log Message:
  -----------
  Merge branch 'issue1474-property-reads'

Compare: https://github.com/xdebug/xdebug/compare/52adff753910...9da805ce2a7e
Received on Mon Sep 25 2017 - 19:55:58 BST

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