From de4e219dacdc0117b0fe7dfff7f3bd909b3c2d99 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 12 Jul 2024 14:07:54 +0800 Subject: [PATCH] Fix opcache for windows not build bug --- config/ext.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index 79936c57..c521a61f 100644 --- a/config/ext.json +++ b/config/ext.json @@ -383,7 +383,7 @@ }, "opcache": { "type": "builtin", - "arg-type": "custom" + "arg-type-unix": "custom" }, "openssl": { "notes": true,