Index: debian/control =================================================================== --- debian/control (revision 834) +++ debian/control (working copy) @@ -301,16 +301,29 @@ Package: php5-sybase Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version}), php5-mssql Description: Sybase / MS SQL Server module for php5 - This package provides a module for Sybase and Microsoft SQL Server database - connections directly from PHP scripts. + This package provides a module for Sybase and Microsoft SQL Server + database connections directly from PHP scripts. . PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. +Package: php5-mssql +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version}) +Description: MS SQL Server module for php5 + This package provides a module for Microsoft SQL Server database + connections directly from PHP scripts. It also includes the pdo_mssql + module for use with the PHP Data Object extension. + . + PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed + from C, Java and Perl with a couple of unique PHP-specific features thrown + in. The goal of the language is to allow web developers to write + dynamically generated pages quickly. + Package: php5-tidy Architecture: any Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php5-common (= ${Source-Version}) Index: debian/modulelist =================================================================== --- debian/modulelist (revision 834) +++ debian/modulelist (working copy) @@ -16,3 +16,4 @@ tidy tidy xmlrpc XML-RPC xsl XSL +mssql MSSQL Index: debian/extramodulelist =================================================================== --- debian/extramodulelist (revision 834) +++ debian/extramodulelist (working copy) @@ -5,3 +5,4 @@ odbc ODBC pdo_odbc pgsql PostgreSQL pdo_pgsql sqlite SQLite pdo_sqlite +mssql MSSQL pdo_mssql Index: debian/rules =================================================================== --- debian/rules (revision 834) +++ debian/rules (working copy) @@ -241,7 +241,9 @@ --with-pdo-mysql=shared,/usr \ --with-pdo-odbc=shared,unixODBC,/usr \ --with-pdo-pgsql=shared,/usr/bin/pg_config \ - --with-pdo-sqlite=shared,/usr + --with-pdo-sqlite=shared,/usr \ + --with-mssql=shared,/usr \ + --with-pdo-mssql=shared,/usr cd apache2-build && \ cp ../Zend/zend_ini_scanner.c ../Zend/zend_language_scanner.c \ ../Zend/zend_ini_parser.h ../Zend/zend_language_parser.h \