[PHP-DOC] Bug #14759: Incorrect version listed as start version of feature

2001-12-30 Thread asavage
From: [EMAIL PROTECTED] Operating system: OS/2 Warp 4 PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: Incorrect version listed as start version of feature http://www.php.net/manual/en/function.fgets.php says, in part, "Note: The length parameter

[PHP-DOC] Bug #14760: Belangloser Fehler in der de Übersetzung

2001-12-30 Thread christian . hamacher
From: [EMAIL PROTECTED] Operating system: German Manual PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: Belangloser Fehler in der de Übersetzung Hi Egon und Co, in /de/html/function.assert.html hat sich ein kleiner Fehler eingeschlichen. -- *

[PHP-DOC] cvs: phpdoc /de/functions info.xml

2001-12-30 Thread Georg Richter
georg Sun Dec 30 03:41:11 2001 EDT Modified files: /phpdoc/de/functionsinfo.xml Log: Bug 14760 (typo) fixed Index: phpdoc/de/functions/info.xml diff -u phpdoc/de/functions/info.xml:1.25 phpdoc/de/functions/info.xml:1.26 --- phpdoc/de/functions/i

[PHP-DOC] Bug #14760 Updated: Belangloser Fehler in der de Übersetzung

2001-12-30 Thread georg
ID: 14760 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: German Manual PHP Version: 4.1.1 New Comment: typo fixed Previous Comments: [20

[PHP-DOC] Bug #14761: spelling error

2001-12-30 Thread asavage
From: [EMAIL PROTECTED] Operating system: OS/2 Warp 4 PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: spelling error http://www.php.net/manual/en/function.trim.php Example 1. Usuage example of trim() should be "Usage". (I figure, nobody ever

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

2001-12-30 Thread Egon Schmid
eschmid Sun Dec 30 03:49:48 2001 EDT Modified files: /phpdoc funclist.txt funcsummary.txt Log: Newer version. Index: phpdoc/funclist.txt diff -u phpdoc/funclist.txt:1.13 phpdoc/funclist.txt:1.14 --- phpdoc/funclist.txt:1.13Fri Dec 7 04:58:52 2001 +++

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

2001-12-30 Thread Georg Richter
georg Sun Dec 30 03:50:53 2001 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: fixed bug 14761 (typo) Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.145 phpdoc/en/functions/strings.xml:1.146 --- phpdoc/

[PHP-DOC] Bug #14761 Updated: spelling error

2001-12-30 Thread georg
ID: 14761 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: OS/2 Warp 4 PHP Version: 4.1.1 New Comment: typo fixed Previous Comments: [2001

[PHP-DOC] IMPORTANT: 'make test' before committing files

2001-12-30 Thread Georg Richter
Dear members of PHPDOC, please check your documentation changes with 'make test' before committing your files into the cvs-tree. Its really boring if you can't compile and test your own changes, cause make fails. Georg

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

2001-12-30 Thread Vlad Krupin
vladSun Dec 30 06:51:06 2001 EDT Modified files: /phpdoc/en/functionsdbase.xml Log: Documented fix to bug #5993 (that large integers that would have caused an integer overflow (> 32 bits) will now be returned as strings instead. #Hope I have insert

Re: [PHP-DOC] Re: [PHP-DEV] [IMPORTANT] wishes for php ...

2001-12-30 Thread Gabor Hojtsy
> Ah, and btw, that's what we've the documentation team for, no? Well, no php-dev people is engaged to know DocBook XML, the doc building process, or translation related things. No phpdoc people engaged to know C, some know very few C, or have no experience with C at all. I have seen a note

Re: [PHP-DOC] IMPORTANT: 'make test' before committing files

2001-12-30 Thread Gabor Hojtsy
> please check your documentation changes with 'make test' before committing > your files into the cvs-tree. > > Its really boring if you can't compile and test your own changes, cause make > fails. There is documentation about how to set up a test system on Linux or on Windows in the HOWTO for t

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

2001-12-30 Thread Gabor Hojtsy
Here are the current errors caused by Mark's changes. He has no test system, so this may help. It would be good if anybody can correct these mistakes. The output is from a cygwin bash shell under windows: administrator@MIA /cygdrive/g/phpcvs/phpdoc $ make test ../phpdoc-tools/jade/nsgmls.exe -i l

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

2001-12-30 Thread Wolfgang Drews
> Here are the current errors caused by Mark's changes. He has > no test system, so this may help. It would be good if anybody > can correct these mistakes. The output is from a cygwin bash > shell under windows: ok, it seems the problem is (1) double definitions of id. Shall we one of them or s

Re: [PHP-DOC] Suggestion for configuration options in install.xml

2001-12-30 Thread Mark Kronsbein
> This is such a common snippet, that we could put in in > language-snippets.ent. Okay. As this was only an example, there will be a lot more to put into outside files, just like URLs. > not worth it. It would be much better to include an explanation place Great suggestion! Mark

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

2001-12-30 Thread Gabor Hojtsy
> > Here are the current errors caused by Mark's changes. He has > > no test system, so this may help. It would be good if anybody > > can correct these mistakes. The output is from a cygwin bash > > shell under windows: > > ok, it seems the problem is > > (1) double definitions of id. Shall we

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

2001-12-30 Thread Mark Kronsbein
> Add missing tags. IDs not corrected, so this > won't build... What do you mean with "IDs"? This: > I just did install.configure.OPTION. There could (and probably are) double IDs, so what shall I do? Something like install.configure.with-jpeg-dir-gd for GD and install.configure.

Re: [PHP-DOC] IMPORTANT: 'make test' before committing files

2001-12-30 Thread Mark Kronsbein
> There is documentation about how to set up a test system on Linux > or on Windows in the HOWTO for those who don't know. Mea culpa, I'll try to install a test system rught now ;) Mark

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

2001-12-30 Thread Mark Kronsbein
> Here are the current errors caused by Mark's changes. He has > no test system, so this may help. It would be good if anybody Thanx. As I wrote, I'll install it right now. > can correct these mistakes. The output is from a cygwin bash > shell under windows: Thanx. As I already asked, what sh

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

2001-12-30 Thread Mark Kronsbein
> (1) double definitions of id. Shall we one of them or shall > we change the name of the id? Example: > > As both explanations say the same, i suggest to erase one. No! Since these are two different options. Mark

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

2001-12-30 Thread Wolfgang Drews
> It's not that hard to make the content to build, but to make > the content contain the deleted and useful parts, such > as the grouping of server related options would not be that > easy... yes and no. look at with-ftp. this is a reference from ftp.xml and so a problem in a document outside. we

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

2001-12-30 Thread Mark Kronsbein
> It's not that hard to make the content to build, but to make > the content contain the deleted and useful parts, such > as the grouping of server related options would not be that > easy... This will be the next part. > I am afraid, that if someone make this build, then we will forget > about

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

2001-12-30 Thread Wolfgang Drews
> No! Since these are two different options. ok, haven't said anything :-) -Wolfgang -- Deutscher PHP-Knotenpunkt Dynamic Web Pages: http://www.dynamicwebpages.de Scripte, Tutorials, Installation, Bücher, BestofGML, Manual, Links uvm. PHP 4: Dynamische Webauftritte professionell realisieren: ht

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

2001-12-30 Thread Mark Kronsbein
> Within the install.xml there are only grafix-options (tiff,jepg,png) wich > are double (btw. why are they double in ./configure --help ?). I would > suggest to erase those three. But if i am wrong, please tell me why > they are needed. Read my mail ;) These are double, because they are used for

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

