blob: 8371a06419eed3666fee1468e42694a13c0f5261 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
WP-CLI is a set of command-line tools for managing WordPress
installations.
WP-CLI need phar extension to build and to work
Enable the phar extension in your php.ini and
disable the readonly setting for the phar extension:
Set phar.readonly to Off
Also disable open_basedir
because likely to cause errors with wp-cli
|