Re: [PHP-DOC] Casing function names: Conclusion = ?

2001-05-22 Thread Daniel Beckham
I would normally say yes to lowercasing all function names, (and I argued for it last week) but I have to agree with Egon here. I think that making all function names lowercase will limit the readability of certain function libraries. The most obvious example is the Image functions. I think we

Re: [PHP-DOC] Casing function names: Conclusion = ?

2001-05-22 Thread Lars Torben Wilson
Lars Torben Wilson writes: > [EMAIL PROTECTED] writes: > > I have nothing against Torben, he has also read about my fight with some > > core developers and now the mysql_*() functions are more readable. You can > > also use the old syntax. The original functions havent been removed yet. > > > > -

Re: [PHP-DOC] Casing function names: Conclusion = ?

2001-05-22 Thread Lars Torben Wilson
[EMAIL PROTECTED] writes: > On Wed, May 23, 2001 at 01:27:18AM +0200, [EMAIL PROTECTED] wrote: > > > All function names in the docs should be lowercase for consistence. No > > matter where in the sentence, or how unreadable the function will be. > > I'm against this. It would result in unreadabl

Re: [PHP-DOC] Casing function names: Conclusion = ?

2001-05-22 Thread eschmid+sic
On Wed, May 23, 2001 at 01:27:18AM +0200, [EMAIL PROTECTED] wrote: > All function names in the docs should be lowercase for consistence. No > matter where in the sentence, or how unreadable the function will be. I'm against this. It would result in unreadable and bad to remember function names.

[PHP-DOC] Casing function names: Conclusion = ?

2001-05-22 Thread jeroen
Hi, All function names in the docs should be lowercase for consistence. No matter where in the sentence, or how unreadable the function will be. For unreadable func-names, a longer-term renaming would be nice. But first, get the manual lowercase. Then those php.dev guys will just need to rename,

[PHP-DOC] cvs: phpdoc /en/language types.xml

2001-05-22 Thread Jeroen van Wolffelaar
jeroen Tue May 22 16:18:55 2001 EDT Modified files: /phpdoc/en/language types.xml Log: Noted that inside double-quoted strings another syntax is valid. Minor XML-improvements. Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.26 p

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

2001-05-22 Thread Jani Taskinen
sniper Tue May 22 15:52:59 2001 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: fixed typo Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.89 phpdoc/en/functions/strings.xml:1.90 --- phpdoc/en/functions/strings

[PHP-DOC] cvs: phpdoc /en/language types.xml

2001-05-22 Thread Jeroen van Wolffelaar
jeroen Tue May 22 15:06:17 2001 EDT Modified files: /phpdoc/en/language types.xml Log: Added the 'why is $foo[bar] bad' section to arrays. This closes bug #7387 Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.25 phpdoc/en/lan

[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Fwd: Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On

2001-05-22 Thread Hojtsy Gabor
> > Aha. This caused some really bad 'bugs' in the new PHP release... > > I didn't know why it was bad... Please revert to the same method > > as $HTTP_*_VARS use... > > Excuse me? I'm quite confused by your message. Do you mean that > $HTTP_SESSION_VARS['foo'] and $foo should not be references t

[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Fwd: Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On

2001-05-22 Thread Andrei Zmievski
On Tue, 22 May 2001, Hojtsy Gabor wrote: > Aha. This caused some really bad 'bugs' in the new PHP release... > I didn't know why it was bad... Please revert to the same method > as $HTTP_*_VARS use... Excuse me? I'm quite confused by your message. Do you mean that $HTTP_SESSION_VARS['foo'] and $f

Re: [PHP-DOC] Fwd: Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On

2001-05-22 Thread Hojtsy Gabor
> > > >As I mentioned in my other message, $HTTP_SESSION_VARS value and the > > > >global value used to be references, but after some people complained > > > >about this fact on the list, it was changed.. I wouldn't mind > > > >reinstating it, but if we do, let's do it once and for all with very >

[PHP-DOC] Fwd: Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On

2001-05-22 Thread Andi Gutmans
If any of the documentation team has time to take care of this it would be great. Thanks, Andi >Date: Tue, 22 May 2001 12:54:26 -0500 >From: Andrei Zmievski <[EMAIL PROTECTED]> >To: Andi Gutmans <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: Re: [PH

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

2001-05-22 Thread Daniel Beckham
danbeck Tue May 22 09:56:38 2001 EDT Modified files: /phpdoc configure.in Log: added location of docbook stylesheets for redhat 7.1 users (and the new docbook update) Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.66 phpdoc/configure.in:1.67 ---

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

2001-05-22 Thread Daniel Beckham
danbeck Tue May 22 09:11:31 2001 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: clarified XHTML compatibility change to nl2br Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.88 phpdoc/en/functions/strings.xml:1

[PHP-DOC] cvs: phpdoc /en/functions misc.xml

2001-05-22 Thread Daniel Beckham
danbeck Tue May 22 07:37:11 2001 EDT Modified files: /phpdoc/en/functionsmisc.xml Log: reworded the exit() function docs Index: phpdoc/en/functions/misc.xml diff -u phpdoc/en/functions/misc.xml:1.44 phpdoc/en/functions/misc.xml:1.45 --- phpdoc/en/functi

[PHP-DOC] cvs: phpdoc /en/functions mail.xml

2001-05-22 Thread Daniel Beckham
danbeck Tue May 22 07:36:42 2001 EDT Modified files: /phpdoc/en/functionsmail.xml Log: changed cc and bcc back the correct case (oops) Index: phpdoc/en/functions/mail.xml diff -u phpdoc/en/functions/mail.xml:1.19 phpdoc/en/functions/mail.xml:1.20 --- ph

[PHP-DOC] cvs: phpdoc /en/functions image.xml

2001-05-22 Thread Daniel Beckham
danbeck Tue May 22 07:33:47 2001 EDT Modified files: /phpdoc/en/functionsimage.xml Log: corrected xml problem that was causing m Index: phpdoc/en/functions/image.xml diff -u phpdoc/en/functions/image.xml:1.41 phpdoc/en/functions/image.xml:1.42 --- phpdo

[PHP-DOC] missing

2001-05-22 Thread Damien Seguy
Hi, I've just noticed that several functions lacks the 's tag. This doesn't seems to be a large trouble, so I wondered what is the use of this? Besides MySQL.xml, most of missing tags are only missing for one or two functions. I suggest that when anyone update some en tree (or there own langu

[PHP-DOC] cvs: phpdoc /en/functions image.xml

2001-05-22 Thread Damien Seguy
damsTue May 22 02:21:41 2001 EDT Modified files: /phpdoc/en/functionsimage.xml Log: Added example for psloadfont Index: phpdoc/en/functions/image.xml diff -u phpdoc/en/functions/image.xml:1.40 phpdoc/en/functions/image.xml:1.41 --- phpdoc/en/functio