2001-12-30 Thread Gabor Hojtsy
> > can correct these mistakes. The output is from a cygwin bash > > shell under windows: > > Thanx. As I already asked, what shall I do with non-existant/duplicate > IDs? IDs should be unique, so you need to put every similar option under one id, or put something unique after the IDs. As you c

[PHP-DOC] Bug #14772 Updated: some links are missing (cosmetic error)

2001-12-30 Thread goba
ID: 14772 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Website problem Bug Type: Documentation problem Operating System: n/a PHP Version: 4.1.1 New Comment: This is a docu prob. Previous Comments: -

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

2001-12-30 Thread Mark Kronsbein
> IDs should be unique, so you need to put every similar option > under one id, or put something unique after the IDs. Is unique enough? Duplicated entries are for cpdf, pdf and gd, so I just added a "cpdf", "pdf" or "gd". Is this okay? > As you completely changed the options section, you al

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

2001-12-30 Thread Wolfgang Drews
drews Sun Dec 30 10:05:20 2001 EDT Modified files: /phpdoc/en/functionsbzip2.xml Log: changed reference in file to bz2. configure option --with-bzip2 seems to be depreciated. needed for working install.xml Index: phpdoc/en/functions/bzip2.xml diff

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

2001-12-30 Thread Mark Kronsbein
mk Sun Dec 30 10:07:17 2001 EDT Modified files: /phpdoc/en/chapters install.xml Log: Added missing options (also the ones from PHP3), fixed IDs. Thanx to Wolfgang, sorry to the rest. Index: phpdoc/en/chapters/install.xml diff -u phpdoc/en/chapters/instal

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

