@@ -254,7 +254,7 @@ superset of the requirements for production:
254
254
255
255
``` bash
256
256
sudo yum update
257
- sudo yum install cmake curl git httpd mariadb-server memcached nano php php-gd php-mysqlnd php-pdo php-pecl-jsonc php-pecl-memcached php-pecl-xdebug php-pgsql postgresql-server python python-jinja2 python-markdown python-pip python-watchdog PyYAML sqlite subversion
257
+ sudo yum install cmake curl git httpd mariadb-server memcached nano php php-bcmath php- gd php-mysqlnd php-pdo php-pecl-jsonc php-pecl-memcached php-pecl-xdebug php-pgsql postgresql-server python python-jinja2 python-markdown python-pip python-watchdog PyYAML sqlite subversion
258
258
sudo pip install mkdocs
259
259
sudo mkdir -p /var/www/example.org/html
260
260
sudo chown $USER :$USER /var/www/example.org/html
@@ -303,10 +303,10 @@ sudo yum install php
303
303
304
304
The mod_php5 Apache module is installed along with the PHP preprocessor.
305
305
306
- Install the GD and JSON-C PHP extensions:
306
+ Install the BC Math, GD, and JSON-C PHP extensions:
307
307
308
308
``` bash
309
- sudo yum install php-gd php-pecl-jsonc
309
+ sudo yum install php-bcmath php- gd php-pecl-jsonc
310
310
```
311
311
312
312
!!! important
@@ -527,7 +527,7 @@ superset of the requirements for production:
527
527
``` bash
528
528
sudo yum install epel-release
529
529
sudo yum update
530
- sudo yum install cmake curl git httpd mariadb-server memcached nano php php-gd php-mysqlnd php-pdo php-pecl-memcached php-pecl-xdebug php-pgsql postgresql-server python python-jinja2 python-markdown python-pip PyYAML sqlite subversion
530
+ sudo yum install cmake curl git httpd mariadb-server memcached nano php php-bcmath php- gd php-mysqlnd php-pdo php-pecl-memcached php-pecl-xdebug php-pgsql postgresql-server python python-jinja2 python-markdown python-pip PyYAML sqlite subversion
531
531
sudo pip install mkdocs
532
532
sudo mkdir -p /var/www/example.org/html
533
533
sudo chown $USER :$USER /var/www/example.org/html
@@ -582,10 +582,10 @@ sudo yum install php
582
582
583
583
The mod_php5 Apache module is installed along with the PHP preprocessor.
584
584
585
- Install the GD PHP extension :
585
+ Install the BC Math and GD PHP extensions :
586
586
587
587
``` bash
588
- sudo yum install php-gd
588
+ sudo yum install php-bcmath php- gd
589
589
```
590
590
591
591
The JSON PHP extension was previously installed along with the PHP
0 commit comments