8000 feature #22782 [Debug][VarDumper] Remove the symfony_debug C extensio… · symfony/symfony@79bc327 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79bc327

Browse files
committed
feature #22782 [Debug][VarDumper] Remove the symfony_debug C extension (nicolas-grekas)
This PR was merged into the 4.0-dev branch. Discussion ---------- [Debug][VarDumper] Remove the symfony_debug C extension | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | yes | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- f9c51a6 [Debug][VarDumper] Remove the symfony_debug C extension
2 parents a91a7de + f9c51a6 commit 79bc327

File tree

15 files changed

+23
-951
lines changed
  • src/Symfony/Component
  • VarDumper
  • 15 files changed

    +23
    -951
    lines changed

    src/Symfony/Component/Debug/CHANGELOG.md

    Lines changed: 5 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,11 @@
    11
    CHANGELOG
    22
    =========
    33

    4+
    4.0.0
    5+
    -----
    6+
    7+
    * removed the symfony_debug extension
    8+
    49
    3.3.0
    510
    -----
    611

    src/Symfony/Component/Debug/Exception/FatalErrorException.php

    Lines changed: 0 additions & 5 deletions
    Original file line numberDiff line numberDiff line change
    @@ -60,11 +60,6 @@ public function __construct($message, $code, $severity, $filename, $lineno, $tra
    6060

    6161
    unset($frame);
    6262
    $trace = array_reverse($trace);
    63-
    } elseif (function_exists('symfony_debug_backtrace')) {
    64-
    $trace = symfony_debug_backtrace();
    65-
    if (0 < $traceOffset) {
    66-
    array_splice($trace, 0, $traceOffset);
    67-
    }
    6863
    } else {
    6964
    $trace = array();
    7065
    }

    src/Symfony/Component/Debug/Resources/ext/README.md

    Lines changed: 0 additions & 134 deletions
    This file was deleted.

    src/Symfony/Component/Debug/Resources/ext/config.m4

    Lines changed: 0 additions & 63 deletions
    This file was deleted.

    src/Symfony/Component/Debug/Resources/ext/config.w32

    Lines changed: 0 additions & 13 deletions
    This file was deleted.

    src/Symfony/Component/Debug/Resources/ext/php_symfony_debug.h

    Lines changed: 0 additions & 60 deletions
    This file was deleted.

    0 commit comments

    Comments
     (0)
    0