|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-08-16 10:24 UTC] vrana@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 20:00:02 2025 UTC |
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.