diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-10 12:18:11 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-10 12:18:11 +0200 |
commit | 73254153bbc41ee7ba14e1cd8678c93d70d7badf (patch) | |
tree | 7dbf3c6c1453a4577b9a5163d90cb3e7becc93dc /xdebug-php71.patch | |
parent | ee4fd7117618fffccd490a564e7eea2aa796ffc0 (diff) |
php-pecl-xdebug: 2.5.0-dev (for PHP 7.1)
Diffstat (limited to 'xdebug-php71.patch')
-rw-r--r-- | xdebug-php71.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xdebug-php71.patch b/xdebug-php71.patch new file mode 100644 index 0000000..8ff103e --- /dev/null +++ b/xdebug-php71.patch @@ -0,0 +1,14 @@ +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" |