[PHP-DOC] #33377 [NEW]: several pgsql functions have the wrong version indication

2005-06-16 Thread david dot tulloh at infaze dot com dot au
From: david dot tulloh at infaze dot com dot au
Operating system: 
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  several pgsql functions have the wrong version indication

Description:

The functions:
pg_transaction_status
pg_query_params
pg_prepare
pg_execute
pg_send_query_params
pg_send_prepare
pg_send_execute
pg_result_error_field

Are marked in the documentation as being available in PHP5.  The actually
aren't in PHP5 (5.0.4).

looking at the CVS log (http://cvs.php.net/php-src/ext/pgsql/php_pgsql.h)
they were all introduced together after the PHP5 branch point.


-- 
Edit bug report at http://bugs.php.net/?id=33377&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33377&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33377&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33377&r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=33377&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=33377&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=33377&r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=33377&r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=33377&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=33377&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=33377&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=33377&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=33377&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=33377&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33377&r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=33377&r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=33377&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=33377&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33377&r=float
No Zend Extensions:  http://bugs.php.net/fix.php?id=33377&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33377&r=mysqlcfg


Re[2]: [PHP-DOC] Livedocs Deployment to End Users

2005-06-16 Thread anatoly techtonik
||*()*|| Hi, Sean.

>> I don't know of a showstopper. It will probably only turn out, if we
>> push it out to a lot of testers. It might be a good idea to package up a
>> manual with some pregenerated sqlite db, and offer it as some BETA (how
>> popular this designation is nowadays :). Since the code gets pushed out,
>> we can get some review and patches/improvements maybe.
>> 
>> My only fear is that it is possible that we get too many improvements
>> without no common direction, and not accepting a good percentage of them
>> might discouradge quite some contributors.
>> 

SC> Ilia, Wez,

SC> What do you two (as primary Livedocs contributors) think?

SC> S

I'm not Ilia or Wez and from my POV livedocs is more like a
codepile rather than some kind of idea I can think about like a
project or planned product. This idea one can get from sources,
but not many people have time or desire to do reversing. It
would be nice to have more descriptive info about
http://wiki.phpdoc.info/LiveDocs with basic principles livedocs
is based upon and perhaps some kind of diagram to quickly show
the structure of livedocs, it's problems and program parts need
to be finished. I suppose clear understanding of final point can
attract people.

t
-- 


[PHP-DOC] shareware ircg extension

2005-06-16 Thread anatoly techtonik
Hello, phpdoc@lists.php.net

How about to comment ircg extension from PHP documentation - it is
no longer available for free for all operation systems listed? I think
it would be nice if documentation is updated to reflect this and
supplied a link to smartirc class, which is the common place
nowadays if you would like to write an irc bot with PHP.
Also it will be interesting to know what means 10 concurrent
connections - 10 servers or ten users attempting to query?

http://www.php.net/ircg

t
-- 
--[ http://wiki.phpdoc.info/DocLinks ]--


[PHP-DOC] cvs: phpdoc /en/reference/kadm5/functions kadm5-chpass-principal.xml kadm5-create-principal.xml kadm5-delete-principal.xml kadm5-destroy.xml kadm5-flush.xml kadm5-get-policies.xml kadm5-get-

2005-06-16 Thread Friedhelm Betz
betzThu Jun 16 14:31:04 2005 EDT

  Added files: 
/phpdoc/en/reference/kadm5/functionskadm5-chpass-principal.xml 
kadm5-create-principal.xml 
kadm5-delete-principal.xml 
kadm5-destroy.xml 
kadm5-flush.xml 
kadm5-get-policies.xml 
kadm5-get-principals.xml 
kadm5-get-principal.xml 
kadm5-init-with-password.xml 
kadm5-modify-principal.xml 
  Log:
  move kadm5 docs form peardoc
  
http://cvs.php.net/co.php/phpdoc/en/reference/kadm5/functions/kadm5-chpass-principal.xml?r=1.1&p=1
Index: phpdoc/en/reference/kadm5/functions/kadm5-chpass-principal.xml
+++ phpdoc/en/reference/kadm5/functions/kadm5-chpass-principal.xml




 
  kadm5_chpass_principal
  Changes the principal's password.
 
 
 
  &reftitle.description;
  
   boolkadm5_chpass_principal
   resourcehandle
   
stringprincipal
   stringpassword
  
  
   kadm5_chpass_principal sets the new password
   password for the principal.
  
 

 
  &reftitle.returnvalues;
  
   &return.success;
  
 

 
  &reftitle.examples;
  
   
Example of changing principal's password



   
  
 





http://cvs.php.net/co.php/phpdoc/en/reference/kadm5/functions/kadm5-create-principal.xml?r=1.1&p=1
Index: phpdoc/en/reference/kadm5/functions/kadm5-create-principal.xml
+++ phpdoc/en/reference/kadm5/functions/kadm5-create-principal.xml




 
  kadm5_create_principal
  Creates a kerberos principal with the given 
parameters.
 
 
 
  &reftitle.description;
  
   boolkadm5_create_principal
   resourcehandle
   
stringprincipal
   stringpassword
   arrayoptions
  
  
   kadm5_create_principal creates a
   principal with the given
   password. If password
   is omitted or is &null;, a random key will be generated.
  
  
   It is possible to specify several optional parameters within the
   array options. Allowed are the following options:
   KADM5_PRINC_EXPIRE_TIME, KADM5_PW_EXPIRATION, KADM5_ATTRIBUTES,
   KADM5_MAX_LIFE, KADM5_KVNO, KADM5_POLICY, KADM5_CLEARPOLICY,
   KADM5_MAX_RLIFE.
  
 

 
  &reftitle.returnvalues;
  
   &return.success;
  
 

 
  &reftitle.examples;
  
   
Example of principal's creation



   
  
 





http://cvs.php.net/co.php/phpdoc/en/reference/kadm5/functions/kadm5-delete-principal.xml?r=1.1&p=1
Index: phpdoc/en/reference/kadm5/functions/kadm5-delete-principal.xml
+++ phpdoc/en/reference/kadm5/functions/kadm5-delete-principal.xml




 
  kadm5_delete_principal
  Deletes a kerberos principal.
 

 
  &reftitle.description;
  
   boolkadm5_delete_principal
   resourcehandle
   
stringprincipal
  
  
   kadm5_delete_principal remove the
   principal from the Kerberos database.
  
 
  
 
  &reftitle.returnvalues;
  
   &return.success;
  
 

 
  &reftitle.examples;
  
   
kadm5_delete_principalexample



   
  
 





http://cvs.php.net/co.php/phpdoc/en/reference/kadm5/functions/kadm5-destroy.xml?r=1.1&p=1
Index: phpdoc/en/reference/kadm5/functions/kadm5-destroy.xml
+++ phpdoc/en/reference/kadm5/functions/kadm5-destroy.xml




 
  kadm5_destroy
  Closes the connection to the admin server and releases all 
related resources.
 

 
  &reftitle.description;
  
   boolkadm5_destroy
   resourcehandle
  
 

 
  &reftitle.returnvalues;
  
   &return.success;
  
 





http://cvs.php.net/co.php/phpdoc/en/reference/kadm5/functions/kadm5-flush.xml?r=1.1&p=1
Index: phpdoc/en/reference/kadm5/functions/kadm5-flush.xml
+++ phpdoc/en/reference/kadm5/functions/kadm5-flush.xml




 
  kadm5_flush
  Flush all changes to the Kerberos database, leaving the connection
to the Kerberos admin server open.
   

 
  &reftitle.description;
  
   boolkadm5_flush
   resourcehandle
  
 

 
  &reftitle.returnvalues;
  
   &return.success;
  
 





http://cvs.php.net/co.php/phpdoc/en/reference/kadm5/functions/kadm5-get-policies.xml?r=1.1&p=1
Index: phpdoc/en/reference/kadm5/functions/kadm5-get-policies.xml
+++ phpdoc/en/reference/kadm5/functions/kadm5-get-policies.xml




 
  kadm5_get_policies
  Gets all policies from the Kerberos database.
 

 
  &reftitle.description;
  
   arraykadm5_get_policies
   resourcehandle
  
  
   kadm5_get_policies returns an array containing the
   policies's names.
  
 
  
 
  &reftitle.returnvalues;
  
   Returns array of policies on success, or &false; on failure.
  
 

 
  &reftitle.examples;
  
   
kadm5_get_policiesexample



   
  
 





http://cvs.php.net/co.php/phpdoc/en/reference/kadm5/functions/kadm5-get-principals.xml?r=1.1&p=1
Index: phpdoc/en/reference/kadm5/functions/kadm5-get-principals.xml
+++ phpdoc/en/reference/kadm5/functions/kad

[PHP-DOC] cvs: phpdoc /en/reference/kadm5 .cvsignore constants.xml reference.xml

2005-06-16 Thread Friedhelm Betz
betzThu Jun 16 14:30:03 2005 EDT

  Added files: 
/phpdoc/en/reference/kadm5  .cvsignore constants.xml reference.xml 
  Log:
  move kadm5 docs form peardoc
  
http://cvs.php.net/co.php/phpdoc/en/reference/kadm5/.cvsignore?r=1.1&p=1
Index: phpdoc/en/reference/kadm5/.cvsignore
+++ phpdoc/en/reference/kadm5/.cvsignore
functions.xml

http://cvs.php.net/co.php/phpdoc/en/reference/kadm5/constants.xml?r=1.1&p=1
Index: phpdoc/en/reference/kadm5/constants.xml
+++ phpdoc/en/reference/kadm5/constants.xml



 &reftitle.constants;
 &extension.constants;
 
 Constants for Attribute Flags
  
   The functions kadm5_create_principal,
   kadm5_modify_principal, and
   kadm5_modify_principal allow to specify
   special attributes using a bitfield. The symbols are defined below:
   
Attributes for use by the KDC

 
  
   constant
  
 
 
  
   KRB5_KDB_DISALLOW_POSTDATED
  
  
   KRB5_KDB_DISALLOW_FORWARDABLE
  
  
   KRB5_KDB_DISALLOW_TGT_BASED
  
  
   KRB5_KDB_DISALLOW_RENEWABLE
  
  
   KRB5_KDB_DISALLOW_PROXIABLE
  
  
   KRB5_KDB_DISALLOW_DUP_SKEY
  
  
   KRB5_KDB_DISALLOW_ALL_TIX
  
  
   KRB5_KDB_REQUIRES_PRE_AUTH
  
  
   KRB5_KDB_REQUIRES_HW_AUTH
  
  
   KRB5_KDB_REQUIRES_PWCHANGE
  
  
   KRB5_KDB_DISALLOW_SVR
  
  
   KRB5_KDB_PWCHANGE_SERVER
  
  
   KRB5_KDB_SUPPORT_DESMD5
  
  
   KRB5_KDB_NEW_PRINC
  
 

   
  
 

 
 Constants for Options
  
   The functions kadm5_create_principal,
   kadm5_modify_principal, and
   kadm5_get_principal allow to specify or return
   principal's options as an associative array. The keys for the associative
   array are defined as string constants below:
   
Options for creating/modifying/retrieving principals

 
  
   constant
   funcdef
   description
  
 
 
  
   KADM5_PRINCIPAL
   long
   The expire time of the princial as a Kerberos timestamp.
  
  
   KADM5_PRINC_EXPIRE_TIME
   long
   The expire time of the princial as a Kerberos timestamp.
  
  
   KADM5_LAST_PW_CHANGE
   long
   The time this principal's password was last changed.
  
  
   KADM5_PW_EXPIRATION
   long
   
The expire time of the principal's current password, as a Kerberos
timestamp.
   
  
  
   KADM5_MAX_LIFE
   long
   
The maximum lifetime of any Kerberos ticket issued to this principal.
   
  
  
   KADM5_MAX_RLIFE
   long
   
The maximum renewable lifetime of any Kerberos ticket issued to or
for this principal.
   
  
  
   KADM5_MOD_NAME
   string
   
The name of the Kerberos principal that most recently modified this
principal.
   
  
  
   KADM5_MOD_TIME
   long
   
The time this principal was last modified, as a Kerberos timestamp.
   
  
  
   KADM5_KVNO
   long
   The version of the principal's current key.
  
  
   KADM5_POLICY
   string
   The name of the policy controlling this principal.
  
  
   KADM5_CLEARPOLICY
   long
   
Standard procedure is to assign the 'default' policy to new
principals. KADM5_CLEARPOLICY suppresses this behaviour.
   
  
  
   KADM5_LAST_SUCCESS
   long
   The KDC time of the last successfull AS_REQ.
  
  
   KADM5_LAST_FAILED
   long
   The KDC time of the last failed AS_REQ.
  
  
   KADM5_FAIL_AUTH_COUNT
   long
   The number of consecutive failed AS_REQs.
  
  
   KADM5_RANDKEY
   long
   
Generates a random password for the principal. The parameter
password will be ignored.
   
  
  
   KADM5_ATTRIBUTES
   long
   A bitfield of attributes for use by the KDC.
  
 

   
  
 




http://cvs.php.net/co.php/phpdoc/en/reference/kadm5/reference.xml?r=1.1&p=1
Index: phpdoc/en/reference/kadm5/reference.xml
+++ phpdoc/en/reference/kadm5/reference.xml


 
  KADM5
  kadm5
  
   
&reftitle.intro;

 These package allows you to access Kerberos V administration servers.
 You can create, modify, and delete Kerberos V principals and policies.


 More information about Kerberos can be found at &url.kerberos.info;.


 Documentation for Kerberos and KADM5 can be found at &url.kerberos.docs;.

   



   
   &reftitle.examples;
   
This simple example shows how to connect, query, print
resulting principals and disconnect from a KADM5 database.

 KADM5 extension overview example
 

 

   
   

   
   Contact Information

 If you have comments, bugfixes, enhancements or want to help
 d

[PHP-DOC] cvs: phpdoc /entities global.ent

2005-06-16 Thread Friedhelm Betz
betzThu Jun 16 14:18:52 2005 EDT

  Modified files:  
/phpdoc/entitiesglobal.ent 
  Log:
  Entities for kadm5
  
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.227&r2=1.228&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.227 phpdoc/entities/global.ent:1.228
--- phpdoc/entities/global.ent:1.227Tue Jun 14 11:04:31 2005
+++ phpdoc/entities/global.ent  Thu Jun 16 14:18:51 2005
@@ -1,6 +1,6 @@
 

[PHP-DOC] cvs: phpdoc /en/reference/xsl/functions xsl-xsltprocessor-set-parameter.xml

2005-06-16 Thread Jakub Vrana
vrana   Thu Jun 16 11:29:43 2005 EDT

  Modified files:  
/phpdoc/en/reference/xsl/functions  
xsl-xsltprocessor-set-parameter.xml 
  Log:
  Can be called with array
  
http://cvs.php.net/diff.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml
diff -u 
phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml:1.4 
phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml:1.5
--- phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml:1.4   
Tue Dec 28 04:24:31 2004
+++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml   
Thu Jun 16 11:29:43 2005
@@ -1,5 +1,5 @@
 
-
+
 
  
   XSLTProcessor->setParameter()
@@ -10,11 +10,18 @@
   
XSLTProcessor

-bool
-setParameter
+boolsetParameter
 
stringnamespace
-mixedname
-stringvalue
+stringname
+stringvalue
+   
+  
+  
+   XSLTProcessor
+   
+boolsetParameter
+
stringnamespace
+arrayoptions

   
   
@@ -28,7 +35,7 @@
   

 
- namespaceURI
+ namespace
  
   
The namespace URI of the XSLT parameter.
@@ -36,12 +43,10 @@
  
 
 
- localName
+ name
  
   
-   The local name of the XSLT parameter. This can be either a string
-   representing the parameter name or an array of 
-   name => value pairs.
+   The local name of the XSLT parameter.
   
  
 
@@ -53,6 +58,15 @@
   
  
 
+
+ options
+ 
+  
+   An array of  name => value pairs. This syntax is
+   available since PHP 5.1.0.
+  
+ 
+

   
  


[PHP-DOC] #33262 [Bgs]: Windows HTML Help files .chm are out of date

2005-06-16 Thread techtonik
 ID:   33262
 Updated by:   [EMAIL PROTECTED]
 Reported By:  lacak at users dot sourceforge dot net
 Status:   Bogus
 Bug Type: Documentation problem
 Operating System: ALL
 PHP Version:  Irrelevant
 New Comment:

Duplicate of #31708


Previous Comments:


[2005-06-07 12:41:07] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

.



[2005-06-07 12:26:47] lacak at users dot sourceforge dot net

Description:

Windows HTML Help files (.chm extension) on
www.php.net/download-docs.php are dated to Apr 2004, but other types of
help files are May 2005.
Why .chm files are not updated like other types ?






-- 
Edit this bug report at http://bugs.php.net/?id=33262&edit=1


[PHP-DOC] #31708 [Csd->Opn]: PHP Manual CHM needs rebuilt

2005-06-16 Thread techtonik
 ID:   31708
 Updated by:   [EMAIL PROTECTED]
 Reported By:  philip at cornado dot com
-Status:   Closed
+Status:   Open
 Bug Type: Documentation problem
 Operating System: Irrelevant
 PHP Version:  Irrelevant
 Assigned To:  derick
 New Comment:

Sorry for reopening this bug, but it seems that rebuild had no effect
at least for text on download page
http://www.php.net/download-docs.php

It still states
Size: 4664Kb
Date: 18 Apr 2004 


Previous Comments:


[2005-04-27 15:52:33] [EMAIL PROTECTED]

I started a build of all CHMs this morning... how coincidental. Will
take about a day to finish all of them.



[2005-04-27 15:48:58] [EMAIL PROTECTED]

Derick, can you please take care of this one?



[2005-01-26 21:13:11] philip at cornado dot com

Description:

The basic CHM version of the PHP Manual is extremely outdated, and
needs rebuilt on a regular basis.

Link: http://www.php.net/download-docs.php
Date: Date: 18 Apr 2004 (over nine months old)






-- 
Edit this bug report at http://bugs.php.net/?id=31708&edit=1


[PHP-DOC] cvs: phpdoc /en/reference/stream/functions stream-context-set-option.xml

2005-06-16 Thread Jakub Vrana
vrana   Thu Jun 16 11:20:56 2005 EDT

  Modified files:  
/phpdoc/en/reference/stream/functions   stream-context-set-option.xml 
  Log:
  Can be called with array
  
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-context-set-option.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/stream/functions/stream-context-set-option.xml
diff -u phpdoc/en/reference/stream/functions/stream-context-set-option.xml:1.2 
phpdoc/en/reference/stream/functions/stream-context-set-option.xml:1.3
--- phpdoc/en/reference/stream/functions/stream-context-set-option.xml:1.2  
Tue Nov 23 04:38:18 2004
+++ phpdoc/en/reference/stream/functions/stream-context-set-option.xml  Thu Jun 
16 11:20:56 2005
@@ -1,5 +1,5 @@
 
-
+
   

 stream_context_set_option
@@ -14,6 +14,11 @@
   
stringoption
   mixedvalue
  
+ 
+  boolstream_context_set_option
+  
resourcestream_or_context
+  
arrayoptions
+ 
 
   Sets an option on the specified context.  value
   is set to option for 
wrapper


[PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-query.xml sqlite-unbuffered-query.xml

2005-06-16 Thread Jakub Vrana
vrana   Thu Jun 16 11:16:21 2005 EDT

  Modified files:  
/phpdoc/en/reference/sqlite/functions   sqlite-query.xml 
sqlite-unbuffered-query.xml 
  Log:
  Missed parameter
  
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-query.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-query.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-query.xml:1.13 
phpdoc/en/reference/sqlite/functions/sqlite-query.xml:1.14
--- phpdoc/en/reference/sqlite/functions/sqlite-query.xml:1.13  Sun Feb 20 
19:31:07 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-query.xml   Thu Jun 16 
11:16:21 2005
@@ -1,5 +1,5 @@
 
-
+
 
  
   sqlite_query
@@ -13,11 +13,13 @@
resourcesqlite_query

resourcedbhandle
stringquery
+   intresult_type
   
   
resourcesqlite_query
stringquery

resourcedbhandle
+   intresult_type
   
   Object oriented style (method):
   
@@ -25,6 +27,7 @@

 SQLiteResultquery
 stringquery
+intresult_type

   
   
@@ -55,6 +58,12 @@
   
  
 
+
+ result_type
+ 
+  &sqlite.result-type;
+ 
+

   
   &sqlite.param-compat;
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-unbuffered-query.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-unbuffered-query.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-unbuffered-query.xml:1.7 
phpdoc/en/reference/sqlite/functions/sqlite-unbuffered-query.xml:1.8
--- phpdoc/en/reference/sqlite/functions/sqlite-unbuffered-query.xml:1.7
Sun Feb 20 19:31:07 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-unbuffered-query.xmlThu Jun 
16 11:16:21 2005
@@ -1,5 +1,5 @@
 
-
+
 
  
   sqlite_unbuffered_query
@@ -13,11 +13,13 @@
resourcesqlite_unbuffered_query

resourcedbhandle
stringquery
+   intresult_type
   
   
resourcesqlite_unbuffered_query
stringquery

resourcedbhandle
+   intresult_type
   
   Object oriented style (method):
   
@@ -25,6 +27,7 @@

 SQLiteUnbufferedunbufferedQuery
 stringquery
+intresult_type

   
   
@@ -71,6 +74,12 @@
   
  
 
+
+ result_type
+ 
+  &sqlite.result-type;
+ 
+

   
   &sqlite.param-compat;


[PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDOStatement-bindParam.xml

2005-06-16 Thread Jakub Vrana
vrana   Thu Jun 16 11:04:28 2005 EDT

  Modified files:  
/phpdoc/en/reference/pdo/functions  PDOStatement-bindParam.xml 
  Log:
  Missed parameter
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.5 
phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.6
--- phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.5Wed Apr 
20 10:05:08 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xmlThu Jun 
16 11:04:28 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,6 +16,7 @@
  mixedvariable
  intdata_type
  intlength
+ mixeddriver_options
 
 &warn.experimental.func;
 
@@ -84,6 +85,14 @@
  
 

+  
+   driver_options
+   
+
+ 
+
+   
+  
  
 



[PHP-DOC] cvs: phpdoc /scripts check-references.php

2005-06-16 Thread Jakub Vrana
vrana   Thu Jun 16 10:41:38 2005 EDT

  Modified files:  
/phpdoc/scripts check-references.php 
  Log:
  More exceptions
  
http://cvs.php.net/diff.php/phpdoc/scripts/check-references.php?r1=1.13&r2=1.14&ty=u
Index: phpdoc/scripts/check-references.php
diff -u phpdoc/scripts/check-references.php:1.13 
phpdoc/scripts/check-references.php:1.14
--- phpdoc/scripts/check-references.php:1.13Tue Apr  5 04:36:51 2005
+++ phpdoc/scripts/check-references.php Thu Jun 16 10:41:37 2005
@@ -69,6 +69,9 @@
"all_args_by_ref" => 1,
"http_request_info_ref_3" => array(3),
"http_request_info_ref_4" => array(4),
+   "http_arg_pass_ref_3" => array(3),
+   "http_arg_pass_ref_4" => array(4),
+   "http_arg_pass_ref_5" => array(5),
 );
 
 $valid_types = "int|float|string|bool|resource|array|object|mixed|number";
@@ -107,10 +110,15 @@
 }
 
 // some parameters should be passed only by reference but they are not forced 
to
-$wrong_refs = array("dbplus_info", "dbplus_next");
+$wrong_refs = array(
+   "dbplus_curr", "dbplus_first", "dbplus_info", "dbplus_last", 
"dbplus_next", "dbplus_prev", "dbplus_tremove",
+   "preg_replace",
+);
+
 $difficult_params = array(
"ibase_blob_import", "ibase_execute",
"imagefilter",
+   "maxdb_stmt_bind_result",
"mt_rand", "rand",
"mcrypt_get_block_size", "mcrypt_get_key_size", 
"mcrypt_get_cipher_name", // inverse order
"mysql_ping",
@@ -131,7 +139,10 @@
"getdate", "min", "max", "implode", "strtok", "sybase_fetch_object",
"cpdf_text", "pdf_get_parameter", "pg_fetch_assoc", "odbc_exec", 
"odbc_result_all", "yaz_wait",
// take account of multiple methodsynopsis:
-   "crack_check", "ibase_prepare", "mysqli_stmt_bind_param", 
"pg_fetch_result", "pg_put_line", "pg_query", "pg_set_client_encoding", 
"strtr", "yaz_set_option",
+   "crack_check", "ibase_prepare", "maxdb_stmt_bind_param", 
"mysqli_stmt_bind_param", "strtr", "yaz_set_option",
+   "pg_fetch_result", "pg_put_line", "pg_query", "pg_set_client_encoding", 
"pg_execute", "pg_query_params", "pg_prepare", "pg_set_error_verbosity",
+   // better to fix in sources:
+   "ora_error", "ora_errorcode",
 );
 
 // read referenced parameters from sources


[PHP-DOC] cvs: phpdoc /en/reference/image/functions imageconvolution.xml

2005-06-16 Thread Jakub Vrana
vrana   Thu Jun 16 09:31:15 2005 EDT

  Added files: 
/phpdoc/en/reference/image/functionsimageconvolution.xml 
  Log:
  Initial documentation
  

http://cvs.php.net/co.php/phpdoc/en/reference/image/functions/imageconvolution.xml?r=1.1&p=1
Index: phpdoc/en/reference/image/functions/imageconvolution.xml
+++ phpdoc/en/reference/image/functions/imageconvolution.xml


  
   
imageconvolution

 Apply a 3x3 convolution matrix, using coefficient div and offset

   
   
Description

 boolimageconvolution
 
resourceimage
 
arraymatrix3x3
 floatdiv
 floatoffset


 &return.success;

&warn.undocumented.func;
¬e.bundled.gd;
   
  




[PHP-DOC] cvs: phpdoc /en/reference/pdo/functions pdo-drivers.xml

2005-06-16 Thread Jakub Vrana
vrana   Thu Jun 16 09:12:42 2005 EDT

  Added files: 
/phpdoc/en/reference/pdo/functions  pdo-drivers.xml 
  Log:
  Initial documentation
  

http://cvs.php.net/co.php/phpdoc/en/reference/pdo/functions/pdo-drivers.xml?r=1.1&p=1
Index: phpdoc/en/reference/pdo/functions/pdo-drivers.xml
+++ phpdoc/en/reference/pdo/functions/pdo-drivers.xml




 
  pdo_drivers
  
   Return an array of available PDO drivers
  
 
 
  &reftitle.description;
  
   arraypdo_drivers
   
  
  &warn.experimental.func;
  
   This function returns all currently available PDO drivers which can be used
   in DSN parameter of
   PDO::__construct.
  

 
 
  &reftitle.returnvalues;
  
   pdo_drivers returns an array of PDO driver names. If
   no drivers are available, it returns an empty array.
  
 

 
  &reftitle.examples;
  
   
A pdo_drivers example



&example.outputs.similar;



   
  
 






[PHP-DOC] cvs: phpdoc /en/reference/openssl/functions openssl-pkey-free.xml

2005-06-16 Thread Jakub Vrana
vrana   Thu Jun 16 08:50:58 2005 EDT

  Added files: 
/phpdoc/en/reference/openssl/functions  openssl-pkey-free.xml 
  Log:
  Initial documentation
  

http://cvs.php.net/co.php/phpdoc/en/reference/openssl/functions/openssl-pkey-free.xml?r=1.1&p=1
Index: phpdoc/en/reference/openssl/functions/openssl-pkey-free.xml
+++ phpdoc/en/reference/openssl/functions/openssl-pkey-free.xml


  
   
openssl_pkey_free
Frees a private key
   
   
Description
 
  voidopenssl_pkey_free
  resourcekey
 

 This function frees a private key created by
 openssl_pkey_new.

   
  




[PHP-DOC] cvs: phpdoc /en/reference/info/functions version-compare.xml

2005-06-16 Thread Jakub Vrana
vrana   Thu Jun 16 05:40:05 2005 EDT

  Modified files:  
/phpdoc/en/reference/info/functions version-compare.xml 
  Log:
  Return bool with third parameter
  
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/version-compare.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/info/functions/version-compare.xml
diff -u phpdoc/en/reference/info/functions/version-compare.xml:1.8 
phpdoc/en/reference/info/functions/version-compare.xml:1.9
--- phpdoc/en/reference/info/functions/version-compare.xml:1.8  Sat May 14 
02:15:52 2005
+++ phpdoc/en/reference/info/functions/version-compare.xml  Thu Jun 16 
05:40:05 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -55,8 +55,8 @@
  =, eq,
  !=, <>,
  ne respectively. Using this argument, the
- function will return 1 if the relationship is the one specified
- by the operator, 0 otherwise.
+ function will return &true; if the relationship is the one specified
+ by the operator, &false; otherwise.
 
 
  


[PHP-DOC] cvs: phpdoc /en/reference/curl/functions curl-copy-handle.xml

2005-06-16 Thread Dave Barr
daveThu Jun 16 04:52:03 2005 EDT

  Modified files:  
/phpdoc/en/reference/curl/functions curl-copy-handle.xml 
  Log:
  - Grammar.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-copy-handle.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/curl/functions/curl-copy-handle.xml
diff -u phpdoc/en/reference/curl/functions/curl-copy-handle.xml:1.3 
phpdoc/en/reference/curl/functions/curl-copy-handle.xml:1.4
--- phpdoc/en/reference/curl/functions/curl-copy-handle.xml:1.3 Thu Jun 16 
03:19:26 2005
+++ phpdoc/en/reference/curl/functions/curl-copy-handle.xml Thu Jun 16 
04:52:00 2005
@@ -1,10 +1,10 @@
 
-
+
 
  
   curl_copy_handle
   
-   Copy a cURL handle along with all of it's preferences
+   Copy a cURL handle along with all of its preferences
   
  
  
@@ -14,8 +14,8 @@
resourcech
   
   
-   This function copy's a cURL handle.
-   Returning a new cURL handle with the same preferences.
+   This function copies a cURL handle, returning a new cURL handle
+   with the same preferences.
   
   



Re: [PHP-DOC] curl_copy_handle

2005-06-16 Thread Nuno Lopes

Last comment :)

The title doesn't need the full stop (.)

Nuno


- Original Message - 

+  
+   
+Copying a cURL handle.
+ 
+

[PHP-DOC] cvs: phpdoc /en/reference/curl/functions curl-copy-handle.xml

2005-06-16 Thread Mehdi Achour
didou   Thu Jun 16 03:19:26 2005 EDT

  Modified files:  
/phpdoc/en/reference/curl/functions curl-copy-handle.xml 
  Log:
  ws
  
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-copy-handle.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/curl/functions/curl-copy-handle.xml
diff -u phpdoc/en/reference/curl/functions/curl-copy-handle.xml:1.2 
phpdoc/en/reference/curl/functions/curl-copy-handle.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-copy-handle.xml:1.2 Wed Jun 15 
18:15:55 2005
+++ phpdoc/en/reference/curl/functions/curl-copy-handle.xml Thu Jun 16 
03:19:26 2005
@@ -1,5 +1,5 @@
 
-
+
 
  
   curl_copy_handle
@@ -20,7 +20,7 @@
   

 Copying a cURL handle.
- 
+
 
- 
-
-   
+
+   
+  
  
 
 


Re: [PHP-DOC] curl_copy_handle

2005-06-16 Thread Mehdi Achour

Last whitespace fix :

 and  should start at the same column.

didou

Tom Westcott wrote:

Hi!

Thanks =)

Hows this ? I think maybe mail client is messing up a few lines so
attached the diff in a text doc to.

Thanks Tom

[EMAIL PROTECTED] functions]$ cvs diff -u curl-copy-handle.xml
Index: curl-copy-handle.xml
===
RCS file: /repository/phpdoc/en/reference/curl/functions/curl-copy-
handle.xml,v
retrieving revision 1.1
diff -u -r1.1 curl-copy-handle.xml
--- curl-copy-handle.xml2 May 2004 15:46:36 -   1.1
+++ curl-copy-handle.xml15 Jun 2005 22:02:36 -
@@ -13,9 +13,37 @@
resourcecurl_copy_handle

resourcech
   
+  
+   This function copy's a cURL handle.
+   Returning a new cURL handle with the same preferences.
+  
+  
+   
+Copying a cURL handle.
+