File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,16 @@ __*https://launchpad.net/~ondrej/+archive/ubuntu/php*__
2525* apt update
2626
2727You have to install a PHP version >= 7.1:
28- * apt update
29- * apt install php7.2-cli php7.2-soap php7.2-mbstring php7.2-readline php7.2-curl
28+ * apt install php7.3-cli php7.3-soap php7.3-mbstring php7.3-readline php7.3-curl
29+
30+ For MacOS users which use PHP 7.3, there is an issue with PCRE.
31+ You have to add this configuration in your php.ini:
32+ ``` ini
33+ pcre.jit =0
34+ ```
35+
36+ For more information about PCRE configuration:
37+ - https://php.net/manual/en/pcre.configuration.php#ini.pcre.jit
3038
3139#### REPOSITORY
3240* git clone https://github.com/cloudwatt/php-cli-shell_base
@@ -35,6 +43,6 @@ You have to install a PHP version >= 7.1:
3543#### ADDON / APPLICATION
3644* Be careful, you have to install the same version of the addon or application as base version*
3745Follow the addon README to install the addon or application:
38- - PHPIPAM: https://github.com/cloudwatt/php-cli-shell_phpipam/README.md
39- - PATCHMANAGER: https://github.com/cloudwatt/php-cli-shell_patchmanager/README.md
40- - FIREWALL: https://github.com/cloudwatt/php-cli-shell_firewall/README.md
46+ - PHPIPAM: https://github.com/cloudwatt/php-cli-shell_phpipam
47+ - PATCHMANAGER: https://github.com/cloudwatt/php-cli-shell_patchmanager
48+ - FIREWALL: https://github.com/cloudwatt/php-cli-shell_firewall
You can’t perform that action at this time.
0 commit comments