Skip to content

Commit

Permalink
Merge pull request #22 from cachewerk/fix/pkg-deps-session
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored Feb 3, 2025
2 parents 39af7a4 + d511248 commit 10af91e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/fpm/src/rpm/config.multi.el7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pkg_depends=(
"libzstd"
"lz4"
"php$php_version_short-php(api) = $php_api-64"
"php$php_version_short-php-json"
"php$php_version_short-php-session"
"php$php_version_short-php-msgpack"
"php$php_version_short-php-igbinary"
)
Expand Down
2 changes: 2 additions & 0 deletions build/fpm/src/rpm/config.multi.el8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pkg_depends=(
"libzstd"
"lz4"
"php$php_version_short-php(api) = $php_api-64"
"php$php_version_short-php-json"
"php$php_version_short-php-session"
"php$php_version_short-php-msgpack"
"php$php_version_short-php-igbinary"
)
Expand Down
2 changes: 2 additions & 0 deletions build/fpm/src/rpm/config.multi.el9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pkg_depends=(
"libzstd"
"lz4"
"php$php_version_short-php(api) = $php_api-64"
"php$php_version_short-php-json"
"php$php_version_short-php-session"
"php$php_version_short-php-msgpack"
"php$php_version_short-php-igbinary"
)
Expand Down
2 changes: 2 additions & 0 deletions build/fpm/src/rpm/config.single.el7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ pkg_depends=(
"libzstd"
"lz4"
"php(api) = $php_api-64"
"php-json"
"php-session"
"php-msgpack"
"php-igbinary"
)
Expand Down
2 changes: 2 additions & 0 deletions build/fpm/src/rpm/config.single.el8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ pkg_depends=(
"libzstd"
"lz4"
"php(api) = $php_api-64"
"php-json"
"php-session"
"php-msgpack"
"php-igbinary"
)
Expand Down
2 changes: 2 additions & 0 deletions build/fpm/src/rpm/config.single.el9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ pkg_depends=(
"libzstd"
"lz4"
"php(api) = $php_api-64"
"php-json"
"php-session"
"php-msgpack"
"php-igbinary"
)
Expand Down

0 comments on commit 10af91e

Please sign in to comment.