Re: [PHP-DOC] about array.xml

2002-01-04 Thread Gabor Hojtsy
| 1) two aliases are documented: | pos() | sizeof() aliases should be removed or not? These are to remain. Aliases like these contain just the very basics. Aliases like mysql_numrows are not documented seperately as they have such similar names (mysql_num_rows). Aren't these

Re: [PHP-DOC] Predefined Variables Section

2002-01-04 Thread Gabor Hojtsy
Thanks for the suggestions philip. Anyone else have any suggestions, even better, objections? I'd rather not take silence as a yes while someone may object to it. +1 for a predefined variables *and constants* section IMHO it would be nice to have predefined variables and constant listed in

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 06:05:55 2002 EDT Modified files: /phpdoc/en/appendices history.xml Log: Adding PHP-GTK history provided by Andrei Index: phpdoc/en/appendices/history.xml diff -u phpdoc/en/appendices/history.xml:1.10

Re: [PHP-DOC] about array.xml

2002-01-04 Thread Egon Schmid
From: Gabor Hojtsy [EMAIL PROTECTED] | 1) two aliases are documented: | pos() | sizeof() aliases should be removed or not? These are to remain. Aliases like these contain just the very basics. Aliases like mysql_numrows are not documented seperately as they have such

Re: [PHP-DOC] about array.xml

2002-01-04 Thread Gabor Hojtsy
Aren't these aliases deprecated? I am not working at php-dev, so I can only guess that these are old, and may not be adviced. I agree with Philip. pos() and sizeof() are in common use so both functions should point to the real functions. If it is removed from the manual, nobody can find

[PHP-DOC] make phpdoc root dir a bit more clear

2002-01-04 Thread Gabor Hojtsy
Hi! Now all dsl.in, xsl.in, dsl and xsl files, some readme stuff and scripts are in the phpdoc root path. It is sometimes hard to find the files or things you are looking for, just because the number of files, and the different nature of them are getting confusing. It would be nice IMHO to make

[PHP-DOC] cvs: phpdoc / docbook.tags

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 07:17:09 2002 EDT Removed files: /phpdoc docbook.tags Log: Remove outdated docbook tags list

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 07:47:45 2002 EDT Removed files: /phpdoc genfuncindex.in Modified files: /phpdoc Makefile.in Log: Replace genfuncindex with make funcindex in Makefile Index: phpdoc/Makefile.in diff -u

[PHP-DOC] cvs: phpdoc / .cvsignore

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 07:52:09 2002 EDT Modified files: /phpdoc .cvsignore Log: *.ced duplicate, php3 not needed, genfuncindex just removed Index: phpdoc/.cvsignore diff -u phpdoc/.cvsignore:1.24 phpdoc/.cvsignore:1.25 --- phpdoc/.cvsignore:1.24 Sat

[PHP-DOC] cvs: phpdoc /en .cvsignore /hu .cvsignore

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 08:32:03 2002 EDT Removed files: /phpdoc/en .cvsignore /phpdoc/hu .cvsignore Log: No files of these kind can anytime appear here, so there is no need to ignore them

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

2002-01-04 Thread Sascha Schumann
sas Fri Jan 4 08:36:22 2002 EDT Modified files: /phpdoc/en/functionsfilesystem.xml Log: Refine description of touch Add a note that should prevent others from reimplementing utime, because they did not find touch in the manual :-) Index:

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

2002-01-04 Thread Gyozo Papp
pgerzsonFri Jan 4 09:34:02 2002 EDT Modified files: /phpdoc/en/functionsarray.xml Log: correct See also cross references and exampe outputs for several functions and array_unique note on preserving keys Index: phpdoc/en/functions/array.xml

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 09:41:54 2002 EDT Modified files: /phpdoc/scripts checkent.php Log: Make checkent script more phpdocish, read file all at once, only search for checked entities Index: phpdoc/scripts/checkent.php diff -u

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 09:45:23 2002 EDT Modified files: /phpdoc/en/functionsarray.xml Log: No para inside para allowed, correct array.xml build error. Apart from this, the manual builds locally on my machine Index: phpdoc/en/functions/array.xml diff

[PHP-DOC] about array.xml 2.

