Re: Re[6]: [PHP-DOC] oci8 extension reference

2004-11-23 Thread Antony Dovgal
On Wed, 24 Nov 2004 02:16:45 +0200 techtonik <[EMAIL PROTECTED]> wrote: > I mean can we safely rename them to OCI-Collection->append and forget > about oci_collection_append() and ocicollappend() without breaking > something and confusing users since it is impossible to call these > functions from

Re[6]: [PHP-DOC] oci8 extension reference

2004-11-23 Thread techtonik
||*()*|| Hi, Antony. >> >> >> The problem: Is there oci_collection_append() function in PHP5 >> >or> >> there is only a class method? >> >> AD> There is only a class method both in PHP4 & PHP5. >> >> You mean OCI-Collection->ocicollappend() in PHP4 and >> >> OCI-Collection->append() in PHP5? >>

Re: Re[4]: [PHP-DOC] oci8 extension reference

2004-11-23 Thread Antony Dovgal
On Wed, 24 Nov 2004 00:55:30 +0200 techtonik <[EMAIL PROTECTED]> wrote: > ||*()*|| Hi, Antony. > > >> >> The problem: Is there oci_collection_append() function in PHP5 > >or> >> there is only a class method? > >> AD> There is only a class method both in PHP4 & PHP5. > >> > >> You mean OCI-Colle

Re[4]: [PHP-DOC] oci8 extension reference

2004-11-23 Thread techtonik
||*()*|| Hi, Antony. >> >> The problem: Is there oci_collection_append() function in PHP5 or >> >> there is only a class method? >> AD> There is only a class method both in PHP4 & PHP5. >> >> You mean OCI-Collection->ocicollappend() in PHP4 and >> OCI-Collection->append() in PHP5? no, OCI-Coll

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

2004-11-23 Thread Sean Coates
seanTue Nov 23 14:43:51 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions file-get-contents.xml Log: see also: file_put_contents() http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/file-get-contents.xml?r1=1.20&r2=1.21&t

Re[2]: [PHP-DOC] oci8 extension reference

2004-11-23 Thread techtonik
||*()*|| Hi, Antony. >> The problem: Is there oci_collection_append() function in PHP5 or >> there is only a class method? AD> There is only a class method both in PHP4 & PHP5. You mean OCI-Collection->ocicollappend() in PHP4 and OCI-Collection->append() in PHP5? t --

Re: [PHP-DOC] #30870 [Opn->Bgs]: CHM files

2004-11-23 Thread Derick Rethans
On Tue, 23 Nov 2004 [EMAIL PROTECTED] wrote: > ID: 30870 > Updated by: [EMAIL PROTECTED] > Reported By: 1 dot krid at directbox dot com > -Status: Open > +Status: Bogus > Bug Type: Documentation problem > Operating System: Win > PHP Versio

Re: Re[2]: [PHP-DOC] oci8 extension reference

2004-11-23 Thread Antony Dovgal
On Tue, 23 Nov 2004 19:50:21 +0200 techtonik <[EMAIL PROTECTED]> wrote: > ||*()*|| Hi, Antony. > > >> The problem: Is there oci_collection_append() function in PHP5 or > >> there is only a class method? > AD> There is only a class method both in PHP4 & PHP5. > > You mean OCI-Collection->ocicoll

Re: [PHP-DOC] #30870 [NEW]: CHM files

2004-11-23 Thread techtonik
||*()*|| Hi. Well, I can try to build it. To tell the truth I was about to do it with new manual build, but there wasn't any new build since old from 28th of October. BTW, xCHM can be built too. There are only some global problems like OO stuff descriptions left, which can wait for a version 14 (

Re: [PHP-DOC] oci8 extension reference

2004-11-23 Thread Antony Dovgal
On Tue, 23 Nov 2004 18:47:58 +0200 techtonik <[EMAIL PROTECTED]> wrote: > The problem: Is there oci_collection_append() function in PHP5 or > there is only a class method? There is only a class method both in PHP4 & PHP5. > If PHP5 has this function defined then it will be impossible to make >

[PHP-DOC] oci8 extension reference

2004-11-23 Thread techtonik
Hello, [EMAIL PROTECTED] I was about to fix oci8 extensions ID's to support case-sensitive convention when I spot some strange things in the docs. For example I take ocicollappend() description before my patch to it: >-- >ocicollappend >Append an object to the collection (PHP 4 >=

[PHP-DOC] #30870 [Opn->Bgs]: CHM files

2004-11-23 Thread nlopess
ID: 30870 Updated by: [EMAIL PROTECTED] Reported By: 1 dot krid at directbox dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Win PHP Version: Irrelevant New Comment: Derick will build new CHM wh

[PHP-DOC] #30870 [NEW]: CHM files

2004-11-23 Thread 1 dot krid at directbox dot com
From: 1 dot krid at directbox dot com Operating system: Win PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: CHM files Description: When will there be new Windows HTML Help files? Most of them are _very_ old! (eg. April 2004) Is it a p

Re: [PHP-DOC] weirdness in funcsummary.txt

2004-11-23 Thread Jakub Vrana
>> Someone misused the 'proto' word in the DOM extension. It's all around >> the code, not only by PHP_FUNCTION and friends. Gabor Hojtsy wrote: > Great! It would be good if you could coordinate with the author of the > extension first. Mission accomplished. Jakub Vrana

[PHP-DOC] cvs: phpdoc /en/features safe-mode.xml