2001-12-30 Thread Gabor Hojtsy
> Modified files: > /phpdoc/en/chapters install.xml > Log: > Added missing options (also the ones from PHP3), fixed IDs > Thanx to Wolfgang, sorry to the rest. Seems it is working now. Goba

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

2001-12-30 Thread Rui Hirokawa
hirokawaSun Dec 30 10:38:34 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: fixed a wrong link for function. Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.146 phpdoc/en/functions/array.xml:1.147 --- php

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

2001-12-30 Thread Georg Richter
georg Sun Dec 30 10:43:04 2001 EDT Added files: /phpdoc/scripts checkent.php Log: little helper script, which checks the links in global.ent Index: phpdoc/scripts/checkent.php +++ phpdoc/scripts/checkent.php #!/usr/bin/php -q *

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

2001-12-30 Thread Mike Robinson
mrobinsoSun Dec 30 10:45:34 2001 EDT Modified files: /phpdoc/en/functionsnetwork.xml Log: fix for 14772 Index: phpdoc/en/functions/network.xml diff -u phpdoc/en/functions/network.xml:1.49 phpdoc/en/functions/network.xml:1.50 --- phpdoc/en/functi

[PHP-DOC] Bug #14772 Updated: some links are missing (cosmetic error)

2001-12-30 Thread mrobinso
ID: 14772 Updated by: mrobinso Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: 4.1.1 New Comment: Fixed in cvs. Thnaks for the report. Previous Comments: ---

[PHP-DOC] Broken links in global entity

2001-12-30 Thread Georg Richter
Hello, there is a new little helper script scripts/checkent.php which checks the http and ftp links in global.ent. PHP has to be configured --enable-ftp. Georg

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

2001-12-30 Thread Mike Robinson
mrobinsoSun Dec 30 11:24:59 2001 EDT Modified files: /phpdoc/en/faq installation.xml Log: fix for 11738 Index: phpdoc/en/faq/installation.xml diff -u phpdoc/en/faq/installation.xml:1.11 phpdoc/en/faq/installation.xml:1.12 --- phpdoc/en/faq/installa

[PHP-DOC] Bug #11738 Updated: Unresolved symbols in Apche DSO

2001-12-30 Thread mrobinso
ID: 11738 Updated by: mrobinso Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: MacOSX 10.0.4 PHP Version: 4.0.6 New Comment: Fixed in CVS. Item added to the FAQ. Previous Comments: -

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