2002-01-04 Thread Papp Gyozo
1) OK, pos() and sizeof() remains. Maybe have a link to appendix G List of Function Aliases? I've just realized that the doc says there are two kind of alias. (decrepated ones and very basic ones as earlier mentioned) It may worth mentioning this difference with a link, or not? If so,

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

2002-01-04 Thread Hartmut Holzgraefe
hholzgraFri Jan 4 10:03:05 2002 EDT Modified files: /phpdoc configure.in Log: genfuncindex removed Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.87 phpdoc/configure.in:1.88 --- phpdoc/configure.in:1.87Tue Nov 27 15:57:43 2001 +++

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

2002-01-04 Thread Hartmut Holzgraefe
hholzgraFri Jan 4 10:04:33 2002 EDT Modified files: /phpdoc configure.in Log: nuke 2nd reference to genfuncindex Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.88 phpdoc/configure.in:1.89 --- phpdoc/configure.in:1.88Fri Jan 4

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 11:06:07 2002 EDT Added files: /phpdoc/scripts checkdoc.php Log: Ported the chechdoc script from Perl to PHP, the most common language known by any person here in the doc group :) Index: phpdoc/scripts/checkdoc.php +++

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 11:06:51 2002 EDT Modified files: /phpdoc/scripts checkent.php Log: Check for used quote and not hardcoded Index: phpdoc/scripts/checkent.php diff -u phpdoc/scripts/checkent.php:1.2 phpdoc/scripts/checkent.php:1.3 ---

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 11:14:27 2002 EDT Modified files: /phpdoc Makefile.in Log: New script for checking phpdoc status, missing functions, and functions not in source Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.in:1.78 phpdoc/Makefile.in:1.79 ---

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 11:15:07 2002 EDT Removed files: /phpdoc checkdoc.in Log: This is ported to scripts/checkdoc.php now

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 11:19:01 2002 EDT Modified files: /phpdoc configure.in Log: No more Perl used here, no checkdoc script used, replace by checkdoc.php Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.89 phpdoc/configure.in:1.90 ---

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

2002-01-04 Thread Egon Schmid
From: Gyozo Papp [EMAIL PROTECTED] pgerzson Fri Jan 4 09:34:02 2002 EDT Modified files: /phpdoc/en/functions array.xml Log: correct See also cross references and exampe outputs for several functions and array_unique note on preserving keys Oh, I havenĀ“t understood what you

[PHP-DOC] cvs: phpdoc / .cvsignore

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 11:32:19 2002 EDT Modified files: /phpdoc .cvsignore Log: Removing checkdoc from cvsignore Index: phpdoc/.cvsignore diff -u phpdoc/.cvsignore:1.25 phpdoc/.cvsignore:1.26 --- phpdoc/.cvsignore:1.25 Fri Jan 4 07:52:09 2002 +++

[PHP-DOC] Bug #14839 Updated: getcwd() and `pwd`, PHP behaviour nor clearly documented

2002-01-04 Thread mfischer
ID: 14839 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Summary: getcwd() and `pwd` report incorrect directory Old Status: Closed Status: Open Old Bug Type: *Directory/Filesystem functions Bug Type: Documentation problem Operating System: Linux, FreeBSD, Solaris PHP Version: 4.0.5 New

[PHP-DOC] Document Skeletons

2002-01-04 Thread Kenneth Schwartz
Is there some sort of specific skeleton I should use to create the files in en/appendices/? I need to create two files, variables.xml and constants.xml for the predefined constants and predefined variables sections. If there isn't a template, I'll copy over one of the existing appendices and

Re: [PHP-DOC] Document Skeletons

2002-01-04 Thread Gabor Hojtsy
Is there some sort of specific skeleton I should use to create the files in en/appendices/? I need to create two files, variables.xml and constants.xml for the predefined constants and predefined variables sections. If there isn't a template, I'll copy over one of the existing appendices

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

2002-01-04 Thread Georg Richter
georg Fri Jan 4 17:19:25 2002 EDT Modified files: /phpdoc/en/functionsdio.xml Log: documented dio-functions still open: dio_fnctl (cmd params) Index: phpdoc/en/functions/dio.xml diff -u phpdoc/en/functions/dio.xml:1.4

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 17:21:27 2002 EDT Modified files: /phpdoc/en/appendices about.xml Log: Word error corrected Index: phpdoc/en/appendices/about.xml diff -u phpdoc/en/appendices/about.xml:1.7 phpdoc/en/appendices/about.xml:1.8 ---

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

