php-sqlsrv/debian/control.in
2023-12-06 15:52:59 +01:00

34 lines
1.3 KiB
Plaintext

Source: php-sqlsrv
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-php (>= 4~),
php-all-dev,
unixodbc-dev
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-sqlsrv.git
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-sqlsrv
Homepage: https://pecl.php.net/package/sqlsrv
Package: php-sqlsrv
Architecture: any
Pre-Depends: php-common (>= 2:69~)
Depends: ${misc:Depends}, ${pecl:Depends}, ${php:Depends}, ${shlibs:Depends}
Suggests: ${pecl:Suggests}
Breaks: ${pecl:Breaks}
Replaces: ${pecl:Replaces}
Provides: ${pecl:Provides}, ${php:Provides}
Recommends: ${misc:Recommends}
Description: Microsoft Drivers for PHP for SQL Server (SQLSRV)
The Microsoft Drivers for PHP for SQL Server are PHP extensions that
allow for the reading and writing of SQL Server data from within PHP
scripts. The SQLSRV extension provides a procedural interface while the
PDO_SQLSRV extension implements PDO for accessing data in all editions
of SQL Server 2012 and later (including Azure SQL DB). These drivers
rely on the Microsoft ODBC Driver for SQL Server to handle the
low-level communication with SQL Server.
.
This package contains only the SQLSRV driver.