php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #42046 Wrong decription in function mssql connect
Submitted: 2007-07-19 11:41 UTC Modified: 2007-08-16 10:24 UTC
From: egil at wp dot pl Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Windows XP Pro
Private report: No CVE-ID: None
 [2007-07-19 11:41 UTC] egil at wp dot pl
Description:
------------
The doc says:
''servername''
    The MS SQL server. It can also include a port number. e.g. hostname:port.

This is wrong MS SQL uses coma to separate port from host. And so the doc should say:
''servername''
    The MS SQL server. It can also include a port number. e.g. hostname,port.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-16 10:24 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 16:01:36 2025 UTC