2001-12-30 Thread Mike Robinson
mrobinsoSun Dec 30 11:36:45 2001 EDT Modified files: /phpdoc/en/functionsimage.xml Log: fix for 9710 Index: phpdoc/en/functions/image.xml diff -u phpdoc/en/functions/image.xml:1.72 phpdoc/en/functions/image.xml:1.73 --- phpdoc/en/functions/image

[PHP-DOC] Bug #9710 Updated: ImageTTFText bounding box coordinates incorrect in manual

2001-12-30 Thread mrobinso
ID: 9710 Updated by: mrobinso Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: BSDI 4.1 PHP Version: 4.0.2 New Comment: Fixed in CVS. Thanks for your report. Previous Comments: --

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

2001-12-30 Thread Mike Robinson
mrobinsoSun Dec 30 12:20:27 2001 EDT Modified files: /phpdoc/en/functionsmysql.xml Log: fix small typo Index: phpdoc/en/functions/mysql.xml diff -u phpdoc/en/functions/mysql.xml:1.80 phpdoc/en/functions/mysql.xml:1.81 --- phpdoc/en/functions/mys

[PHP-DOC] cvs: phpdoc /de/appendices aliases.xml

2001-12-30 Thread Mark Kronsbein
mk Sun Dec 30 12:55:17 2001 EDT Added files: /phpdoc/de/appendices aliases.xml Log: First translation of aliases.xml for the German Manual Index: phpdoc/de/appendices/aliases.xml +++ phpdoc/de/appendices/aliases.xml Liste der Funktion Aliase

[PHP-DOC] cvs: phpdoc /de Translators

2001-12-30 Thread Mark Kronsbein
mk Sun Dec 30 13:02:29 2001 EDT Modified files: /phpdoc/de Translators Log: Added aliases.xml Index: phpdoc/de/Translators diff -u phpdoc/de/Translators:1.231 phpdoc/de/Translators:1.232 --- phpdoc/de/Translators:1.231 Sat Dec 29 08:08:17 2001 +++ phpdoc/

[PHP-DOC] cvs: phpdoc /de/appendices aliases.xml

2001-12-30 Thread Mark Kronsbein
mk Sun Dec 30 13:03:40 2001 EDT Modified files: /phpdoc/de/appendices aliases.xml Log: Typo Index: phpdoc/de/appendices/aliases.xml diff -u phpdoc/de/appendices/aliases.xml:1.1 phpdoc/de/appendices/aliases.xml:1.2 --- phpdoc/de/appendices/aliases.xml

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

2001-12-30 Thread Georg Richter
georg Sun Dec 30 13:58:08 2001 EDT Modified files: /phpdoc/en/functionsncurses.xml Log: Documentation for soft label key functions added Index: phpdoc/en/functions/ncurses.xml diff -u phpdoc/en/functions/ncurses.xml:1.4 phpdoc/en/functions/ncur

Re: [PHP-DOC] cvs: phpdoc /de Translators

2001-12-30 Thread Egon Schmid
From: "Mark Kronsbein" <[EMAIL PROTECTED]> > mk Sun Dec 30 13:02:29 2001 EDT > > Modified files: > /phpdoc/de Translators > Log: > Added aliases.xml > > Index: phpdoc/de/Translators > diff -u phpdoc/de/Translators:1.231 phpdoc/de/Translators:1.232 > --- phpdoc/de/Translators:1.231 Sat D

Re: [PHP-DOC] cvs: phpdoc /de Translators

2001-12-30 Thread Georg Richter
> Let Mark know about it, > when you meet him this evening. > Ok, I will tell him that, when I'm not too drunken :-) Georg

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

2001-12-30 Thread jim winstead
jimwSun Dec 30 14:38:46 2001 EDT Modified files: /phpdoc/en/faq installation.xml Log: fix duplicate id Index: phpdoc/en/faq/installation.xml diff -u phpdoc/en/faq/installation.xml:1.12 phpdoc/en/faq/installation.xml:1.13 --- phpdoc/en/faq/installation.

