Add ext-sqlsrv,ext-pdo_sqlsrv

This commit is contained in:
crazywhalecc 2026-03-12 22:32:36 +08:00
parent 6af55323b3
commit 54e301d55c
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,14 @@
ext-pdo_sqlsrv:
type: php-extension
artifact:
source:
type: pecl
name: pdo_sqlsrv
metadata:
license-files: [LICENSE]
license: MIT
depends:
- ext-pdo
- ext-sqlsrv
php-extension:
arg-type: with

View File

@ -0,0 +1,15 @@
ext-sqlsrv:
type: php-extension
artifact:
source:
type: pecl
name: sqlsrv
metadata:
license-files: [LICENSE]
license: MIT
depends@linux:
- unixodbc
- ext-pcntl
depends@macos:
- unixodbc
lang: cpp