Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79bc327

Browse filesBrowse 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
Copy full SHA for 79bc327

File tree

Expand file treeCollapse file tree

15 files changed

+23
-951
lines changed
Filter options
Expand file treeCollapse file tree

15 files changed

+23
-951
lines changed

‎src/Symfony/Component/Debug/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/CHANGELOG.md
+5Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Exception/FatalErrorException.php
-5Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Resources/ext/README.md
-134Lines changed: 0 additions & 134 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Resources/ext/config.m4
-63Lines changed: 0 additions & 63 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Resources/ext/config.w32
-13Lines changed: 0 additions & 13 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Resources/ext/php_symfony_debug.h
-60Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.