summaryrefslogtreecommitdiff
path: root/devel/pecl-xdebug25/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-xdebug25/files')
-rw-r--r--devel/pecl-xdebug25/files/patch-xdebug__com.c10
-rw-r--r--devel/pecl-xdebug25/files/pkg-message.in15
2 files changed, 0 insertions, 25 deletions
diff --git a/devel/pecl-xdebug25/files/patch-xdebug__com.c b/devel/pecl-xdebug25/files/patch-xdebug__com.c
deleted file mode 100644
index 96256283258a..000000000000
--- a/devel/pecl-xdebug25/files/patch-xdebug__com.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- xdebug_com.c.orig 2016-12-28 02:42:57 UTC
-+++ xdebug_com.c
-@@ -26,6 +26,7 @@
- # include <sys/poll.h>
- # include <unistd.h>
- # include <sys/socket.h>
-+# include <netinet/in.h>
- # include <netinet/tcp.h>
- # include <netdb.h>
- #else
diff --git a/devel/pecl-xdebug25/files/pkg-message.in b/devel/pecl-xdebug25/files/pkg-message.in
deleted file mode 100644
index d3960b2f56f2..000000000000
--- a/devel/pecl-xdebug25/files/pkg-message.in
+++ /dev/null
@@ -1,15 +0,0 @@
-*****************************************************************************
-The php debugger 'xdebug' has been installed successful.
-
-It has been automatically enabled.
-
-xdebug is not compatible with the extension 'Zend Optimizer' - you're only able
-to use one of them. So take care having at least the lesser required extension
-disabled by commenting out it's loader line in its %%PREFIX%%/etc/php/ext-* file.
-
-Add following section to enable profiling:
-
-xdebug.profiler_enable = 1
-xdebug.profiler_output_dir = /tmp/profiler
-
-*****************************************************************************