diff options
| author | Remi Collet <remi@remirepo.net> | 2020-10-15 07:54:10 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-10-15 07:54:10 +0200 | 
| commit | 35d3120fb3fd0babd98576cdfe1721d17c7e1ba2 (patch) | |
| tree | 712f67e189db9e1a6a564feffdc0d72a42bb0721 | |
| parent | c1526462220ca846e9e794a2e05aa08c920295b9 (diff) | |
add xdebug v3 to safe
| -rw-r--r-- | mashinfo.el6 | 2 | ||||
| -rw-r--r-- | mashinfo.el7 | 5 | ||||
| -rw-r--r-- | mashinfo.el8 | 5 | 
3 files changed, 10 insertions, 2 deletions
| diff --git a/mashinfo.el6 b/mashinfo.el6 index 8faf95ef..b1798df9 100644 --- a/mashinfo.el6 +++ b/mashinfo.el6 @@ -1375,6 +1375,7 @@ php72-php-pecl-vld  php72-php-pecl-weakref  php72-php-pecl-xattr  php72-php-pecl-xdebug +php72-php-pecl-xdebug3  php72-php-pecl-xhprof  php72-php-pecl-xdiff  php72-php-pecl-xlswriter @@ -1589,6 +1590,7 @@ php73-php-pecl-vld  php73-php-pecl-weakref  php73-php-pecl-xattr  php73-php-pecl-xdebug +php73-php-pecl-xdebug3  php73-php-pecl-xhprof  php73-php-pecl-xdiff  php73-php-pecl-xlswriter diff --git a/mashinfo.el7 b/mashinfo.el7 index aaf6d002..7bfd8de7 100644 --- a/mashinfo.el7 +++ b/mashinfo.el7 @@ -1556,6 +1556,7 @@ php72-php-pecl-varnish  php72-php-pecl-weakref  php72-php-pecl-xattr  php72-php-pecl-xdebug +php72-php-pecl-xdebug3  php72-php-pecl-xhprof  php72-php-pecl-xdiff  php72-php-pecl-xlswriter @@ -1785,6 +1786,7 @@ php73-php-pecl-varnish  php73-php-pecl-weakref  php73-php-pecl-xattr  php73-php-pecl-xdebug +php73-php-pecl-xdebug3  php73-php-pecl-xhprof  php73-php-pecl-xdiff  php73-php-pecl-xlswriter @@ -2016,6 +2018,7 @@ php74-php-pecl-wddx  php74-php-pecl-weakref  php74-php-pecl-xattr  php74-php-pecl-xdebug +php74-php-pecl-xdebug3  php74-php-pecl-xhprof  php74-php-pecl-xdiff  php74-php-pecl-xlswriter @@ -2244,7 +2247,7 @@ php80-php-pecl-varnish  php80-php-pecl-wddx  php80-php-pecl-weakref  php80-php-pecl-xattr -php80-php-pecl-xdebug +php80-php-pecl-xdebug3  php80-php-pecl-xhprof  php80-php-pecl-xdiff  php80-php-pecl-xlswriter diff --git a/mashinfo.el8 b/mashinfo.el8 index 7b92974d..bb2e245d 100644 --- a/mashinfo.el8 +++ b/mashinfo.el8 @@ -1083,6 +1083,7 @@ php72-php-pecl-varnish  php72-php-pecl-weakref  php72-php-pecl-xattr  php72-php-pecl-xdebug +php72-php-pecl-xdebug3  php72-php-pecl-xhprof  php72-php-pecl-xdiff  php72-php-pecl-xlswriter @@ -1313,6 +1314,7 @@ php73-php-pecl-varnish  php73-php-pecl-weakref  php73-php-pecl-xattr  php73-php-pecl-xdebug +php73-php-pecl-xdebug3  php73-php-pecl-xhprof  php73-php-pecl-xdiff  php73-php-pecl-xlswriter @@ -1545,6 +1547,7 @@ php74-php-pecl-wddx  php74-php-pecl-weakref  php74-php-pecl-xattr  php74-php-pecl-xdebug +php74-php-pecl-xdebug3  php74-php-pecl-xhprof  php74-php-pecl-xdiff  php74-php-pecl-xlswriter @@ -1774,7 +1777,7 @@ php80-php-pecl-varnish  php80-php-pecl-wddx  php80-php-pecl-weakref  php80-php-pecl-xattr -php80-php-pecl-xdebug +php80-php-pecl-xdebug3  php80-php-pecl-xhprof  php80-php-pecl-xdiff  php80-php-pecl-xlswriter | 
