| bjori@php.net 2006-11-18, 6:56 pm |
| ID: 39525
Updated by: bjori@php.net
Reported By: hack988 at gmail dot com
-Status: Open
+Status: Bogus
Bug Type: Documentation problem
PHP Version: Irrelevant
New Comment:
We have tools to track outdated translations.
Previous Comments:
------------------------------------------------------------------------
[2006-11-18 12:42:12] hack988 at gmail dot com
I use this mirror http://cn2.php.net/
But all specific mirrors just 3 paramates descripted.
------------------------------------------------------------------------
[2006-11-18 11:58:50] fa@php.net
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.
In the bottom right corner there's a link that looks like this: [This
mirror] generously provided by: [XYZ]
This indicates what mirror you are using, which seems to be outdated. I
just tried 20 random mirrors from http://php.net/mirrors.php
(de7de2/ca/za/th/us2/etc) and all worked for me.
You may want to either directly try something like
http://us2.php.net/mssql_connect or try setting another mirror in your
preferences: http://php.net/my.php
------------------------------------------------------------------------
[2006-11-18 11:42:12] hack988 at gmail dot com
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
------------------------------------------------------------------------
[2006-11-17 16:31:02] fa@php.net
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
|