Fixes #304: Fix compilation issues with PHP 7.4 when building from source.

This commit is contained in:
Jeff Geerling 2020-08-03 17:58:49 -05:00
parent 0167bfc5e7
commit 4df8f4b1dd
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@
php_install_from_source: true php_install_from_source: true
php_source_clone_dir: /root/php-src php_source_clone_dir: /root/php-src
php_source_make_command: "make --jobs=2" php_source_make_command: "make --jobs=2"
php_version: "7.1.17" php_version: "7.4.8"
php_source_version: "php-{{ php_version }}" php_source_version: "php-{{ php_version }}"
php_memory_limit: "192M" php_memory_limit: "192M"

View File

@ -7,6 +7,9 @@
- libtool - libtool
- bison - bison
- make - make
- re2c
- sqlite-devel
- oniguruma-devel
- curl-devel - curl-devel
- recode-devel - recode-devel
- aspell-devel - aspell-devel
@ -40,6 +43,8 @@
- bison - bison
- pkg-config - pkg-config
- re2c - re2c
- sqlite-dev
- libonig2
- libxml2-dev - libxml2-dev
- libcurl4-openssl-dev - libcurl4-openssl-dev
- libbz2-dev - libbz2-dev