We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ed300 commit 57b6a44Copy full SHA for 57b6a44
admin/framework/composer.json
@@ -38,7 +38,9 @@
38
"ext-memcached": "If you use Cache class MemcachedHandler with Memcached",
39
"ext-mysqli": "If you use MySQL",
40
"ext-oci8": "If you use Oracle Database",
41
+ "ext-pcntl": "If you use Signals",
42
"ext-pgsql": "If you use PostgreSQL",
43
+ "ext-posix": "If you use Signals",
44
"ext-readline": "Improves CLI::input() usability",
45
"ext-redis": "If you use Cache class RedisHandler",
46
"ext-simplexml": "If you format XML",
0 commit comments