update to xdebug 3.2.0; drops PHP 7.4 and adds PHP 8.2 support
This commit is contained in:
parent
6e5ef6918f
commit
cc39733e01
@ -2,8 +2,7 @@ COMMENT= debug and development tools for PHP
|
||||
|
||||
GH_ACCOUNT= xdebug
|
||||
GH_PROJECT= xdebug
|
||||
GH_TAGNAME= 3.1.3
|
||||
REVISION= 0
|
||||
GH_TAGNAME= 3.2.0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -15,10 +14,10 @@ PERMIT_PACKAGE= Yes
|
||||
WANTLIB= m z
|
||||
|
||||
COMPILER= base-clang ports-gcc
|
||||
|
||||
MODULES= lang/php/pecl
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
MODULES= lang/php/pecl
|
||||
FLAVORS= php80 php81 php82
|
||||
MODPHP_DO_SAMPLE=
|
||||
PV= ${MODPHP_VERSION}
|
||||
MODULE_NAME= xdebug
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xdebug-3.1.3.tar.gz) = uPVNpr2sLfziE3yP9K3yw5x/cAGoBicOB6TQwl95HwY=
|
||||
SIZE (xdebug-3.1.3.tar.gz) = 470230
|
||||
SHA256 (xdebug-3.2.0.tar.gz) = pZefIGC5I3VSNmL0Ub/r12txgRaSHGC8346HvgxY3XI=
|
||||
SIZE (xdebug-3.2.0.tar.gz) = 449500
|
||||
|
@ -3,7 +3,7 @@ Index: xdebug.ini
|
||||
+++ xdebug.ini
|
||||
@@ -1,5 +1,9 @@
|
||||
-; This file is generated by the 'xdebug.org:html/docs/convert.php' robot
|
||||
-; for Xdebug 3.1.3 — do not modify by hand
|
||||
-; for Xdebug 3.2.0 — do not modify by hand
|
||||
+zend_extension=xdebug.so
|
||||
+#xdebug.mode=develop,profile
|
||||
+
|
||||
|
Loading…
x
Reference in New Issue
Block a user