ID: 39525 User updated by: hack988 at gmail dot com Reported By: hack988 at gmail dot com -Status: Feedback +Status: Open Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
Ok See http://php.net/mssql_connect resource mssql_pconnect ( [string servername [, string username [, string password]]] ) Just Descript 3 Paramates here. But in mssql.c (/* $Id: php_mssql.c,v 1.86.2.44.2.11 2006/04/04 18:50:16 fmk Exp $ */) I found follow Description about mssql_connect /* {{{ proto int mssql_connect([string servername [, string username [, string password [, bool new_link]]]]) Establishes a connection to a MS-SQL server */ And Then I looking for first version when paramate 4 added at cvs.php.net The new_link is supported upper php 4.4.1 and php 5.1.1 Also in http://php.net/mssql_pconnect No description about paramate new_link Previous Comments: ------------------------------------------------------------------------ [2006-11-17 16:31:02] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Do you mean any specific mirror or translation? http://php.net/mssql_connect shows it for me. ------------------------------------------------------------------------ [2006-11-15 16:27:11] hack988 at gmail dot com Description: ------------ mssql_connect,mssql_pconnect have 4 Paramates mssql_connect([string servername [, string username [, string password [, bool new_link]]]]) mssql_pconnect([string servername [, string username [, string password [, bool new_link]]]]) Document just Descript 3 Paramates I found fourth Paramate from Source Code (I'm sorry for my pool english) Reproduce code: --------------- Update Document Expected result: ---------------- Update Document Actual result: -------------- Update Document ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39525&edit=1
