Skip to content

Commit 832e0f3

Browse files
author
Jean-François Hivert
committed
README adding informations about MacOS issue with PHP7.3
1 parent 0d43e34 commit 832e0f3

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,16 @@ __*https://launchpad.net/~ondrej/+archive/ubuntu/php*__
2525
* apt update
2626

2727
You 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*
3745
Follow 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

0 commit comments

Comments
 (0)