diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-19 13:49:59 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-19 13:49:59 +0200 |
commit | 264b1cd91c81744b1b344b7640675d84c07523d5 (patch) | |
tree | 24fe38063bbaca231be8872248c92c594a9e77b2 /xdebug-pr176.patch | |
parent | eae438c6359801a78bf4b1967f590772acb8b930 (diff) |
php-pecl-xdebug: 2.3.3
Diffstat (limited to 'xdebug-pr176.patch')
-rw-r--r-- | xdebug-pr176.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/xdebug-pr176.patch b/xdebug-pr176.patch deleted file mode 100644 index ea8eef7..0000000 --- a/xdebug-pr176.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 2358ad26cd4db2806180aca61a7ccaceb19fa526 Mon Sep 17 00:00:00 2001 -From: Remi Collet <fedora@famillecollet.com> -Date: Wed, 27 May 2015 11:34:09 +0200 -Subject: [PATCH] switch from efree to STR_FREE - ---- - xdebug_stack.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/xdebug_stack.c b/xdebug_stack.c -index 56304bf..82707f1 100644 ---- a/xdebug_stack.c -+++ b/xdebug_stack.c -@@ -247,7 +247,7 @@ void xdebug_append_error_description(xdebug_str *str, int html, const char *erro - xdebug_str_add(str, xdebug_sprintf(formats[1], error_type_str, escaped, error_filename, error_lineno), 1); - } - -- efree(escaped); -+ STR_FREE(escaped); - } - - void xdebug_append_printable_stack(xdebug_str *str, int html TSRMLS_DC) |