Re: [PHP-DOC] cvs: phpdoc /en/reference/curl/functions curl-multi-add-handle.xml curl-multi-close.xml curl-multi-exec.xml curl-multi-init.xml

2007-06-07 Thread Hannes Magnusson
On 6/7/07, Logan Buesching [EMAIL PROTECTED] wrote: +++ phpdoc/en/reference/curl/functions/curl-multi-add-handle.xmlThu Jun 7 +$running=null; //execute the handles -curl_multi_exec($mh); +do { +curl_multi_exec($mh); +} while($running 0); This doesn't look right... -Hannes

[PHP-DOC] cvs: phpdoc / Makefile.in configure.in

2007-06-07 Thread Hannes Magnusson
bjori Thu Jun 7 10:00:02 2007 UTC Modified files: /phpdoc Makefile.in configure.in Log: Add partial build target # The xsl stylesheet is controled by passing --with-buildstyle=html|phpweb # to ./configure, default is html # # Usage: make part/id

Re: [PHP-DOC] cvs: phpdoc /en/reference/curl/functions curl-multi-add-handle.xml curl-multi-close.xml curl-multi-exec.xml curl-multi-init.xml

2007-06-07 Thread Dave Barr
Hannes Magnusson wrote: On 6/7/07, Logan Buesching [EMAIL PROTECTED] wrote: +++ phpdoc/en/reference/curl/functions/curl-multi-add-handle.xmlThu Jun 7 +$running=null; //execute the handles -curl_multi_exec($mh); +do { +curl_multi_exec($mh); +} while($running 0); This doesn't

[PHP-DOC] #41625 [NEW]: Error in example for curl_multi_add_handle

2007-06-07 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Error in example for curl_multi_add_handle Description: In the example for curl_multi_add_handle, it incorrectly shows how to do a

[PHP-DOC] #41625 [Opn-Ver]: Error in example for curl_multi_add_handle

2007-06-07 Thread ljbuesch
ID: 41625 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Verified Bug Type:Documentation problem PHP Version: Irrelevant -Assigned To: +Assigned To: ljbuesch Previous Comments:

RE: [PHP-DOC] cvs: phpdoc /en/reference/curl/functions curl-multi-add-handle.xml curl-multi-close.xml curl-multi-exec.xml curl-multi-init.xml

