Re: [PHP-DOC] strings.xml

2002-01-09 Thread Gabor Hojtsy
I wanted to add references to preg_match and preg_replace functions beside ereg and ereg_replace in the english strings.xml, but I've insufficient karma. Please someone, commit it - I attached the zip file (beware the revision number, obviously i cannot tell it) As you modified array.xml

[PHP-DOC] cvs: phpdoc /howto howto.xml

2002-01-09 Thread Gabor Hojtsy
gobaWed Jan 9 05:02:43 2002 EDT Modified files: /phpdoc/howto howto.xml Log: Add some TODO lines, to be sure I won't forget about them Index: phpdoc/howto/howto.xml diff -u phpdoc/howto/howto.xml:1.22 phpdoc/howto/howto.xml:1.23 ---

[PHP-DOC] cvs: phpdoc /howto howto.html.tar.gz

2002-01-09 Thread Gabor Hojtsy
gobaWed Jan 9 05:05:43 2002 EDT Modified files: /phpdoc/howto howto.html.tar.gz Log: New Howto HTML files Index: phpdoc/howto/howto.html.tar.gz

Re: [PHP-DOC] coding standards - draft

2002-01-09 Thread Gabor Hojtsy
Thanks for your additions. Looking forward for more.:-) I tried to incorporate them, also the contributions from the other people. Have a look online http://www.holliwell.de/draft/draft1 or download at http://www.holliwell.de/draft/draft1.tar.gz (about 4kb) Keep in mind it`s a draft and

Re: [PHP-DOC] cvs: phpdoc / Makefile.in

2002-01-09 Thread Gabor Hojtsy
hholzgra Tue Jan 8 17:26:34 2002 EDT Modified files: /phpdoc Makefile.in Log: PLEASE TEST THIS OUT! i have tried to clean up the makefile by using as much implicit suffix rules as possible ... make test, make howto and make howtotgz worked for under

[PHP-DOC] cvs: phpdoc /howto howto.xml

2002-01-09 Thread Mark Kronsbein
mk Wed Jan 9 05:27:15 2002 EDT Modified files: /phpdoc/howto howto.xml Log: Added a point for me to TODO Index: phpdoc/howto/howto.xml diff -u phpdoc/howto/howto.xml:1.23 phpdoc/howto/howto.xml:1.24 --- phpdoc/howto/howto.xml:1.23 Wed Jan 9

[PHP-DOC] array_unique example

2002-01-09 Thread Marco Cucinato
at line 1989, the example for PHP 4.0.6 reads array(2) { [3]= int(4) [4]= int(3) } but both my PHP 4.0.6 and 4.1.1 say instead array(2) { [0]= int(4) [2]= string(1) 3 } can somebody try and confirm it? -- Marco Cucinato

[PHP-DOC] array.xml examples literal or varname

2002-01-09 Thread Marco Cucinato
hello, i noted that in array.xml: 368 This makes varname$result/varname have 626 This makes varname$result/varname have 1519 This makes both varname$result/varname and but 1049 The literal$result/literal will be: 1114 The literal$result/literal will be: should we use

Re: [PHP-DOC] coding standards - draft

2002-01-09 Thread Friedhelm Betz
Thanks for your additions. Looking forward for more.:-) I tried to incorporate them, also the contributions from the other people. Have a look online http://www.holliwell.de/draft/draft1 or download at http://www.holliwell.de/draft/draft1.tar.gz (about 4kb) Keep in mind it`s a draft and

[PHP-DOC] cvs: phpdoc /it/functions array.xml bzip2.xml

2002-01-09 Thread Marco Cucinato
cucinatoWed Jan 9 07:05:58 2002 EDT Modified files: /phpdoc/it/functionsarray.xml bzip2.xml Log: Synced to EN version Index: phpdoc/it/functions/array.xml diff -u phpdoc/it/functions/array.xml:1.39 phpdoc/it/functions/array.xml:1.40 ---

[PHP-DOC] Re: array.xml examples literal or varname

