Skip to content

[Debug][VarDumper] Remove the symfony_debug C extension #22782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Symfony/Component/Debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

4.0.0
-----

* removed the symfony_debug extension

3.3.0
-----

Expand Down
5 changes: 0 additions & 5 deletions src/Symfony/Component/Debug/Exception/FatalErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ public function __construct($message, $code, $severity, $filename, $lineno, $tra

unset($frame);
$trace = array_reverse($trace);
} elseif (function_exists('symfony_debug_backtrace')) {
$trace = symfony_debug_backtrace();
if (0 < $traceOffset) {
array_splice($trace, 0, $traceOffset);
}
} else {
$trace = array();
}
Expand Down
134 changes: 0 additions & 134 deletions src/Symfony/Component/Debug/Resources/ext/README.md

This file was deleted.

63 changes: 0 additions & 63 deletions src/Symfony/Component/Debug/Resources/ext/config.m4

This file was deleted.

13 changes: 0 additions & 13 deletions src/Symfony/Component/Debug/Resources/ext/config.w32

This file was deleted.

60 changes: 0 additions & 60 deletions src/Symfony/Component/Debug/Resources/ext/php_symfony_debug.h

This file was deleted.

Loading