mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixes #46368 (mssql_connect function: "interfaces list" doesn't exist)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267649 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
797903d6f2
commit
1418d3c6df
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mssql-connect">
|
||||
<refnamediv>
|
||||
<refname>mssql_connect</refname>
|
||||
|
@ -17,8 +17,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>mssql_connect</function> establishes a connection to a
|
||||
MS SQL server. The servername argument has to be a valid
|
||||
servername that is defined in the 'interfaces' file.
|
||||
MS SQL server.
|
||||
</para>
|
||||
<para>
|
||||
The link to the server will be closed as soon as the execution of
|
||||
|
|
Loading…
Reference in a new issue