From d741d40d75eab7aeb59e86cf967d1c5fc090c515 Mon Sep 17 00:00:00 2001 From: Luca Pizzamiglio Date: Tue, 9 Apr 2019 10:10:56 +0000 Subject: devel/pecl-xdebug25 devel/pecl-xdebug-devel: Remove obsolete ports pecl-xdebug25 was kept to support PHP 5.6, already expired and removed pecl-xdebug-devel was useful to support the coming PHP 7.3. Now, with a stable release that support all available PHP version, the -devel ports is no longer necessary PR: 236773 Sponsored by: trivago N.V. --- .../pecl-xdebug-devel/files/patch-xdebug__compat.h | 11 ----------- devel/pecl-xdebug-devel/files/pkg-message.in | 21 --------------------- 2 files changed, 32 deletions(-) delete mode 100644 devel/pecl-xdebug-devel/files/patch-xdebug__compat.h delete mode 100644 devel/pecl-xdebug-devel/files/pkg-message.in (limited to 'devel/pecl-xdebug-devel/files') diff --git a/devel/pecl-xdebug-devel/files/patch-xdebug__compat.h b/devel/pecl-xdebug-devel/files/patch-xdebug__compat.h deleted file mode 100644 index f631c585edff..000000000000 --- a/devel/pecl-xdebug-devel/files/patch-xdebug__compat.h +++ /dev/null @@ -1,11 +0,0 @@ ---- xdebug_compat.h.orig 2018-12-23 17:22:30 UTC -+++ xdebug_compat.h -@@ -75,8 +75,4 @@ zend_bool xdebug_zend_hash_apply_protection_end(HashTa - # define XDEBUG_ZEND_CONSTANT_MODULE_NUMBER(v) ((v)->module_number) - # endif - --# if PHP_VERSION_ID < 70300 --typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS); --# endif -- - #endif diff --git a/devel/pecl-xdebug-devel/files/pkg-message.in b/devel/pecl-xdebug-devel/files/pkg-message.in deleted file mode 100644 index 40b8ca11dcb6..000000000000 --- a/devel/pecl-xdebug-devel/files/pkg-message.in +++ /dev/null @@ -1,21 +0,0 @@ -***************************************************************************** -The php debugger 'xdebug' has been installed successful. -Add a line containing - - extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so - -or - - zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so - -to your php.ini to load it. 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 your php.ini. - -Add following section to enable profiling: - -xdebug.profiler_enable = 1 -xdebug.profiler_output_dir = /tmp/profiler - -***************************************************************************** -- cgit v1.2.3