Re: [PHP-DOC] register globals

2004-09-10 Thread Aidan Lister
I'm sick of deleting user notes with broken implementations! I think if the information is accompanied with a warning, it is better than not having the information at all. Aidan, - Original Message - From: Friedhelm Betz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Aidan Lister [EMAIL

Re: [PHP-DOC] XML Syntax question - optional args

2004-09-10 Thread Philip Olson
The current synopsis is: array array_uintersect_uassoc(array $array1, array $array2 [, array $ ..., callback $data_compare_func, callback $key_compare_func]) This is wrong, but I don't think livedocs/dsssl can cope with the middle params being optional. It should be: array

Re: [PHP-DOC] re: pecl-less docbuilds (was: a different subject :)

2004-09-10 Thread Derick Rethans
On Thu, 9 Sep 2004, Gabor Hojtsy wrote: In a side note, I remember a discussion about two kinds of manual builds. One including PECL extensions docs and one without them. Was I dreaming or is this really on the TODO list ? (if so, I already started cooking a patch that adds a

Re: [PHP-DOC] register globals

2004-09-10 Thread Derick Rethans
On Thu, 9 Sep 2004, Friedhelm Betz wrote: I don't like the idea at all, to have such information in the manual :-( Friredhelm could you elaborate? It's a nice kind of hack and I don't think we should provide hacks even if they are nice. Not in security, please. imho. Yup, I

Re: [PHP-DOC] XML Syntax question - optional args

2004-09-10 Thread Derick Rethans
On Fri, 10 Sep 2004, Philip Olson wrote: PHP is not supposed to have these kind of optional parameters. But it does, so your point is quite mute :) I agree with Goba, it shouldn't, it's against PHP rules and without rules we have chaos! BUT, one other PHP function that follows this

Re: [PHP-DOC] register globals

2004-09-10 Thread messju mohr
On Thu, Sep 09, 2004 at 10:41:53PM +0200, Friedhelm Betz wrote: On Thursday 09 September 2004 20:20, messju mohr wrote: On Thu, Sep 09, 2004 at 06:19:41PM +0200, Friedhelm Betz wrote: On Thursday 09 September 2004 12:59, Aidan Lister wrote: http://nopaste.php.cd/28881 How's that

[PHP-DOC] #30037 [Opn-Csd]: mysql_fetch_array and cursor repositioning

2004-09-10 Thread vrana
ID: 30037 Updated by: [EMAIL PROTECTED] Reported By: cristina dot attori at fsw dot it -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the online and

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-fetch-array.xml mysql-fetch-assoc.xml mysql-fetch-object.xml

2004-09-10 Thread Jakub Vrana
vrana Fri Sep 10 04:26:51 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-fetch-array.xml mysql-fetch-assoc.xml mysql-fetch-object.xml Log:

Re: [PHP-DOC] XML Syntax question - optional args

2004-09-10 Thread Jakub Vrana
Derick Rethans wrote: array array_uintersect_uassoc(array $array1, array $array2 [, array $ ..., callback $data_compare_func, callback $key_compare_func]) I think that going with two different protos is the best way to go. The problem is in $ ... so that it cannot be solved by two different

Re: [PHP-DOC] XML Syntax question - optional args

2004-09-10 Thread Derick Rethans
On Fri, 10 Sep 2004, Jakub Vrana wrote: Derick Rethans wrote: array array_uintersect_uassoc(array $array1, array $array2 [, array $ ..., callback $data_compare_func, callback $key_compare_func]) I think that going with two different protos is the best way to go. The problem is in $ ...

Re: [PHP-DOC] cvs: phpdoc /dsssl common.dsl.in

2004-09-10 Thread Jakub Vrana
Curt Zirzow wrote: add parameter role=reference attribute Is this the official way how to document parameters passed by reference now? Should it be changed all around the documentation, xml_proto.php and in my script which checks references? Jakub Vrana

Re: [PHP-DOC] Re: pecl-less docbuilds

