Skip to content

Commit

Permalink
Bump to php-sqlsrv 5.12.0 for php83
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 13, 2024
1 parent 5a7e776 commit 8adc819
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 @@ -35,8 +35,8 @@ ACCEPT_EULA=Y apt-get install -y msodbcsql18

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

# Need 5.11 (or later) for PHP 8.2 support
pecl install sqlsrv-5.11.1
# Need 5.12 (or later) for PHP 8.3 support
pecl install sqlsrv-5.12.0
docker-php-ext-enable sqlsrv

# Keep our image size down..
Expand Down

0 comments on commit 8adc819

Please sign in to comment.