[PHP-DOC] #39525 [Fbk-Opn]: mssql connetion

2006-11-18 Thread hack988 at gmail dot com
 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=39525edit=1


[PHP-DOC] #39525 [Opn-Fbk]: mssql connetion

2006-11-18 Thread fa
 ID:  39525
 Updated by:  [EMAIL PROTECTED]
 Reported By: hack988 at gmail dot com
-Status:  Open
+Status:  Feedback
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 New Comment:

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


Previous Comments:


[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] [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=39525edit=1


[PHP-DOC] #39525 [Fbk-Opn]: mssql connetion

2006-11-18 Thread hack988 at gmail dot com
 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:

I use this mirror http://cn2.php.net/

But all specific mirrors just 3 paramates descripted.


Previous Comments:


[2006-11-18 11:58:50] [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.


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] [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=39525edit=1


[PHP-DOC] #39525 [Opn-Bgs]: mssql connetion

2006-11-18 Thread bjori
 ID:  39525
 Updated by:  [EMAIL PROTECTED]
 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] [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.


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] [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=39525edit=1


[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file.xml

2006-11-18 Thread Vincent Briet
poz Sat Nov 18 14:37:53 2006 UTC

  Modified files:  
/phpdoc/en/reference/filesystem/functions   file.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file.xml?r1=1.18r2=1.19diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file.xml
diff -u phpdoc/en/reference/filesystem/functions/file.xml:1.18 
phpdoc/en/reference/filesystem/functions/file.xml:1.19
--- phpdoc/en/reference/filesystem/functions/file.xml:1.18  Thu Oct 26 
02:17:14 2006
+++ phpdoc/en/reference/filesystem/functions/file.xml   Sat Nov 18 14:37:53 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.18 $ --
+!-- $Revision: 1.19 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --
   refentry id=function.file
refnamediv
@@ -72,7 +72,7 @@
  functionfopen/function, functionfsockopen/function, 
  functionpopen/function, functionfile_get_contents/function,
  functioninclude/function, and
- functionsteream_context_create/function  
+ functionstream_context_create/function  
 /para
/refsect1
   /refentry


[PHP-DOC] cvs: phpdoc /en/reference/ibm_db2/functions db2-connect.xml

2006-11-18 Thread Jean-S�bastien Goupil
jsgoupilSat Nov 18 19:27:19 2006 UTC

  Modified files:  
/phpdoc/en/reference/ibm_db2/functions  db2-connect.xml 
  Log:
  fix typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ibm_db2/functions/db2-connect.xml?r1=1.9r2=1.10diff_format=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-connect.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.9 
phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.10
--- phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.9   Fri Nov 10 
13:16:43 2006
+++ phpdoc/en/reference/ibm_db2/functions/db2-connect.xml   Sat Nov 18 
19:27:18 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 !-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
--
 refentry id=function.db2-connect
  refnamediv
@@ -244,7 +244,7 @@
 OPTIMIZE FOR nnn ROWS clause honor the goal specified by the 
clause.
   /para
   para
-   literalDB2_ALL_IO All/literal queries are optimized with the 
goal of running 
+   literalDB2_ALL_IO/literal All queries are optimized with the 
goal of running 
the entire query to completion in the shortest amount of elapsed 
time. This is a 
good option when the output of a query is being written to a file 
or report, or 
the interface is queuing the output data. Queries coded with an 
OPTIMIZE FOR nnn