2007-06-07 Thread Buesching, Logan J
Yes, it should I must have missed that one when I was fixing the rest. I have made a bug report and will fix that tonight. From: Dave Barr [mailto:[EMAIL PROTECTED] Sent: Thu 6/7/2007 6:31 AM To: Hannes Magnusson Cc: phpdoc@lists.php.net Subject: Re:

[PHP-DOC] #41625 [Ver-Asn]: Error in example for curl_multi_add_handle

2007-06-07 Thread bjori
ID: 41625 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Verified +Status: Assigned Bug Type:Documentation problem PHP Version: Irrelevant Assigned To: ljbuesch New Comment: (assigned reports need the status 'assigned', even if they have been

[PHP-DOC] cvs: phpdoc /en/reference/pdo_sqlite/functions PDO-sqliteCreateFunction.xml

2007-06-07 Thread Johannes Schl
johannesThu Jun 7 14:15:48 2007 UTC Modified files: /phpdoc/en/reference/pdo_sqlite/functions PDO-sqliteCreateFunction.xml Log: - Remove bogus note about parameter order

Re: [PHP-DOC] cvs: phpdoc /en/internals/pdo building.xml error-handling.xml implementing.xml index.xml intro.xml pdo-dbh-t.xml pdo-stmt-t.xml preparation.xml prerequisites.xml

2007-06-07 Thread Dan Scott
On 06/06/07, Philip Olson [EMAIL PROTECTED] wrote: snip The removed text in those PDO docs did not follow the guidelines so it was a bug. What guidelines? There are guidelines in the PHP Documentation HOWTO for documenting user space interfaces. I haven't found any guidelines for what

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-connect.xml mysql-pconnect.xml

2007-06-07 Thread Jakub Vrana
vrana Thu Jun 7 14:40:13 2007 UTC Modified files: /phpdoc/en/reference/mysql/functionsmysql-connect.xml mysql-pconnect.xml Log: LOAD DATA LOCAL client flag

[PHP-DOC] #41627 [NEW]: mcrypt_module_open documentation duplication

2007-06-07 Thread cweldon at cerberusonline dot com
From: cweldon at cerberusonline dot com Operating system: Irrelevant PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: mcrypt_module_open documentation duplication Description: In the www.php.net documentation for the function

Re: [PHP-DOC] cvs: phpdoc /en/internals/pdo building.xml error-handling.xml implementing.xml index.xml intro.xml pdo-dbh-t.xml pdo-stmt-t.xml preparation.xml prerequisites.xml

2007-06-07 Thread Philip Olson
Hello Wez, There are only two cases (AFAIK) that apply to external documentation being inserted into the manual. The first case is the ZE1 API doc. They properly reassigned the copyright to the PHP Doc team and understandably required attribution for doing so. This was done to their

[PHP-DOC] cvs: phpdoc /en/internals/pdo index.xml intro.xml

2007-06-07 Thread Gwynne Amaya Raskind
gwynne Thu Jun 7 23:54:15 2007 UTC Modified files: /phpdoc/en/internals/pdoindex.xml intro.xml Log: Reverting removal of credits as requested by philip. http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/pdo/index.xml?r1=1.5r2=1.6diff_format=u Index:

Re: [PHP-DOC] cvs: phpdoc /en/internals/pdo building.xml error-handling.xml implementing.xml index.xml intro.xml pdo-dbh-t.xml pdo-stmt-t.xml preparation.xml prerequisites.xml

2007-06-07 Thread Wez Furlong
Philip Olson wrote: 2. Discuss with the authors and IBM about transferring copyright You'll find this difficult, because there is no legal entity to which to transfer copyright. The manual must not contain copyrighted information from other parties and I am firm in this regard I think what

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

2007-06-07 Thread Logan Buesching
ljbueschFri Jun 8 00:15:44 2007 UTC Modified files: /phpdoc/en/reference/curl/functions curl-multi-add-handle.xml Log: Fix for bug#41625, error in example.

[PHP-DOC] #41625 [Asn-Csd]: Error in example for curl_multi_add_handle

2007-06-07 Thread ljbuesch
ID: 41625 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant Assigned To: ljbuesch New Comment: This bug has been fixed in the documentation's XML sources. Since the

[PHP-DOC] cvs: phpdoc /en/reference/curl/functions curl-exec.xml curl-setopt-array.xml curl-setopt.xml

2007-06-07 Thread Logan Buesching
ljbueschFri Jun 8 02:07:12 2007 UTC Modified files: /phpdoc/en/reference/curl/functions curl-exec.xml curl-setopt-array.xml curl-setopt.xml Log: Removal of personalization.

[PHP-DOC] cvs: phpdoc /en/reference/posix/functions posix-get-last-error.xml posix-getegid.xml posix-getgid.xml posix-getpgid.xml posix-getpgrp.xml posix-getrlimit.xml posix-kill.xml posix-mknod.xml p

2007-06-07 Thread Logan Buesching
ljbueschFri Jun 8 02:23:26 2007 UTC Modified files: /phpdoc/en/reference/posix/functionsposix-get-last-error.xml posix-getegid.xml posix-getgid.xml

Re: [PHP-DOC] cvs: phpdoc /en/internals/pdo building.xml error-handling.xml implementing.xml index.xml intro.xml pdo-dbh-t.xml pdo-stmt-t.xml preparation.xml prerequisites.xml

2007-06-07 Thread Philip Olson
snip The removed text in those PDO docs did not follow the guidelines so it was a bug. What guidelines? There are guidelines in the PHP Documentation HOWTO for documenting user space interfaces. I haven't found any guidelines for what appears in the Appendices in the PHP Manual (which are a