From 306f0923782e59dbaf9c4fd4dc72907be7ba943d Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Mon, 15 Apr 2024 17:07:44 +0200 Subject: [PATCH] Update Xdebug to 3.3.2 --- ext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Makefile b/ext/Makefile index 589e0668..af83f133 100644 --- a/ext/Makefile +++ b/ext/Makefile @@ -1,6 +1,6 @@ MAKEFLAGS += --always-make -XDEBUG_VERSION := 3.3.1 +XDEBUG_VERSION := 3.3.2 XDEBUG_GIT_URL := https://github.com/xdebug/xdebug all: fetch-xdebug apply-patch build