2002-01-04 Thread Lars Torben Wilson
Please revert this; it was correct before. Gabor Hojtsy writes: goba Fri Jan 4 17:21:27 2002 EDT Modified files: /phpdoc/en/appendices about.xml Log: Word error corrected Index: phpdoc/en/appendices/about.xml diff -u

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

2002-01-04 Thread Gabor Hojtsy
gobaFri Jan 4 17:37:01 2002 EDT Modified files: /phpdoc/en/appendices about.xml Log: I am not familiar with this wording, sorry, reverting... Index: phpdoc/en/appendices/about.xml diff -u phpdoc/en/appendices/about.xml:1.8

[PHP-DOC] the right way?

2002-01-04 Thread Friedhelm Betz
Hi, sorry for the perhaps stupid question...:-) What to do if I encounter errors in the docu, I am not able to correct myself? Writing a bug report at bugs.php.net or reporting on the list? Friedhelm

RE: [PHP-DOC] the right way?

2002-01-04 Thread James Cox
You can do both, or, if you feel comfortable, you could apply for cvs access to fix the bugs. :) James Cox -- James Cox :: [EMAIL PROTECTED] Please CC me when replying to my messages. Was I helpfull? http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/ -Original

Re: [PHP-DOC] the right way?

2002-01-04 Thread Friedhelm Betz
Hi You can do both, or, if you feel comfortable, you could apply for cvs access to fix the bugs. :) James Cox Oh, I have an cvs account for phpdoc. But I was talking about errors, I am not able to fix myself :-) and therefore my cvs account doesn`t seem to help too much. Friedhelm

Re: [PHP-DOC] the right way?

2002-01-04 Thread Egon Schmid
From: Friedhelm Betz [EMAIL PROTECTED] You can do both, or, if you feel comfortable, you could apply for cvs access to fix the bugs. :) James Cox Oh, I have an cvs account for phpdoc. But I was talking about errors, I am not able to fix myself :-) and therefore my cvs account doesn`t

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

2002-01-04 Thread Gyozo Papp
pgerzsonFri Jan 4 19:06:15 2002 EDT Modified files: /phpdoc/en/functionsarray.xml Log: re-insert commas into 'See also' cross reference section Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.149

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

2002-01-04 Thread Papp Gyozo
From: Egon Schmid [EMAIL PROTECTED] Subject: Re: [PHP-DOC] cvs: phpdoc /en/functions array.xml | From: Gyozo Papp [EMAIL PROTECTED] | | pgerzson Fri Jan 4 09:34:02 2002 EDT | |Modified files: | /phpdoc/en/functions array.xml |Log: |correct See also cross

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

2002-01-04 Thread Egon Schmid
From: Papp Gyozo [EMAIL PROTECTED] From: Egon Schmid [EMAIL PROTECTED] Subject: Re: [PHP-DOC] cvs: phpdoc /en/functions array.xml | From: Gyozo Papp [EMAIL PROTECTED] | | pgerzson Fri Jan 4 09:34:02 2002 EDT | |Modified files: | /phpdoc/en/functions array.xml |Log: |

[PHP-DOC] Bug #14714 Updated: String tokenizer appears to only work with tokens of size equal to one.

2002-01-04 Thread zak
ID: 14714 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Old Bug Type: Strings related Bug Type: Documentation problem Operating System: linux redhat 7.0 PHP Version: 4.1.0 New Comment: strtok splits a string into tokens, each token delimited by any character

[PHP-DOC] Bug #14714 Updated: String tokenizer appears to only work with tokens of size equal to one.

2002-01-04 Thread s371117
ID: 14714 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: linux redhat 7.0 PHP Version: 4.1.0 New Comment: Thanks for that. I ended up using explode() to do what I wanted. A user comment directed me to do

[PHP-DOC] cvs: phpdoc / funclist.txt funcsummary.txt

2002-01-04 Thread Egon Schmid
eschmid Sat Jan 5 02:58:33 2002 EDT Modified files: /phpdoc funclist.txt funcsummary.txt Log: Newer versions. Index: phpdoc/funclist.txt diff -u phpdoc/funclist.txt:1.14 phpdoc/funclist.txt:1.15 --- phpdoc/funclist.txt:1.14Sun Dec 30 03:49:48 2001