Skip to content

Commit 67a7704

Browse files
committed
Exclude PHP 5.2 from sqlite3
1 parent 5ca99ae commit 67a7704

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.ansible/group_vars/all/mods.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ extensions_available:
993993
type: pecl
994994
version: 2.2.7
995995
sqlite3:
996-
disabled: []
996+
disabled: [5.2]
997997
already_avail: "{{ php_all_versions }}"
998998
sqlsrv:
999999
disabled: [5.2, 5.3, 5.4, 5.5, 5.6]

Dockerfiles/mods/Dockerfile-5.2

-2
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,6 @@ RUN set -eux \
742742
&& php-fpm -m | grep -oiE '^pgsql$' \
743743
&& php -m | grep -oiE '^redis$' \
744744
&& php-fpm -m | grep -oiE '^redis$' \
745-
&& php -m | grep -oiE '^sqlite3$' \
746-
&& php-fpm -m | grep -oiE '^sqlite3$' \
747745
&& php -m | grep -oiE '^phar$' \
748746
&& php-fpm -m | grep -oiE '^phar$' \
749747
&& php -m | grep -oiE '^posix$' \

php_modules/sqlite3/options.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: sqlite3
55

66
# Exclude module build/installation for the following PHP versions
7-
exclude: []
7+
exclude: [5.2]
88

99
# In order for this module to built correctly against all dependencies,
1010
# the following modules must have been built first.

0 commit comments

Comments
 (0)