2002-01-09 Thread Gyozo Papp
i changed in the Hungarian translation because I couldn't see the difference. Marco Cucinato [EMAIL PROTECTED] wrote in message 3C3C2C25.30690.78E94E@localhost">news:3C3C2C25.30690.78E94E@localhost... | hello, | | i noted that in array.xml: | 368 This makes varname$result/varname

Re: [PHP-DOC] See also

2002-01-09 Thread Hartmut Holzgraefe
Gabor Hojtsy wrote: I would like to have a para role=seealso special rendering +1 to something like this, will be cool to have 'See also' a bit more structured. I would like to see something like: para role=seealso functionecho/funtcion, functionprint/funtcion, and

[PHP-DOC] Re: array_unique example

2002-01-09 Thread Gyozo Papp
It was me who changed it. What box do you use? I get this results PHP4.0.6 under Win PWS and 4.1.1, too. Note that I report it as a bug: http://bugs.php.net/?id=14805 Marco Cucinato [EMAIL PROTECTED] wrote in message

[PHP-DOC] cvs: phpdoc / TODO

2002-01-09 Thread Hartmut Holzgraefe
hholzgraWed Jan 9 07:33:38 2002 EDT Modified files: /phpdoc TODO Log: mroe todos Index: phpdoc/TODO diff -u phpdoc/TODO:1.10 phpdoc/TODO:1.11 --- phpdoc/TODO:1.10Fri Dec 28 22:13:36 2001 +++ phpdoc/TODO Wed Jan 9 07:33:38 2002 @@ -14,6

[PHP-DOC] cvs: phpdoc / TODO

2002-01-09 Thread Hartmut Holzgraefe
hholzgraWed Jan 9 07:38:47 2002 EDT Modified files: /phpdoc TODO Log: whitespace Index: phpdoc/TODO diff -u phpdoc/TODO:1.11 phpdoc/TODO:1.12 --- phpdoc/TODO:1.11Wed Jan 9 07:33:38 2002 +++ phpdoc/TODO Wed Jan 9 07:38:47 2002 @@ -15,9 +15,9

Re: [PHP-DOC] See also

2002-01-09 Thread Gabor Hojtsy
what about simplelist type='inline' role='seealso' memberfunctionecho/functionmember/ memberfunctionprint/functionmember/ memberfunctionprintf/functionmember/ /simplelist or simplelist type='inline' role='seealso-functions' memberechomember/ memberprintmember/

Re: [PHP-DOC] coding standards - draft

2002-01-09 Thread Gabor Hojtsy
+1 for trigger_error(); -1 for user_error: alias for trigger_error OK, use trigger_error(). Is user_error() a deprecated alias? syslog seems always a bit suspicious to me. Depending on the webserver configuration, that user may have insufficient rights to write into?? On win detailed tuning

Re: [PHP-DOC] coding standards - draft

2002-01-09 Thread Gabor Hojtsy
(Sample output: not as familiar to docbook as you are. Therefore i just copied this from array.xml; first example with screen.. Btw. there are many differrent ways used with this sreen thing.) Check if it is still there, from where you copied. If it is, then it is docbook compatible. I

[PHP-DOC] cvs: phpdoc / TODO

2002-01-09 Thread Gabor Hojtsy
gobaWed Jan 9 08:06:00 2002 EDT Modified files: /phpdoc TODO Log: I would like to see install.xml splitted up :) Index: phpdoc/TODO diff -u phpdoc/TODO:1.12 phpdoc/TODO:1.13 --- phpdoc/TODO:1.12Wed Jan 9 07:38:47 2002 +++ phpdoc/TODO Wed Jan

Re: [PHP-DOC] See also

2002-01-09 Thread Jirka Kosek
Gabor Hojtsy wrote: Well, that can also be fine, and better then para, because it is actually a list, and not a para, as it can be seen :)) The second one is better in keys need to be typed sense :) But, we have see also parts, where we have some functions and some parts refereced, and to

Re: [PHP-DOC] See also

2002-01-09 Thread Gabor Hojtsy
Well, that can also be fine, and better then para, because it is actually a list, and not a para, as it can be seen :)) The second one is better in keys need to be typed sense :) But, we have see also parts, where we have some functions and some parts refereced, and to express this,

[PHP-DOC] CHM discussions new list ?

2002-01-09 Thread Gabor Hojtsy
Hi! As the New CHM is going to get to a stage, where most of the time graphics design, javascript and CSS questions need to be discussed, I would like to ask a question about whether this discussion should be moved to a separate list (eg. [EMAIL PROTECTED] or something like that), or may it stay

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

2002-01-09 Thread Luca Perugini
peruginiWed Jan 9 09:05:30 2002 EDT Modified files: /phpdoc/it language-snippets.ent Log: Changed constantFALSE/constant with false; Index: phpdoc/it/language-snippets.ent diff -u phpdoc/it/language-snippets.ent:1.13

Re: [PHP-DOC] Re: array_unique example

2002-01-09 Thread Marco Cucinato
What box do you use? I get this results PHP4.0.6 under Win PWS and 4.1.1, too. PHP 4.0.6 under Mandrake 8.0 i386, PHP 4.1.1 under RedHat 7.1 i386. Note that I report it as a bug: http://bugs.php.net/?id=14805 Oh yes, it seems to be so. However, it behaves like the original manual

[PHP-DOC] cvs: phpdoc /scripts genfuncindex.php genfunclist.sh genfuncsummary.sh process.php revcheck.php sort_aliases.php

2002-01-09 Thread Jan Lehnardt
jan Wed Jan 9 09:50:45 2002 EDT Modified files: /phpdoc/scripts genfuncindex.php genfunclist.sh genfuncsummary.sh process.php revcheck.php sort_aliases.php Log: added or renewed license header Index:

Re: [PHP-DOC] array_unique example

2002-01-09 Thread Simone Cortesi
At 11.40 09/01/02 +0100, Marco Cucinato wrote: but both my PHP 4.0.6 and 4.1.1 say instead array(2) { [0]= int(4) [2]= string(1) 3 } can somebody try and confirm it? On my PHP Version 4.0.6 on System Windows 95/98 4.10 (as it reads with phpinfo), I get: array(2) { [3]=

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

2002-01-09 Thread Markus Fischer
mfischerWed Jan 9 11:51:46 2002 EDT Modified files: /phpdoc/en/functionssockets.xml Log: - Some proto corrections Index: phpdoc/en/functions/sockets.xml diff -u phpdoc/en/functions/sockets.xml:1.29 phpdoc/en/functions/sockets.xml:1.30 ---

Re: [PHP-DOC] coding standards - draft

2002-01-09 Thread holliwell
(Sample output: not as familiar to docbook as you are. Therefore i just copied this from array.xml; first example with screen.. Btw. there are many differrent ways used with this sreen thing.) Check if it is still there, from where you copied. If it is, then it is docbook

[PHP-DOC] cvs: phpdoc /howto howto.ent

2002-01-09 Thread Philip Olson
philip Wed Jan 9 14:43:05 2002 EDT Modified files: /phpdoc/howto howto.ent Log: Added some useful links that'll be integrated into HOWTO Index: phpdoc/howto/howto.ent diff -u phpdoc/howto/howto.ent:1.10 phpdoc/howto/howto.ent:1.11 ---

Re: [PHP-DOC] cvs: phpdoc /howto howto.ent

2002-01-09 Thread Jan Lehnardt
Hi, On Wed, 09 Jan 2002 19:43:05 - Philip Olson [EMAIL PROTECTED] wrote: +!ENTITY url.php.NEWS http://cvs.php.net/co.php/php4/NEWS; why does this have to be uppercase? just curious. Jan -- Q: Thank Jan? A: http://geschenke.an.dasmoped.net/

Re: [PHP-DOC] cvs: phpdoc /howto howto.ent

2002-01-09 Thread Philip Olson
+!ENTITY url.php.NEWS http://cvs.php.net/co.php/php4/NEWS; why does this have to be uppercase? just curious. It doesn't have to be, just kinda is :) Goes along with the url I suppose *shrugs* On a second thought, maybe it should be lowercase, will change it now :) Regards, Philip

[PHP-DOC] cvs: phpdoc /howto howto.ent

2002-01-09 Thread Philip Olson
philip Wed Jan 9 15:29:28 2002 EDT Modified files: /phpdoc/howto howto.ent Log: oops, got carried away :) typo. Index: phpdoc/howto/howto.ent diff -u phpdoc/howto/howto.ent:1.11 phpdoc/howto/howto.ent:1.12 --- phpdoc/howto/howto.ent:1.11 Wed Jan 9

Re: [PHP-DOC] coding standards - draft

2002-01-09 Thread Gyozo Papp
Gabor Hojtsy [EMAIL PROTECTED] wrote in message 005101c1990c$bac51520$281ca3d5@Mia">news:005101c1990c$bac51520$281ca3d5@Mia... | +1 for trigger_error(); -1 for user_error: alias for trigger_error +1 for trigger_error(); -1 for user_error, so do I. IMHO, the main point is that using

[PHP-DOC] Missing docs on new global variables

2002-01-09 Thread Bjarte Husebø
I cannot find any info on the new $_GET, $_POST, $_COOKIE, $_SERVER and $_ENV variables in the current documentation. Are these variables documented somewhere else? Will they appear in the official docs soon? Thanks, -Bjarte-

Re: [PHP-DOC] Missing docs on new global variables

2002-01-09 Thread Philip Olson
Will they appear in the official docs soon? Yep. The page is being completely redone. For now, the 4.1.0 release announcement has the info. Regards, Philip Olson

[PHP-DOC] Windows HTML help (chm) not updated

2002-01-09 Thread Bjarte Husebo
Gazing at http://www.php.net/download-docs.php for downloadable documentation, I have found that all english formats were updated on 5th January 2002 - except for the Windows version which was updated on 20th December 2001. Is it possible to automagically keep the Windows version as updated as

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

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 18:43:27 2002 EDT Modified files: /phpdoc/en/functionsmath.xml Log: added example for ceil() Index: phpdoc/en/functions/math.xml diff -u phpdoc/en/functions/math.xml:1.64 phpdoc/en/functions/math.xml:1.65 ---

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

2002-01-09 Thread Hartmut Holzgraefe
hholzgraWed Jan 9 18:51:54 2002 EDT Modified files: /phpdoc configure.in Log: compatibility fixx Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.110 phpdoc/configure.in:1.111 --- phpdoc/configure.in:1.110 Tue Jan 8 15:32:15 2002 +++

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

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 18:59:53 2002 EDT Modified files: /phpdoc/en/functionsmath.xml Log: added example to abs(), corrected spelling errors Index: phpdoc/en/functions/math.xml diff -u phpdoc/en/functions/math.xml:1.65

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

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 19:07:21 2002 EDT Modified files: /phpdoc/en/functionsarray.xml Log: corrected spelling errors Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.150 phpdoc/en/functions/array.xml:1.151 ---

RE: [PHP-DOC] cvs: phpdoc /en/chapters install.apache.xml install.caudium.xml install.commandline.xml install.configure.xml install.fhttpd.xml install.hpux.xml install.iis.xml install.linux.xml install.macosx.xml install.netscape-enterprise.xml install.om

2002-01-09 Thread James Cox
Nice work on this! James -Original Message- From: Mark Kronsbein [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:52 PM To: [EMAIL PROTECTED] Subject: [PHP-DOC] cvs: phpdoc /en/chapters install.apache.xml install.caudium.xml install.commandline.xml

Re: [PHP-DOC] cvs: phpdoc /en/chapters install.apache.xml install.caudium.xml install.commandline.xml install.configure.xml install.fhttpd.xml install.hpux.xml install.iis.xml install.linux.xml install.macosx.xml install.netscape-enterprise.xml install.om

2002-01-09 Thread Mark Kronsbein
James Cox wrote: Nice work on this! Thanx alot! The resulting HTML file is way too big IMHO. Mark -- German Gabber Network @ http://www.gabber.de Infos und Tips zu PHP http://www.php-homepage.de

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

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 19:17:41 2002 EDT Modified files: /phpdoc/en/functionscom.xml Log: whitespace correction Index: phpdoc/en/functions/com.xml diff -u phpdoc/en/functions/com.xml:1.27 phpdoc/en/functions/com.xml:1.28 ---

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

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 19:38:23 2002 EDT Modified files: /phpdoc/en/functionscyrus.xml Log: whitespace correction Index: phpdoc/en/functions/cyrus.xml diff -u phpdoc/en/functions/cyrus.xml:1.5 phpdoc/en/functions/cyrus.xml:1.6 ---

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

2002-01-09 Thread Mark Kronsbein
mk Wed Jan 9 19:41:43 2002 EDT Modified files: /phpdoc/en/chapters install.caudium.xml Log: Fix this Index: phpdoc/en/chapters/install.caudium.xml diff -u phpdoc/en/chapters/install.caudium.xml:1.1 phpdoc/en/chapters/install.caudium.xml:1.2 ---

[PHP-DOC] cvs: phpdoc /en/functions curl.xml cybermut.xml datetime.xml dbm.xml

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 19:43:33 2002 EDT Modified files: /phpdoc/en/functionscurl.xml cybermut.xml datetime.xml dbm.xml Log: corrected spelling errors Index: phpdoc/en/functions/curl.xml diff -u phpdoc/en/functions/curl.xml:1.23

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

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 19:46:06 2002 EDT Modified files: /phpdoc/en/functionscurl.xml Log: more spelling errors Index: phpdoc/en/functions/curl.xml diff -u phpdoc/en/functions/curl.xml:1.24 phpdoc/en/functions/curl.xml:1.25 ---

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

2002-01-09 Thread Mark Kronsbein
mk Wed Jan 9 19:46:48 2002 EDT Modified files: /phpdoc/en/chapters install.caudium.xml Log: Arghs! Index: phpdoc/en/chapters/install.caudium.xml diff -u phpdoc/en/chapters/install.caudium.xml:1.2 phpdoc/en/chapters/install.caudium.xml:1.3 ---

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

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 19:51:21 2002 EDT Modified files: /phpdoc/en/functionscybermut.xml datetime.xml Log: spelling, parameter corrections Index: phpdoc/en/functions/cybermut.xml diff -u phpdoc/en/functions/cybermut.xml:1.13

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

2002-01-09 Thread Yasuo Ohgaki
yohgaki Wed Jan 9 19:59:17 2002 EDT Modified files: /phpdoc/en/functionsshmop.xml Log: Additional features are added. Patch by [EMAIL PROTECTED] Index: phpdoc/en/functions/shmop.xml diff -u phpdoc/en/functions/shmop.xml:1.11

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

2002-01-09 Thread Yasuo Ohgaki
yohgaki Wed Jan 9 20:03:06 2002 EDT Modified files: /phpdoc/en/functionsshmop.xml Log: Added EXPERIMENTAL note. # this should be in there... Index: phpdoc/en/functions/shmop.xml diff -u phpdoc/en/functions/shmop.xml:1.12

[PHP-DOC] cvs: phpdoc /en/features persistent-connections.xml

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 20:56:08 2002 EDT Modified files: /phpdoc/en/features persistent-connections.xml Log: fixed reference to mssql_pconnect, spelling errors Index: phpdoc/en/features/persistent-connections.xml diff -u

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

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 21:11:29 2002 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: addcslashes: doc bug #14935 Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.151 phpdoc/en/functions/strings.xml:1.152

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

2002-01-09 Thread Kenneth Schwartz
irc-htmlWed Jan 9 22:09:49 2002 EDT Added files: /phpdoc/en/appendices predefined.xml Log: Incremental update for list of predefined variables and constants. Please don't link or translate, just copied over the information from the chapter

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

2002-01-09 Thread Yasuo Ohgaki
yohgaki Thu Jan 10 02:37:38 2002 EDT Modified files: /phpdoc/en/functionssession.xml Log: Clarify user session save handlers return values Index: phpdoc/en/functions/session.xml diff -u phpdoc/en/functions/session.xml:1.71