summaryrefslogtreecommitdiffstats
path: root/xdebug-php71.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-08-02 12:23:12 +0200
committerRemi Collet <fedora@famillecollet.com>2016-08-02 12:23:12 +0200
commitf3dd45f8b48740eec3d11cbd721fc723ca2e284e (patch)
treee97c4dfcaefe6d91dcd6728abb347f8d0db0d864 /xdebug-php71.patch
parent20e4a0e114ff7dc2c1a2f1b60b48adc91ed49a46 (diff)
php-pecl-xdebug: 2.5.0-dev, refresh
Diffstat (limited to 'xdebug-php71.patch')
-rw-r--r--xdebug-php71.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/xdebug-php71.patch b/xdebug-php71.patch
deleted file mode 100644
index 8ff103e..0000000
--- a/xdebug-php71.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -up ./php_xdebug.h.old ./php_xdebug.h
---- ./php_xdebug.h.old 2016-06-10 12:09:53.021694392 +0200
-+++ ./php_xdebug.h 2016-06-10 12:09:56.355710983 +0200
-@@ -29,6 +29,10 @@
-
- #include "php.h"
-
-+#ifndef LOG_NOTICE
-+#define LOG_NOTICE 5
-+#endif
-+
- #include "xdebug_compat.h"
- #include "xdebug_handlers.h"
- #include "xdebug_hash.h"