[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/faq/_databases.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2016-06-26 0:51:53
Message-ID: svn-cmb-1466902313-339501-1062163419 () svn ! php ! net
[Download RAW message or body]

cmb                                      Sun, 26 Jun 2016 00:51:53 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=339501

Log:
Fix #68465: Broken link on php.net, MSSQL server connection documentation

Bug: https://bugs.php.net/68465 (Verified) Broken link on php.net, MSSQL server connection documentation
      
Changed paths:
    U   phpdoc/en/trunk/faq/databases.xml

Modified: phpdoc/en/trunk/faq/databases.xml
===================================================================
--- phpdoc/en/trunk/faq/databases.xml	2016-06-25 23:49:54 UTC (rev 339500)
+++ phpdoc/en/trunk/faq/databases.xml	2016-06-26 00:51:53 UTC (rev 339501)
@@ -19,16 +19,14 @@
     </question>
     <answer>
      <para>
-      On Windows machines, you can simply use the included ODBC support
-      and the correct ODBC driver.
+      On Unix machines you can use <link linkend="ref.pdo-odbc">PDO_ODBC</link>
+      or the <link linkend="book.uodbc">Unified ODBC API</link>.
      </para>
      <para>
-      On Unix machines, you can use the Sybase-CT driver
-      to access Microsoft SQL Servers because they are (at
-      least mostly) protocol-compatible. Sybase has made a
-      <link xlink:href="&url.sybase.ctlib;">free version of the necessary
-      libraries for Linux systems</link>. For other Unix operating
-      systems, you need to contact Sybase for the correct libraries.
+      On Windows machines you can also use <link linkend="ref.pdo-sqlsrv">PDO_SQLSRV</link>
+      or <link linkend="book.sqlsrv">SQLSRV</link>.
+     </para>
+     <para>
       Also see the answer to the next question.
      </para>
     </answer>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic