[PHP-DOC] #25121 [Opn->Csd]: French XSLT documentation is outdated

2003-08-17 Thread didou
ID: 25121 Updated by: [EMAIL PROTECTED] Reported By: obones at meloo dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.2 New Comment: This have been commited to cvs in june

[PHP-DOC] #25121 [NEW]: French XSLT documentation is outdated

2003-08-17 Thread obones at meloo dot com
From: obones at meloo dot com Operating system: Linux PHP version: 4.3.2 PHP Bug Type: Documentation problem Bug description: French XSLT documentation is outdated Description: The French documentation for the XLST functions is outdated and as such innaccurate. I

[PHP-DOC] cvs: phpdoc /en/chapters install.iplanet.xml

2003-08-17 Thread Uwe Schindler
thetaphiSun Aug 17 18:15:08 2003 EDT Modified files: /phpdoc/en/chapters install.iplanet.xml Log: some more infos to ini settings Index: phpdoc/en/chapters/install.iplanet.xml diff -u phpdoc/en/chapters/install.iplanet.xml:1.6 phpdoc/en/chapters/install

[PHP-DOC] #25120 [NEW]: contridictory statements in install.txt

2003-08-17 Thread kingjojo75 at hotmail dot com
From: kingjojo75 at hotmail dot com Operating system: win2k PHP version: 4.3.2 PHP Bug Type: Documentation problem Bug description: contridictory statements in install.txt Description: the install.txt doc in the windows binaries distros seem to cover several vers

[PHP-DOC] return issues, array issues

2003-08-17 Thread Heilig (Cece) Szabolcs
Hello! >> >> return 0; >> >> // 0 aren't variable, it's an expression. >> >> // should it be return (0); ? >> > >> > no, why? >> >> If we got the rules strictly, 0 is an expression, not a >> variable. But that's a really basic expression :) >> >> What about arrays? > > I agree with Derick. What is

Re: [PHP-DOC] return issues

2003-08-17 Thread Lars Torben Wilson
On Sun, 2003-08-17 at 07:39, Heilig (Cece) Szabolcs wrote: > Hello! > > >> return 0; > >> // 0 aren't variable, it's an expression. > >> // should it be return (0); ? > > > > no, why? > > If we got the rules strictly, 0 is an expression, not a > variable. But that's a really basic expression :) >

[PHP-DOC] cvs: phpdoc /en/faq html.xml

2003-08-17 Thread Derick Rethans
derick Sun Aug 17 15:09:25 2003 EDT Modified files: /phpdoc/en/faq html.xml Log: - Pretty up examples Index: phpdoc/en/faq/html.xml diff -u phpdoc/en/faq/html.xml:1.21 phpdoc/en/faq/html.xml:1.22 --- phpdoc/en/faq/html.xml:1.21 Tue Apr 8 23:22:19 2003

Re: [PHP-DOC] Manual Manual Update

2003-08-17 Thread Dimitris Glezos
Derick Rethans wrote: On Thu, 14 Aug 2003, Mehdi Achour wrote: > What about french documentation ? =D This was so unexpected *sigh* Derick A greek phpdoc-el build would be nice and useful.. If its too much of a headache, I can have it build. It's been months now that we only have a

Re: [PHP-DOC] Re: Notes systems

2003-08-17 Thread Gabor Hojtsy
Here's what I wanted to talk about. I want to ask for something btw.. who will take the decision of changing the system or not ? any clue ? There is no single person. The magic word community decision comes to mind :) Which means if noone objects, and those providing comments, agree, then it is

[PHP-DOC] Re: Notes systems

2003-08-17 Thread Mehdi Achour
Mehdi Achour wrote: Hi ! [ .. ] Here's what I wanted to talk about. I want to ask for something btw.. who will take the decision of changing the system or not ? any clue ? didou -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] handling arrays - interpreting Pear CS

2003-08-17 Thread Heilig (Cece) Szabolcs
Hello! >> Pear documentation talking about only control statements. Array >> is closer than internal functions than control structures, but it's >> not a real function, only a language construct. > > It is not closer to a function at all... that's nonsense. array() returns an array, based on mixe

Re: [PHP-DOC] handling arrays - interpreting Pear CS

2003-08-17 Thread Derick Rethans
On Sun, 17 Aug 2003, Heilig (Cece) Szabolcs wrote: > Pear documentation talking about only control statements. Array > is closer than internal functions than control structures, but it's > not a real function, only a language construct. It is not closer to a function at all... that's nonsense. D

Re: [PHP-DOC] handling arrays - interpreting Pear CS

2003-08-17 Thread Heilig (Cece) Szabolcs
> language construct. Array doesn't controls the flaw of the sorry, i meant flow ;-) Cece -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

[PHP-DOC] handling arrays - interpreting Pear CS

2003-08-17 Thread Heilig (Cece) Szabolcs
>> But what about arrays? Can we discuss Pear guys about that? > > I don't mind that much for arrays, but it *is* a language construct, and > from what I read from the CS that means that there should be a space > there. "Control statements should have one space between the control keyword and open

Re: [PHP-DOC] cvs: phpdoc /en/reference/array/functions array-combine.xmlarray-count-values.xml array-diff-assoc.xml array-diff.xml array-filter.xmlarray-flip.xml array-intersect-assoc.xml array-int

2003-08-17 Thread Derick Rethans
On Sun, 17 Aug 2003, Heilig (Cece) Szabolcs wrote: > > > You shouldn't use () with echo anyway, it can do things you won't > > expect. array and return are control structures too, so I don't see why > > they should be different. (array is not that obvious, but return is > > definitely a control s

Re: [PHP-DOC] return issues

2003-08-17 Thread Derick Rethans
On Sun, 17 Aug 2003, Heilig (Cece) Szabolcs wrote: > Hello! > > >> return 0; > >> // 0 aren't variable, it's an expression. > >> // should it be return (0); ? > > > > no, why? > > If we got the rules strictly, 0 is an expression, not a > variable. But that's a really basic expression :) Sure, 0

Re: [PHP-DOC] return issues

2003-08-17 Thread Heilig (Cece) Szabolcs
Hello! >> return 0; >> // 0 aren't variable, it's an expression. >> // should it be return (0); ? > > no, why? If we got the rules strictly, 0 is an expression, not a variable. But that's a really basic expression :) What about arrays? -- ===

Re: [PHP-DOC] return issues

2003-08-17 Thread Derick Rethans
On Sun, 17 Aug 2003, Heilig (Cece) Szabolcs wrote: > Hello! > > Here are some appereances of return in examples: > > return 0; > // 0 aren't variable, it's an expression. > // should it be return (0); ? no, why? > > return ($a < $b) ? -1 : 1; > // expression, i think return (($a < $b) ? -1 :

[PHP-DOC] return issues

2003-08-17 Thread Heilig (Cece) Szabolcs
Hello! Here are some appereances of return in examples: return 0; // 0 aren't variable, it's an expression. // should it be return (0); ? return ($a < $b) ? -1 : 1; // expression, i think return (($a < $b) ? -1 : 1); is the // right choice It's ok? Cece -- PHP Documentation Mailing List (h

Re: [PHP-DOC] Notes systems

2003-08-17 Thread Gabor Hojtsy
There could be an optional text box... in case you want to give it a reason for deleting etc.. Rememeber that most of the moderation are done wia the mail client. Having a text box will mean openeing a new broser page each time. is that needed ? Not needed. But would be a possible option. Goba

Re: [PHP-DOC] Notes systems

2003-08-17 Thread Mehdi Achour
wrong : the user is posting a poorly written code, is saying something wrong, is answering to someone else I think separating ugly from misleading is not a bad idea. ugly_useless: the user is posting a poorly written code, is answering to someone else's question

Re: [PHP-DOC] Notes systems

2003-08-17 Thread Heilig (Cece) Szabolcs
> wrong : the user is posting a poorly written code, is saying > something wrong, is answering to > someone else I think separating ugly from misleading is not a bad idea. ugly_useless: the user is posting a poorly written code, is answering to someone else's qu

Re: [PHP-DOC] Notes systems

2003-08-17 Thread Mehdi Achour
Allowee wrote: On Sunday 17 August 2003 15:18, Mehdi Achour wrote: Reasons: i think, sometimes is good to specify text on reason, not just select from a list. IMHO, we can't ask a moderator to type a reason for every note he delete/reject. There could be an optional text box... in case you wan

Re: [PHP-DOC] Notes systems

2003-08-17 Thread Gabor Hojtsy
Reasons: i think, sometimes is good to specify text on reason, not just select from a list. IMHO, we can't ask a moderator to type a reason for every note he delete/reject. But we can provide some quickfixes, and still a possibilty to provide any comment instead of a quickfix. Goba -- PHP Docum

Re: [PHP-DOC] Notes systems

2003-08-17 Thread Allowee
On Sunday 17 August 2003 15:18, Mehdi Achour wrote: > > Reasons: i think, sometimes is good to specify text on reason, > > not just select from a list. > > IMHO, we can't ask a moderator to type a reason for every note he > delete/reject. There could be an optional text box... in case you want to

Re: [PHP-DOC] Notes systems

2003-08-17 Thread Mehdi Achour
Heilig Szabolcs wrote: here's IMHO what we'll need : bad_mail: the note should be rejected, but the provided mail is buggy, no need to give more work to the server. +bad_thinking: the note based on misunderstood, mistake, etc... isn't this covered by "wrong" ? Reasons:

Re: [PHP-DOC] Notes systems

2003-08-17 Thread Heilig (Cece) Szabolcs
>here's IMHO what we'll need : > > bad_mail: the note should be rejected, but the provided mail > is buggy, no need to give more > work to the server. +bad_thinking: the note based on misunderstood, mistake, etc... Reasons: i think, sometimes is good to specify text on

Re: [PHP-DOC] cvs: phpdoc /en/reference/array/functionsarray-combine.xml array-count-values.xml array-diff-assoc.xmlarray-diff.xml array-filter.xml array-flip.xml array-intersect-assoc.xmlarray-int

2003-08-17 Thread ali
On Sun, 2003-08-17 at 15:13, Heilig (Cece) Szabolcs wrote: > > > You shouldn't use () with echo anyway, it can do things you won't > > expect. array and return are control structures too, so I don't see why > > they should be different. (array is not that obvious, but return is > > definitely a co

[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-mdtm.xml

2003-08-17 Thread Mehdi Achour
didou Sun Aug 17 09:17:22 2003 EDT Modified files: /phpdoc/en/reference/ftp/functions ftp-mdtm.xml Log: missing title and WS Index: phpdoc/en/reference/ftp/functions/ftp-mdtm.xml diff -u phpdoc/en/reference/ftp/functions/ftp-mdtm.xml:1.4 phpdoc/en/reference/

[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-exec.xml ftp-fput.xml ftp-get.xml ftp-mdtm.xml ftp-rmdir.xml ftp-size.xml

2003-08-17 Thread Mehdi Achour
didou Sun Aug 17 09:14:23 2003 EDT Modified files: /phpdoc/en/reference/ftp/functions ftp-exec.xml ftp-fput.xml ftp-get.xml ftp-mdtm.xml ftp-rmdir.xml ftp-size.xml Log: adding exam

Re: [PHP-DOC] cvs: phpdoc /en/reference/array/functions array-combine.xml array-count-values.xml array-diff-assoc.xml array-diff.xml array-filter.xml array-flip.xml array-intersect-assoc.xml array-int

2003-08-17 Thread Heilig (Cece) Szabolcs
> You shouldn't use () with echo anyway, it can do things you won't > expect. array and return are control structures too, so I don't see why > they should be different. (array is not that obvious, but return is > definitely a control structure (it controls the end of a > function/include file)).

[PHP-DOC] Notes systems

2003-08-17 Thread Mehdi Achour
Hi ! Before my departure on holiday, I would like to come back to the subject of the users notes. The actual system seffers many problems, leading to a certain "anarchy". There's a need to change it, and to modify a bit the policy of his use. 4 points to deal with : 1) Who is allowed to manage

Re: [PHP-DOC] cvs: phpdoc /en/reference/array/functions array-combine.xmlarray-count-values.xml array-diff-assoc.xml array-diff.xml array-filter.xmlarray-flip.xml array-intersect-assoc.xml array-int

2003-08-17 Thread Derick Rethans
On Sun, 17 Aug 2003, Gabor Hojtsy wrote: > >>>actually, array and return are language constructs, so they should have > >>>the space, like: > >> > >>>array ('foo'); > >> > >>That elements are lang.contructs, but looks like as functions. > >>So, i checked PEAR codes. All PEAR codes (including class

Re: [PHP-DOC] cvs: phpdoc /en/reference/array/functionsarray-combine.xml array-count-values.xml array-diff-assoc.xml array-diff.xmlarray-filter.xml array-flip.xml array-intersect-assoc.xml array-int

2003-08-17 Thread Gabor Hojtsy
actually, array and return are language constructs, so they should have the space, like: array ('foo'); That elements are lang.contructs, but looks like as functions. So, i checked PEAR codes. All PEAR codes (including class Pear in PEAR.php) handles array() as functions, without spaces before ope

Re: [PHP-DOC] cvs: phpdoc /en/reference/array/functions array-combine.xmlarray-count-values.xml array-diff-assoc.xml array-diff.xml array-filter.xmlarray-flip.xml array-intersect-assoc.xml array-int

2003-08-17 Thread Derick Rethans
On Sun, 17 Aug 2003, Heilig (Cece) Szabolcs wrote: > > actually, array and return are language constructs, so they should have > > the space, like: > > > array ('foo'); > > That elements are lang.contructs, but looks like as functions. > So, i checked PEAR codes. All PEAR codes (including class

Re: [PHP-DOC] cvs: phpdoc /en/reference/array/functions array-combine.xmlarray-count-values.xml array-diff-assoc.xml array-diff.xml array-filter.xmlarray-flip.xml array-intersect-assoc.xml array-interse

2003-08-17 Thread Derick Rethans
On Sun, 17 Aug 2003, Heilig (Cece) Szabolcs wrote: > Log: > applying PEAR coding standards on examples actually, array and return are language constructs, so they should have the space, like: array ('foo'); and return ($foo %2); ... It's better to ask first before applying such a large

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-combine.xml array-count-values.xml array-diff-assoc.xml array-diff.xml array-filter.xml array-flip.xml array-intersect-assoc.xml array-intersect.xml array-keys.xml array-map.xml array-merge-recursive.xml array-merge.xml array-multisort.xml array-pad.xml array-pop.xml array-push.xml array-rand.xml array-reverse.xml array-shift.xml array-slice.xml array-splice.xml array-unique.xml array-unshift.xml array-values.xml array-walk.xml array.xml arsort.xml asort.xml compact.xml count.xml each.xml end.xml extract.xml in-array.xml key.xml krsort.xml ksort.xml list.xml natsort.xml range.xml rsort.xml shuffle.xml sort.xml uksort.xml usort.xml

2003-08-17 Thread Heilig (Cece) Szabolcs
ceceSun Aug 17 08:21:04 2003 EDT Modified files: /phpdoc/en/reference/array/functionsarray-combine.xml array-count-values.xml array-diff-assoc.xml

[PHP-DOC] cvs: phpdoc /en/reference/array/functions reset.xml

2003-08-17 Thread Heilig (Cece) Szabolcs
ceceSun Aug 17 08:16:16 2003 EDT Modified files: /phpdoc/en/reference/array/functionsreset.xml Log: sorry, did not checked before committed :( Index: phpdoc/en/reference/array/functions/reset.xml diff -u phpdoc/en/reference/array/functions/reset.xml:

[PHP-DOC] cvs: phpdoc /en/reference/array/functions reset.xml

2003-08-17 Thread Heilig (Cece) Szabolcs
ceceSun Aug 17 08:12:48 2003 EDT Modified files: /phpdoc/en/reference/array/functionsreset.xml Log: added example Index: phpdoc/en/reference/array/functions/reset.xml diff -u phpdoc/en/reference/array/functions/reset.xml:1.5 phpdoc/en/reference/arra

Re: [PHP-DOC] Manual Manual Update

2003-08-17 Thread moshe doron
> > Can't we ask each translation team to provide its language differents > formats of documentation to [EMAIL PROTECTED] ? I think it will get rid of > the load. The system team will only have to test them and then put them > online. Opinions ? +1 moshe -- PHP Documentation Mailing List (

Re: [PHP-DOC] Session Documentation

2003-08-17 Thread Gabor Hojtsy
Hi Curt! I'm a involved on the php-general list helping people out. After repeated questions being asked on that list kind of force me to join this list to see what has/is been going on with the documentation. Plus I would be able to help with making the documentation clearer. Welcome :) One of t

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

2003-08-17 Thread Mehdi Achour
didou Sun Aug 17 05:43:19 2003 EDT Modified files: /phpdoc/en/appendices migration.xml Log: correcting closing mark Index: phpdoc/en/appendices/migration.xml diff -u phpdoc/en/appendices/migration.xml:1.23 phpdoc/en/appendices/migration.xml:1.24 --- phpd