2004-09-10 Thread Nuno Lopes
Agreed, let's make our navigation better :) If later I want to hide the PECL extensions from *my* livedocs, I'll tweak the CSS or whatever ;) didou We can easily hide content with CSS... About the funcref, I think I have a legal docbook way for RFC/manual without using the refgroups. (more

Re: [PHP-DOC] XML Syntax question - optional args

2004-09-10 Thread Jakub Vrana
array array_uintersect_uassoc(array $array1, array $array2 [, array $ ...], callback $data_compare_func, callback $key_compare_func) The problem is in $ ... so that it cannot be solved by two different protos. Derick Rethans wrote: ? If I understand correctly, array_uintersect_uassoc()

Re: [PHP-DOC] re: pecl-less docbuilds

2004-09-10 Thread Gabor Hojtsy
In a side note, I remember a discussion about two kinds of manual builds. One including PECL extensions docs and one without them. Was I dreaming or is this really on the TODO list ? (if so, I already started cooking a patch that adds a --without-pecldoc to ./configure and hacks manual.xml on the

Re: [PHP-DOC] cvs: phpdoc /dsssl common.dsl.in

2004-09-10 Thread Gabor Hojtsy
add parameter role=reference attribute Is this the official way how to document parameters passed by reference now? Should it be changed all around the documentation, xml_proto.php and in my script which checks references? Now both livedocs and the DSSSL sheets support it, so this is the way

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

2004-09-10 Thread Jakub Vrana
vrana Fri Sep 10 09:39:06 2004 EDT Modified files: /phpdoc/scripts check-references.php Log: Use role=reference together with http://cvs.php.net/diff.php/phpdoc/scripts/check-references.php?r1=1.8r2=1.9ty=u Index: phpdoc/scripts/check-references.php diff

[PHP-DOC] cvs: phpdoc /en/features file-upload.xml

2004-09-10 Thread Jakub Vrana
vrana Fri Sep 10 09:45:23 2004 EDT Modified files: /phpdoc/en/features file-upload.xml Log: Security fix by Hartmut http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.78r2=1.79ty=u Index: phpdoc/en/features/file-upload.xml diff -u

[PHP-DOC] cvs: phpdoc /en/appendices migration5.xml

2004-09-10 Thread Jakub Vrana
vrana Fri Sep 10 09:49:52 2004 EDT Modified files: /phpdoc/en/appendices migration5.xml Log: Move colons from the links # Should every new PHP 5 function go here? http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.35r2=1.36ty=u

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-data-seek.xml /en/reference/mysqli/functions mysqli-data-seek.xml mysqli-fetch-array.xml mysqli-fetch-assoc.xml mysqli-fetch-object.xml mysqli-fetch-row.xml

2004-09-10 Thread Enrique Garcia Briones
baoengb Fri Sep 10 10:17:24 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-data-seek.xml /phpdoc/en/reference/mysqli/functions mysqli-data-seek.xml mysqli-fetch-array.xml

Re: [PHP-DOC] cvs: phpdoc /en/appendices migration5.xml

2004-09-10 Thread Derick Rethans
On Fri, 10 Sep 2004, Jakub Vrana wrote: vrana Fri Sep 10 09:49:52 2004 EDT Modified files: /phpdoc/en/appendices migration5.xml Log: Move colons from the links # Should every new PHP 5 function go here? Only modified and replaced functions... Derick -- Derick

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions stripslashes.xml

2004-09-10 Thread Jakub Vrana
vrana Fri Sep 10 10:26:47 2004 EDT Modified files: /phpdoc/en/reference/strings/functions stripslashes.xml Log: Strings were without slashes http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/stripslashes.xml?r1=1.4r2=1.5ty=u Index:

Re: [PHP-DOC] cvs: phpdoc /dsssl common.dsl.in

2004-09-10 Thread Jakub Vrana
add parameter role=reference attribute Is this the official way how to document parameters passed by reference now? Should it be changed all around the documentation, xml_proto.php and in my script which checks references? Gabor Hojtsy wrote: Now both livedocs and the DSSSL sheets support

Re: [PHP-DOC] Grouped functions working in livedocs

2004-09-10 Thread Jakub Vrana
Gabor Hojtsy wrote: BTW it would be nice to get other's opinions, especially now that Derick cc-ed the development list :) I would like grouped extension list with alphabetical extension list (current Function Reference) in Appendix. Jakub Vrana

[PHP-DOC] cvs: phpdoc /en/reference/regex/functions ereg.xml

2004-09-10 Thread Jakub Vrana
vrana Fri Sep 10 10:34:21 2004 EDT Modified files: /phpdoc/en/reference/regex/functionsereg.xml Log: Return value (bug #29712) http://cvs.php.net/diff.php/phpdoc/en/reference/regex/functions/ereg.xml?r1=1.9r2=1.10ty=u Index:

[PHP-DOC] #29967 [Opn-Csd]: call_user_func_array can't be used as function parameter

2004-09-10 Thread vrana
ID: 29967 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 5.0.1 New Comment: This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions

[PHP-DOC] cvs: phpdoc /en/reference/funchand/functions func-get-arg.xml func-get-args.xml func-num-args.xml

2004-09-10 Thread Jakub Vrana
vrana Fri Sep 10 10:50:48 2004 EDT Modified files: /phpdoc/en/reference/funchand/functions func-get-arg.xml func-get-args.xml func-num-args.xml Log: Can't be

Re: [PHP-DOC] cvs: phpdoc /en/appendices migration5.xml

2004-09-10 Thread Jakub Vrana
Derick Rethans wrote: Only modified and replaced functions... Then the chapter migration5.functions should be probably deleted because it lists only new functions. Modified and replaced functions are in migration5.incompatible. Jakub Vrana

Re: [PHP-DOC] cvs: phpdoc /en/reference/regex/functions ereg.xml

2004-09-10 Thread Nuno Lopes
vrana Fri Sep 10 10:34:21 2004 EDT Modified files: /phpdoc/en/reference/regex/functions ereg.xml Log: Return value (bug #29712) + If the optional parameter parameterregs/parameter was not passed or + the length of the matched string is 0, this functions returns 1. I think this is a

[PHP-DOC] cvs: phpdoc /en/appendices transports.xml

2004-09-10 Thread Sara Golemon
pollita Fri Sep 10 11:43:58 2004 EDT Modified files: /phpdoc/en/appendices transports.xml Log: Document ssl2:// and ssl3:// transports http://cvs.php.net/diff.php/phpdoc/en/appendices/transports.xml?r1=1.10r2=1.11ty=u Index:

[PHP-DOC] cvs: phpdoc /en/reference/regex/functions ereg.xml

2004-09-10 Thread Sean Coates
seanFri Sep 10 12:31:46 2004 EDT Modified files: /phpdoc/en/reference/regex/functionsereg.xml Log: grammar http://cvs.php.net/diff.php/phpdoc/en/reference/regex/functions/ereg.xml?r1=1.10r2=1.11ty=u Index:

[PHP-DOC] cvs: phpdoc /en/reference/funchand/functions func-get-arg.xml func-get-args.xml func-num-args.xml

2004-09-10 Thread Sean Coates
seanFri Sep 10 12:38:02 2004 EDT Modified files: /phpdoc/en/reference/funchand/functions func-get-arg.xml func-get-args.xml func-num-args.xml Log: grammar #

Re: [PHP-DOC] cvs: phpdoc /en/reference/funchand/functions func-get-arg.xml func-get-args.xml func-num-args.xml

2004-09-10 Thread Friedhelm Betz
On Friday 10 September 2004 18:38, Sean Coates wrote: sean Fri Sep 10 12:38:02 2004 EDT Modified files: /phpdoc/en/reference/funchand/functions func-get-arg.xml func-get-args.xml func-num-args.xml

Re: [PHP-DOC] cvs: phpdoc /en/reference/funchand/functions func-get-arg.xml func-get-args.xml func-num-args.xml

2004-09-10 Thread Mehdi Achour
Friedhelm Betz wrote: On Friday 10 September 2004 18:38, Sean Coates wrote: sean Fri Sep 10 12:38:02 2004 EDT Modified files: /phpdoc/en/reference/funchand/functions func-get-arg.xml func-get-args.xml

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-field-name.xml

2004-09-10 Thread Tom Sommer
tomsommer Fri Sep 10 14:24:47 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-field-name.xml Log: Bug #30055 - Incorrect example

[PHP-DOC] #30055 [Opn-Csd]: incorrect example

2004-09-10 Thread tomsommer
ID: 30055 Updated by: [EMAIL PROTECTED] Reported By: slick dot user at gmail dot com -Status: Open +Status: Closed -Bug Type:Website problem +Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML

[PHP-DOC] cvs: phpdoc /en/appendices transports.xml

2004-09-10 Thread Sara Golemon
pollita Fri Sep 10 14:53:01 2004 EDT Modified files: /phpdoc/en/appendices transports.xml Log: Typo http://cvs.php.net/diff.php/phpdoc/en/appendices/transports.xml?r1=1.11r2=1.12ty=u Index: phpdoc/en/appendices/transports.xml diff -u

Re: [PHP-DOC] cvs: phpdoc /en/reference/funchand/functions func-get-arg.xml func-get-args.xml func-num-args.xml

2004-09-10 Thread Friedhelm Betz
On Friday 10 September 2004 19:12, Mehdi Achour wrote: Friedhelm Betz wrote: On Friday 10 September 2004 18:38, Sean Coates wrote: sean Fri Sep 10 12:38:02 2004 EDT Modified files: /phpdoc/en/reference/funchand/functions func-get-arg.xml

[PHP-DOC] cvs: phpdoc /en/reference/stream/functions stream-wrapper-restore.xml stream-wrapper-unregister.xml

2004-09-10 Thread Sara Golemon
pollita Fri Sep 10 17:14:23 2004 EDT Added files: /phpdoc/en/reference/stream/functions stream-wrapper-restore.xml stream-wrapper-unregister.xml Log: New Functions

[PHP-DOC] Re: register globals

2004-09-10 Thread Aidan Lister
At the moment we have the following sections with information about register_globals http://php.net/register_globals (security section) http://php.net/manual/en/ini.sect.data-handling.php#ini.register-globals (ini.sect.data-handling) http://php.net/import_request_variables (will need to be

[PHP-DOC] #30063 [NEW]: call_user_func callable for instance methods, but not documented

2004-09-10 Thread aqsalter at westnet dot com dot au
From: aqsalter at westnet dot com dot au Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: call_user_func callable for instance methods, but not documented Description: the current documentation for call_user_func