Skip to content

Commit f9c51a6

Browse files
[Debug][VarDumper] Remove the symfony_debug C extension
1 parent 8514e22 commit f9c51a6

File tree

15 files changed

+23
-951
lines changed

15 files changed

+23
-951
lines changed

src/Symfony/Component/Debug/CHANGELOG.md

+5
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

-5
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

-134
This file was deleted.

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

-63
This file was deleted.

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

-13
This file was deleted.

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

-60
This file was deleted.

0 commit comments

Comments
 (0)