Skip to content

Commit c0025c6

Browse files
committed
New package default name for RedHat systems.
1 parent 9d750f4 commit c0025c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Available variables are listed below, along with default values (see `defaults/m
1616

1717
(RedHat/CentOS only) If you have enabled any additional repositories (might I suggest geerlingguy.repo-epel or geerlingguy.repo-remi), those repositories can be listed under this variable (e.g. `remi,epel`). This can allow you to install later versions of PHP packages.
1818

19-
php_mysql_package: php-mysql # RedHat
20-
php_mysql_package: php5-mysql # Debian
19+
php_mysql_package: php-mysqlnd # RedHat
20+
php_mysql_package: php8.2-mysql # Debian
2121

22-
The PHP MySQL package to install via apt/yum. This should only be overridden if you need to install a unique/special package for MySQL support, as in the case of using software collections on Enterprise Linux.
22+
The PHP MySQL package to install via apt/yum. This should only be overridden if you need to install a unique/special package for MySQL support, as in the case of using software collections on Enterprise Linux, or if you need to set an old package name (e.g. `php-mysql` on RHEL 7).
2323

2424
## Dependencies
2525

vars/RedHat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
__php_mysql_package: php-mysql
2+
__php_mysql_package: php-mysqlnd

0 commit comments

Comments
 (0)