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

sqlsrv and pdo_sqlsrv will not be installed #721

Open
kszyma opened this issue Jul 4, 2024 · 0 comments
Open

sqlsrv and pdo_sqlsrv will not be installed #721

kszyma opened this issue Jul 4, 2024 · 0 comments

Comments

@kszyma
Copy link

kszyma commented Jul 4, 2024

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 7.24.0
  • Ruby: 2.7.7p221
  • Distribution: Ubuntu 20.04.6
  • Module version: 10.0.0

How to reproduce (e.g Puppet code you use)

Configure php 8.1 within hiera like this:

  [...]
  manage_repos: false
  extensions:
  [...]
    sqlsrv:
      provider: 'pecl'
    pdo_sqlsrv:
      provider: 'pecl'

What are you seeing

pdo_sqlsrv and sqlsrv-Module will not be installed.

What behaviour did you expect instead

That both will be installed. If i do it with

pecl install sqlsrv
pecl install pdo_sqlsrv

everything will work fine.

Output log

Any additional information you'd like to impart

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