move zend extension check into config

This commit is contained in:
DubbleClick
2025-05-25 09:37:15 +07:00
parent ed35b65390
commit 4ce7374ac9
4 changed files with 5 additions and 30 deletions

View File

@@ -455,7 +455,8 @@
},
"opcache": {
"type": "builtin",
"arg-type-unix": "custom"
"arg-type-unix": "custom",
"zend-extension": true
},
"openssl": {
"notes": true,
@@ -952,7 +953,8 @@
"Darwin": "partial",
"Linux": "partial"
},
"notes": true
"notes": true,
"zend-extension": true
},
"xhprof": {
"support": {