Skip to content

Commit

Permalink
Bump to php-sqlsrv 5.11
Browse files Browse the repository at this point in the history
- It's required for PHP >= 8.2
- It also works for PHP 8.0 and 8.1
  • Loading branch information
stronk7 committed Sep 4, 2023
1 parent f3ba5e2 commit 17481c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/tmp/setup/sqlsrv-extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ ACCEPT_EULA=Y apt-get install -y msodbcsql17

ln -fsv /opt/mssql-tools/bin/* /usr/bin

# Need 5..10.0beta1 (or later) for PHP 8.1 support
pecl install sqlsrv-5.10.0
# Need 5.10 (or later) for PHP 8.1 support
pecl install sqlsrv-5.11.0
docker-php-ext-enable sqlsrv

# Keep our image size down..
Expand Down

0 comments on commit 17481c5

Please sign in to comment.