2004-11-23 Thread Jakub Vrana
vrana Tue Nov 23 04:53:02 2004 EDT Modified files: /phpdoc/en/features safe-mode.xml Log: safe_mode_exec_dir directory separator (bug #30031) http://cvs.php.net/diff.php/phpdoc/en/features/safe-mode.xml?r1=1.57&r2=1.58&ty=u Index: phpdoc/en/features/safe-mode.

[PHP-DOC] #30031 [Opn->Csd]: win32 safe_mode=on, safe_mode_exec_dir, and exec function

2004-11-23 Thread vrana
ID: 30031 Updated by: [EMAIL PROTECTED] Reported By: daniel dot gaddis at tlc dot state dot tx dot us -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: windows 2000 service pack 4 PHP Version: 4.3.9RC2 Ne

Re: [PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-list-tables.xml

2004-11-23 Thread Martin Samesch
On Mon, Nov 22, 2004 at 09:32:53PM +, Philip Olson wrote: > > > That isn't really a typo, the alias for deprecated mysql_list_tables is > > > in fact mysql_listtables. I think you shold revert your change. > > > > It's the opposite :-). Function names with underscores are aliases for > > depre

Re: [PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-list-tables.xml

2004-11-23 Thread Martin Samesch
On Mon, Nov 22, 2004 at 11:59:30PM +0100, Jakub Vrana wrote: > >> So the change shouldn't be reverted. > > Philip Olson wrote: > > Regardless, the change is wrong. > > Sorry, I missed the context. I just saw "- mysql_listtables, > + mysql_list_tables" which is usually the right change. But the >

[PHP-DOC] cvs: phpdoc /en/reference/apd/functions apd-set-socket-session-trace.xml /en/reference/com/functions class.dotnet.xml /en/reference/cpdf/functions cpdf-arc.xml cpdf-circle.xml cpdf-import-jpeg.xml cpdf-lineto.xml cpdf-moveto.xml cpdf-place-inline-image.xml cpdf-rect.xml cpdf-rlineto.xml cpdf-rmoveto.xml cpdf-scale.xml cpdf-set-text-pos.xml cpdf-show-xy.xml cpdf-text.xml cpdf-translate.xml /en/reference/mbstring/functions mb-convert-encoding.xml mb-convert-variables.xml mb-detect-order.xml mb-encode-mimeheader.xml /en/reference/oci8/functions ocierror.xml /en/reference/pdf/functions pdf-open-image.xml pdf-scale.xml /en/reference/stream/functions stream-context-get-options.xml stream-context-set-option.xml stream-context-set-params.xml /en/reference/strings/functions echo.xml

2004-11-23 Thread Jakub Vrana
vrana Tue Nov 23 04:38:18 2004 EDT Modified files: /phpdoc/en/reference/apd/functions apd-set-socket-session-trace.xml /phpdoc/en/reference/com/functions class.dotnet.xml /phpdoc/en/reference/cpdf/functions cpdf-arc.xml cpdf-circle.xml

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-list-tables.xml

2004-11-23 Thread Martin Samesch
samesch Tue Nov 23 04:32:01 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-list-tables.xml Log: reverting changes; sorry, I didn't read carefully ... http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-list-tables.xm

[PHP-DOC] cvs: phpdoc /en/reference/domxml/functions DomDocument-add-root.xml DomDocument-create-attribute.xml DomDocument-create-cdata-section.xml DomDocument-create-comment.xml DomDocument-create-element-ns.xml DomDocument-create-element.xml DomDocument-create-entity-reference.xml DomDocument-create-processing-instruction.xml DomDocument-create-text-node.xml DomDocument-doctype.xml DomDocument-document-element.xml DomDocument-get-element-by-id.xml DomElement-get-attribute-node.xml DomElement-set-attribute-node.xml DomElement-set-attribute.xml DomNode-append-child.xml DomNode-append-sibling.xml DomNode-clone-node.xml DomNode-first-child.xml DomNode-insert-before.xml DomNode-last-child.xml DomNode-next-sibling.xml DomNode-owner-document.xml DomNode-parent-node.xml DomNode-previous-sibling.xml DomNode-remove-child.xml DomNode-replace-child.xml DomNode-replace-node.xml DomNode-unlink-node.xml DomXsltStylesheet-process.xml DomXsltStylesheet-result-dump-file.xml DomXsltStylesheet-result-dump-mem.xml domxml-new-doc.xml domxml-open-file.xml domxml-open-mem.xml domxml-xmltree.xml domxml-xslt-stylesheet-doc.xml domxml-xslt-stylesheet-file.xml domxml-xslt-stylesheet.xml xpath-eval-expression.xml xpath-eval.xml xpath-new-context.xml xptr-eval.xml xptr-new-context.xml

2004-11-23 Thread Jakub Vrana
vrana Tue Nov 23 04:22:13 2004 EDT Modified files: /phpdoc/en/reference/domxml/functions DomDocument-add-root.xml DomDocument-create-attribute.xml DomDocument-cre

Re: [PHP-DOC] Incorrect detail on a php function doc page; Post a note or deal with some other way?

2004-11-23 Thread Matt Saunders
Jakub Vrana wrote: Matt Saunders wrote: I was going to post a note, but since I thought notes were for extra detail / usage suggestions etc, and that since this is a mistake rather than just a shortcoming, that perhaps the manual editors would prefer to know about it some other way. Fill bu