]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Add mssqlnative support by chrisdpucci, patch 2910309
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 7 Jun 2010 14:05:29 +0000 (14:05 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 7 Jun 2010 14:05:29 +0000 (14:05 +0000)
commitf07f243dc2af8b6520365d49edb763770f342114
tree3afa0169ad14351ba5999cc91efea72e1003f767
parent56cb9f089b8e7d2a8bbf2a3edd447402f0e8c333
Add mssqlnative support by chrisdpucci, patch 2910309
  This patch adds native support for MS SQL Server 2005+ to phpWiki 1.3.14 using the Native SQL Server Driver for PHP.
  More information regarding the Native SQL Server Driver for PHP can be found here:
  http://www.microsoft.com/downloads/details.aspx?FamilyId=61BF87E0-D031-466B-B09A-6597C21A2E2A&displaylang=en

whitespace reformatted

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7485 96ab9672-09ca-45d6-a79d-3d69d39ca109
configurator.php
doc/INSTALL.mssqlnative [new file with mode: 0644]
lib/WikiDB/adodb/drivers/adodb-mssqlnative.inc.php [new file with mode: 0644]
lib/WikiDB/backend/ADODB_mssqlnative.php [new file with mode: 0644]
schemas/sqlsrv-destroy.sql [new file with mode: 0644]
schemas/sqlsrv-initialize.sql [new file with mode: 0644]