Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will the PHP8.1 blessed image pre-install sqlsrv and pdo_sqlsrv? #80

Open
HaochenQ opened this issue Oct 19, 2022 · 0 comments
Open

Will the PHP8.1 blessed image pre-install sqlsrv and pdo_sqlsrv? #80

HaochenQ opened this issue Oct 19, 2022 · 0 comments

Comments

@HaochenQ
Copy link

Hi Team,

I have created an Azure App Service Linux PHP 8.1 app and I checked the installed extensions with php -m.

I noticed that sqlsrv and pdo_sqlsrv which were previously pre-installed in PHP8.0 image are missing. I had manually installed and in an SSH session with

su

curl https://packages.microsoft.com/config/debian/10/prod.list > /etc/apt/sources.list.d/mssql-release.list

pecl install sqlsrv

And then moved the downloaded sqlsrv.io in /home/site/ext, enabled this extension in /home/site/ini/extensions.ini and added the app setting PHP_INI_SCAN_DIR = /usr/local/etc/php/conf.d:/home/site/ini.

I would like to know if these two extensions will be pre-installed in the later updates in PHP 8.1 blessed image.

Many thanks!

@HaochenQ HaochenQ changed the title Will the PHP8.1 blessed image re-install sqlsrv and pdo_sqlsrv? Will the PHP8.1 blessed image pre-install sqlsrv and pdo_sqlsrv? Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant