[PHP-DOC] #26429 [Opn]: Documentation for $_SERVER["SCRIPT_FILENAME"] incorrect

2003-11-26 Thread skissane at ics dot mq dot edu dot au
ID: 26429 User updated by: skissane at ics dot mq dot edu dot au Reported By: skissane at ics dot mq dot edu dot au Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.4 New Comment: rasmus wrote: "The docs should

[PHP-DOC] #26429 [Opn]: Documentation for $_SERVER["SCRIPT_FILENAME"] incorrect

2003-11-26 Thread rasmus
ID: 26429 Updated by: [EMAIL PROTECTED] Reported By: skissane at ics dot mq dot edu dot au Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.4 New Comment: The docs should be modified to reflect the fact th

[PHP-DOC] #26429 [NEW]: Documentation for $_SERVER["SCRIPT_FILENAME"] incorrect

2003-11-26 Thread skissane at ics dot mq dot edu dot au
From: skissane at ics dot mq dot edu dot au Operating system: Linux PHP version: 4.3.4 PHP Bug Type: Documentation problem Bug description: Documentation for $_SERVER["SCRIPT_FILENAME"] incorrect Description: According to the documentation: 'SCRIPT_FILENAME' The

[PHP-DOC] cvs: phpdoc /en/reference/tidy/functions tidy-node-attributes.xml tidy-node-children.xml tidy-node-get-attr.xml tidy-node-get-nodes.xml tidy-node-has-children.xml tidy-node-has-siblings.xml tidy-node-is-asp.xml tidy-node-is-comment.xml tidy-node-is-html.xml tidy-node-is-jsp.xml tidy-node-is-jste.xml tidy-node-is-text.xml tidy-node-is-xhtml.xml tidy-node-is-xml.xml tidy-node-next.xml tidy-node-prev.xml tidy-node-tidy-node.xml tidy-node::attributes.xml tidy-node::children.xml tidy-node::get-attr.xml tidy-node::get-nodes.xml tidy-node::has-children.xml tidy-node::has-siblings.xml tidy-node::is-asp.xml tidy-node::is-comment.xml tidy-node::is-html.xml tidy-node::is-jsp.xml tidy-node::is-jste.xml tidy-node::is-text.xml tidy-node::is-xhtml.xml tidy-node::is-xml.xml tidy-node::next.xml tidy-node::prev.xml tidy-node::tidy-node.xml

2003-11-26 Thread Friedhelm Betz
betzWed Nov 26 20:14:10 2003 EDT Added files: /phpdoc/en/reference/tidy/functions tidy-node-attributes.xml tidy-node-children.xml tidy-node-get-attr.xml

[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2003-11-26 Thread Friedhelm Betz
betzWed Nov 26 20:12:34 2003 EDT Modified files: /phpdoc/en language-snippets.ent Log: cosmetic restructure Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.59 phpdoc/en/language-snippets.ent:1.60 --- phpdoc/en/language-sn

[PHP-DOC] cvs: phpdoc /en/reference/apache/functions apache-request-headers.xml apache-response-headers.xml getallheaders.xml virtual.xml

2003-11-26 Thread Friedhelm Betz
betzWed Nov 26 19:50:00 2003 EDT Modified files: /phpdoc/en/reference/apache/functions apache-request-headers.xml apache-response-headers.xml getallheaders.xml vi

[PHP-DOC] cvs: phpdoc /en/reference/apache note-nsapi-module.xml

2003-11-26 Thread Friedhelm Betz
betzWed Nov 26 19:48:51 2003 EDT Added files: /phpdoc/en/reference/apache note-nsapi-module.xml Log: note about available nsapi funcs Index: phpdoc/en/reference/apache/note-nsapi-module.xml +++ phpdoc/en/reference/apache/note-nsapi-module.xml F

Re: [PHP-DOC] call by reference

2003-11-26 Thread Gabor Hojtsy
In light of the a recent bug with the run time call by reference examples. I started going through and finding the examples that have used the &$var syntax. I was thinking, perhaps the proto should reflect that that the parameter is passed by reference: array getimagesize ( string filename [, array

Re: [PHP-DOC] tidy func name

2003-11-26 Thread Friedhelm Betz
> Just for my own knowledge, since I did write the extension and create > the doc 'mess' to begin with -- what exactly are you going to do? Replace the :: in the filenames with - replace the :: in refentry id 's with - replace the :: in refname and methodname with -> where its opbivios for me, I'

[PHP-DOC] cvs: phpdoc /en/reference/dbase/functions dbase-get-header-info.xml

2003-11-26 Thread Mehdi Achour
didou Wed Nov 26 07:52:17 2003 EDT Modified files: /phpdoc/en/reference/dbase/functionsdbase-get-header-info.xml Log: correcting the example Index: phpdoc/en/reference/dbase/functions/dbase-get-header-info.xml diff -u phpdoc/en/reference/dbase/function

[PHP-DOC] cvs: phpdoc /en/reference/dba/functions dba-handlers.xml

2003-11-26 Thread Mehdi Achour
didou Wed Nov 26 07:40:34 2003 EDT Modified files: /phpdoc/en/reference/dba/functions dba-handlers.xml Log: typo Index: phpdoc/en/reference/dba/functions/dba-handlers.xml diff -u phpdoc/en/reference/dba/functions/dba-handlers.xml:1.2 phpdoc/en/reference/dba/

[PHP-DOC] tidy func name

2003-11-26 Thread Friedhelm Betz
Hi, I am about to correct the 'mess'. If nobody objects, I will simply rename the files in question and commit them. Don't think history is such important for now. Friedhelm

[PHP-DOC] #26421 [NEW]: Different prototype of openssl_csr_sign() function

2003-11-26 Thread spam at vrana dot cz
From: spam at vrana dot cz Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Different prototype of openssl_csr_sign() function Description: There is a different prototype of this function in source code (at least in

Re: [PHP-DOC] call by reference

2003-11-26 Thread Mehdi Achour
Hi Curt, * Thus wrote Curt Zirzow ([EMAIL PROTECTED]): array getimagesize ( string filename [, array &imageinfo]) I can think of two solutions that could work: Adding an attribute to the : imaginfo ... Or simply adding & the the paramater value. After looking through some of the function pro