Remove deprecated args for PHP 8.4 (#616)

* Remove deprecated args for PHP 8.4

* Add tests

* Use nts for testing

* Test

* memcache still uses `--with-zlib-dir`
This commit is contained in:
Jerry Ma
2025-03-07 18:25:19 +08:00
committed by GitHub
parent a95d034e98
commit cf30418be9
5 changed files with 9 additions and 13 deletions

View File

@@ -355,10 +355,8 @@
"type": "external",
"source": "ext-memcache",
"arg-type": "custom",
"lib-depends": [
"zlib"
],
"ext-depends": [
"zlib",
"session"
]
},