mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-12 10:13:56 +01:00
Fixes #304: Fix compilation issues with PHP 7.4 when building from source.
This commit is contained in:
parent
0167bfc5e7
commit
4df8f4b1dd
@ -8,7 +8,7 @@
|
||||
php_install_from_source: true
|
||||
php_source_clone_dir: /root/php-src
|
||||
php_source_make_command: "make --jobs=2"
|
||||
php_version: "7.1.17"
|
||||
php_version: "7.4.8"
|
||||
php_source_version: "php-{{ php_version }}"
|
||||
php_memory_limit: "192M"
|
||||
|
||||
|
@ -7,6 +7,9 @@
|
||||
- libtool
|
||||
- bison
|
||||
- make
|
||||
- re2c
|
||||
- sqlite-devel
|
||||
- oniguruma-devel
|
||||
- curl-devel
|
||||
- recode-devel
|
||||
- aspell-devel
|
||||
@ -40,6 +43,8 @@
|
||||
- bison
|
||||
- pkg-config
|
||||
- re2c
|
||||
- sqlite-dev
|
||||
- libonig2
|
||||
- libxml2-dev
|
||||
- libcurl4-openssl-dev
|
||||
- libbz2-dev
|
||||
|
Loading…
Reference in New Issue
Block a user