Re: [PHP-DOC] Re: [PHP-DEV] [IMPORTANT] wishes for php ...

2001-12-30 Thread Zak Greant
On 2001-30-12 05:53, Gabor Hojtsy wrote: > > Ah, and btw, that's what we've the documentation team for, no? > > Well, no php-dev people is engaged to know DocBook XML, the > doc building process, or translation related things. No phpdoc people > engaged to know C, some know very few C, or have

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

2001-12-30 Thread jim winstead
jimwSun Dec 30 17:26:40 2001 EDT Modified files: /phpdoc/en/functionsircg.xml Log: ircg_nickname_unescape: fix function name Index: phpdoc/en/functions/ircg.xml diff -u phpdoc/en/functions/ircg.xml:1.17 phpdoc/en/functions/ircg.xml:1.18 --- phpdoc/e

[PHP-DOC] cvs: phpdoc /de Translators

2001-12-30 Thread Mark Kronsbein
mk Sun Dec 30 18:33:34 2001 EDT Modified files: /phpdoc/de Translators Log: Forgot revision of the English file Index: phpdoc/de/Translators diff -u phpdoc/de/Translators:1.232 phpdoc/de/Translators:1.233 --- phpdoc/de/Translators:1.232 Sun Dec 30 13:02:2

Re: [PHP-DOC] cvs: phpdoc /de Translators

2001-12-30 Thread Mark Kronsbein
> please write in the fourth column which English version you have > translated. The version number is needed to make life easier if we > should sync with newer English versions. Let Mark know about it, > when you meet him this evening. I thought of it before commiting and after it, when I was s

[PHP-DOC] cvs: phpdoc /de/features safe-mode.xml

2001-12-30 Thread Mark Kronsbein
mk Sun Dec 30 19:23:57 2001 EDT Modified files: /phpdoc/de/features safe-mode.xml Log: Fehlende Kommata. Setzen, 6 ;) Index: phpdoc/de/features/safe-mode.xml diff -u phpdoc/de/features/safe-mode.xml:1.5 phpdoc/de/features/safe-mode.xml:1.6 --- phpdoc/de/fe

[PHP-DOC] cvs: phpdoc /it/features error-handling.xml http-auth.xml

2001-12-30 Thread Simone Cortesi
cortesi Sun Dec 30 19:28:29 2001 EDT Modified files: /phpdoc/it/features error-handling.xml http-auth.xml Log: sync with EN Index: phpdoc/it/features/error-handling.xml diff -u phpdoc/it/features/error-handling.xml:1.7 phpdoc/it/features/error-handling.xml:

Re: [PHP-DOC] cvs: phpdoc /de/features safe-mode.xml

2001-12-30 Thread Jan Lehnardt
Hi, On Mon, 31 Dec 2001 00:23:57 - "Mark Kronsbein" <[EMAIL PROTECTED]> wrote: > mkSun Dec 30 19:23:57 2001 EDT > > Modified files: > /phpdoc/de/features safe-mode.xml > Log: > Fehlende Kommata. Setzen, 6 ;) please use english logmessages, although

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

2001-12-30 Thread Simone Cortesi
cortesi Sun Dec 30 19:42:47 2001 EDT Modified files: /phpdoc/it/functionsbzip2.xml Log: changing reference to bz2. the manual will now build Index: phpdoc/it/functions/bzip2.xml diff -u phpdoc/it/functions/bzip2.xml:1.7 phpdoc/it/functions/bzip2.xm

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

2001-12-30 Thread Rui Hirokawa
hirokawaSun Dec 30 20:09:52 2001 EDT Modified files: /phpdoc/ja/functionsarray.xml Log: translation updated. Index: phpdoc/ja/functions/array.xml diff -u phpdoc/ja/functions/array.xml:1.36 phpdoc/ja/functions/array.xml:1.37 --- phpdoc/ja/functi