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

2002-03-13 Thread Adrian Jurjica
adiju Thu Mar 14 02:37:19 2002 EDT Added files: /phpdoc/ro/functionsdatetime.xml Log: First romanian version of datetime.xml. Index: phpdoc/ro/functions/datetime.xml +++ phpdoc/ro/functions/datetime.xml Funcþii de timp ºi datã Date/time

Re: [PHP-DOC] rand function definition

2002-03-13 Thread Philip Olson
Fixed. Also, anyone have word as to when or if rand functions "auto seed" if seeds don't exist? iirc, jeroen/sterling did work on that... Regards, Philip On Wed, 13 Mar 2002, Rasmus Lerdorf wrote: > Currently rand shows up as: > > int rand ( void)int rand ( int min, int max) > > at http:

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

2002-03-13 Thread Philip Olson
philip Thu Mar 14 02:10:43 2002 EDT Modified files: /phpdoc/en/functionsmath.xml Log: rand: parameters are optional, removing void reference Index: phpdoc/en/functions/math.xml diff -u phpdoc/en/functions/math.xml:1.75 phpdoc/en/functions/math.xml:1

[PHP-DOC] rand function definition

2002-03-13 Thread Rasmus Lerdorf
Currently rand shows up as: int rand ( void)int rand ( int min, int max) at http://www.php.net/manual/en/function.rand.php This is extremely ugly. Ca we not do: int rand([int min, int max]) ? -Rasmus

Re: [PHP-DOC] /RFC

2002-03-13 Thread Philip Olson
> IMHO this belongs to an appendix. Just make a warning on top, that it > is a) work in progress and so b) not worth translating yet. good idea

Re: [PHP-DOC] CLI documentation

2002-03-13 Thread Philip Olson
I'm not familiar with -r, when was/will it be implemented, 4.2.0 or later? If you know about it, add it to commandline docs. Regarding $argv, directives to consider are: register_argc_argv : argv/argc existing at all register_globals : $argv vs $_SERVER['argv'] Awhile ago someone asked

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

2002-03-13 Thread Stefan Roehrich
sr Wed Mar 13 17:35:05 2002 EDT Modified files: /phpdoc/en/functionszlib.xml Log: Added description of optional encoding_mode to gzencode(). Index: phpdoc/en/functions/zlib.xml diff -u phpdoc/en/functions/zlib.xml:1.23 phpdoc/en/functions/zli

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

2002-03-13 Thread Slawomir Pucia
slawek Wed Mar 13 17:14:12 2002 EDT Modified files: /phpdoc/pl/functionsmysql.xml Log: Typo Index: phpdoc/pl/functions/mysql.xml diff -u phpdoc/pl/functions/mysql.xml:1.21 phpdoc/pl/functions/mysql.xml:1.22 --- phpdoc/pl/functions/mysql.xml:1.21 We

[PHP-DOC] cvs: phpdoc /pl/functions http.xml

2002-03-13 Thread Slawomir Pucia
slawek Wed Mar 13 17:11:26 2002 EDT Modified files: /phpdoc/pl/functionshttp.xml Log: Translation fix (qrak) Index: phpdoc/pl/functions/http.xml diff -u phpdoc/pl/functions/http.xml:1.13 phpdoc/pl/functions/http.xml:1.14 --- phpdoc/pl/functions/http

[PHP-DOC] cvs: phpdoc /pl/faq migration.xml

2002-03-13 Thread Slawomir Pucia
slawek Wed Mar 13 17:09:35 2002 EDT Modified files: /phpdoc/pl/faq migration.xml Log: Translation fix Index: phpdoc/pl/faq/migration.xml diff -u phpdoc/pl/faq/migration.xml:1.5 phpdoc/pl/faq/migration.xml:1.6 --- phpdoc/pl/faq/migration.xml:1.5 Mon

Re: [PHP-DOC] CLI documentation

2002-03-13 Thread Marcus Börger
I know of cause. But we have included -r and argument passing see examples: php -r 'echo "Hello Wolrd!";' php -r 'echo $argv[1];' 'Hello World' php -r 'echo join($argv," ");' Hello World who knows better than me? marcus At 21:32 13.03.2002, Slawomir Pucia wrote: > > I do not want to break th

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

2002-03-13 Thread Lukas Jelinek
luk Wed Mar 13 16:43:21 2002 EDT Added files: /phpdoc/cs/faq installation.xml Log: Index: phpdoc/cs/faq/installation.xml +++ phpdoc/cs/faq/installation.xml Instalace Instalace Tato èást se zabývá èastými otázkamni ohlednì zpùso

Re: [PHP-DOC] /RFC

2002-03-13 Thread Jan Lehnardt
Hi, On Wed, 13 Mar 2002 20:18:26 + (GMT) Philip Olson <[EMAIL PROTECTED]> wrote: > Is the RFC directory an okay place to put > work-in-progress goodies? For example, I want > to start (not finish :) a list of differences > of windows/*nix for PHP users to consider. IMHO this belongs to an

Re: [PHP-DOC] CLI documentation

2002-03-13 Thread Slawomir Pucia
> I do not want to break the structure of the documentation but > it is missing the cli version. I considere expaning > chapters/install.commandline.xml > but wasn't sure with document structure. So if someeone > sets up the necessary files i can write what is worth > knowing about CLI like argume

[PHP-DOC] CLI documentation

2002-03-13 Thread Marcus Boerger
I do not want to break the structure of the documentation but it is missing the cli version. I considere expaning chapters/install.commandline.xml but wasn't sure with document structure. So if someeone sets up the necessary files i can write what is worth knowing about CLI like argument passing a

Re: [PHP-DOC] make test fails

2002-03-13 Thread Sander Roobol
On 2002.03.13 21:08 Lars Torben Wilson wrote: > No, chapters.ent is generated when configure is run. The Installation > section is done the same way. Try running autoconf, configure, and > make. > If it still doesn't work I'll try to think harder. :) OK, it works now. Thanks! Sander

[PHP-DOC] /RFC

2002-03-13 Thread Philip Olson
Hello, Is the RFC directory an okay place to put work-in-progress goodies? For example, I want to start (not finish :) a list of differences of windows/*nix for PHP users to consider. See bug #13321 for more details on this particular matter. Regards, Philip

Re: [PHP-DOC] make test fails

2002-03-13 Thread Lars Torben Wilson
On Wed, 2002-03-13 at 11:34, Sander Roobol wrote: > Hm... running ./configure again solves the errors but gives me another > one: > $ make test > /usr/bin/nsgmls -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl > manual.xml /usr/bin/nsgmls:././en/appendices/reserved.xml:1083:33:E: > characte

Re: [PHP-DOC] make test fails

2002-03-13 Thread Sander Roobol
Hm... running ./configure again solves the errors but gives me another one: $ make test /usr/bin/nsgmls -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml /usr/bin/nsgmls:././en/appendices/reserved.xml:1083:33:E: character data is not allowed here make: *** [test] Error 1 I guess t

[PHP-DOC] make test fails

2002-03-13 Thread Sander Roobol
Hello! 'make test' fails on the en tree: $ make test /usr/bin/nsgmls -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml /usr/bin/nsgmls:././en/appendices/reserved.xml:1083:3:E: general entity "appendices.reserved.constants" not defined and no default entity /usr/bin/nsgmls:././en/l

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

2002-03-13 Thread Sander Roobol
sander Wed Mar 13 14:18:30 2002 EDT Modified files: /phpdoc/en/functionsnetwork.xml Log: Made parameter 'protocol' of getservbyport() and getservbyname() a bit more clear (at least, I hope so :) Index: phpdoc/en/functions/network.xml diff -u phpdo

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

2002-03-13 Thread Sander Roobol
sander Wed Mar 13 14:16:41 2002 EDT Modified files: /phpdoc/en/functionsimage.xml Log: & should be represented by & Index: phpdoc/en/functions/image.xml diff -u phpdoc/en/functions/image.xml:1.81 phpdoc/en/functions/image.xml:1.82 --- phpdoc/en/func

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

2002-03-13 Thread derick
On Wed, 13 Mar 2002, Marco Cucinato wrote: > cucinato Wed Mar 13 12:23:30 2002 EDT > > Modified files: > /phpdoc/en/functions array.xml > Log: > Typo fix That's what you get when working in trains :) Derick > > > Index: phpdoc/en/functions/arra

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

2002-03-13 Thread Jim Winstead
Sander Roobol <[EMAIL PROTECTED]> wrote: > sander Wed Mar 13 10:29:14 2002 EDT > > Modified files: >/phpdoc/en/chapters install.windows.xml > Log: > Windows XP is in c:\windows not in c:\winnt is this really the best way to install? (i know it isn't for the cgi ver

Re: [PHP-DOC] query online documentation and lastest version of php

2002-03-13 Thread Mark Kronsbein
> > Whats wrong with links and IRC client aliases? i dont undernstand :/ Well, I have this in my aliases.ini for mIRC: /mande /say http://www.php-homepage.de/manual/function. $+ $1 $+ .php I just type /mande mail and mIRC prints http://www.php-homepage.de/manual/function.mail.php Thats an

Re: [PHP-DOC] query online documentation and lastest version of php

2002-03-13 Thread Olivier Demah
Le Mercredi 13 Mars 2002 18:18, vous avez écrit : > > The goal of this request is to be able to "query" the documentation > > from any other source like other website ; IRC ; etc... > > Whats wrong with links and IRC client aliases? i dont undernstand :/ > > > and many others generate an rdf / xml

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

2002-03-13 Thread Marco Cucinato
cucinatoWed Mar 13 12:35:13 2002 EDT Modified files: /phpdoc/it/functionsbc.xml Log: Sync to EN version Index: phpdoc/it/functions/bc.xml diff -u phpdoc/it/functions/bc.xml:1.15 phpdoc/it/functions/bc.xml:1.16 --- phpdoc/it/functions/bc.xml:1

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

2002-03-13 Thread Marco Cucinato
cucinatoWed Mar 13 12:24:42 2002 EDT Modified files: /phpdoc/it/functionsarray.xml Log: Synced to EN version Index: phpdoc/it/functions/array.xml diff -u phpdoc/it/functions/array.xml:1.48 phpdoc/it/functions/array.xml:1.49 --- phpdoc/it/func

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

2002-03-13 Thread Marco Cucinato
cucinatoWed Mar 13 12:23:30 2002 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Typo fix Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.163 phpdoc/en/functions/array.xml:1.164 --- phpdoc/en/functions/arra

Re: [PHP-DOC] query online documentation and lastest version of php

2002-03-13 Thread Mark Kronsbein
> The goal of this request is to be able to "query" the documentation > from any other source like other website ; IRC ; etc... Whats wrong with links and IRC client aliases? > and many others generate an rdf / xml file to give the list of their > lastest news that can be read by parser. Wel

[PHP-DOC] Bug #16031 Updated: installation

2002-03-13 Thread sander
ID: 16031 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: window XP PHP Version: 4.1.2 Assigned To: sander New Comment: Weird... I us

[PHP-DOC] Fwd: Re: (debian) PHP Documentation Team meeting - Protocol

2002-03-13 Thread Georg Richter
<-- forwarded message -> >Egon Schmid wrote: >>What are the reasons for the Debian peoples to move the PHP >>documentation to the "non-free" packet if we change the licence? > >there license guidelines I asked those people as they are "interested parties", but they have not the final word on this

Re: [PHP-DOC] I'm back and things have changed!

2002-03-13 Thread Hartmut Holzgraefe
Egon Schmid wrote: > There have been only very few changes the last months. ... like the upgrade from DocBook v3 to v4, better XSLT support, some XML conformance imporvements ... ... and we have a HowTo now :) http://cvs.php.net/co.php/phpdoc/howto/howto.html.tar.gz?r=1.14&p=1 the Protocol Egon

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

2002-03-13 Thread Simone Cortesi
cortesi Wed Mar 13 10:45:42 2002 EDT Modified files: /phpdoc/it translation.xml Log: removing pcre Index: phpdoc/it/translation.xml diff -u phpdoc/it/translation.xml:1.20 phpdoc/it/translation.xml:1.21 --- phpdoc/it/translation.xml:1.20 Mon Mar 11 10:54:1

Re: [PHP-DOC] I'm back and things have changed!

2002-03-13 Thread Egon Schmid
From: "Daniel Beckham" <[EMAIL PROTECTED]> > Well, after a long hiatus, I'm trying to get back involved in the phpdoc > community again. After a quick cvs checkout, it seems a lot of the phpdoc > tree has changed. =) Anything I should know before I start contributing > again? Please read the p

[PHP-DOC] Bug #16031 Updated: installation

2002-03-13 Thread sander
ID: 16031 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Open Bug Type: Documentation problem Operating System: window XP PHP Version: 4.1.2 Assigned To: sander New Comment: This bug ha

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

2002-03-13 Thread Sander Roobol
sander Wed Mar 13 10:29:14 2002 EDT Modified files: /phpdoc/en/chapters install.windows.xml Log: Windows XP is in c:\windows not in c:\winnt Index: phpdoc/en/chapters/install.windows.xml diff -u phpdoc/en/chapters/install.windows.xml:1.5 phpdoc/en/chapters

[PHP-DOC] I'm back and things have changed!

2002-03-13 Thread Daniel Beckham
Well, after a long hiatus, I'm trying to get back involved in the phpdoc community again. After a quick cvs checkout, it seems a lot of the phpdoc tree has changed. =) Anything I should know before I start contributing again? Daniel

[PHP-DOC] query online documentation and lastest version of php

2002-03-13 Thread Olivier Demah
Hi, Is it possbile for php.net (and the mirros sites) to make the a xml file which contain the documentation and lastest version of php ? The goal of this request is to be able to "query" the documentation from any other source like other website ; IRC ; etc... For example : slashdot (http://s

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

2002-03-13 Thread Simone Cortesi
cortesi Wed Mar 13 08:38:30 2002 EDT Modified files: /phpdoc/en/functionsnotes.xml Log: typo fix # I love scanning for typos... :))) Index: phpdoc/en/functions/notes.xml diff -u phpdoc/en/functions/notes.xml:1.5 phpdoc/en/functions/notes.xml:1.6 --

[PHP-DOC] Re: (debian) Re: PHP Documentation Team meeting - Protocol

2002-03-13 Thread Derick Rethans
One of the dicussions that followed from the meeting: On Wed, 13 Mar 2002, Simone Cortesi wrote: > At 13.38 13/03/02 +0100, Derick Rethans wrote: > > > > I started a discussions about the Licence issue with some Debian peoples I > > > know, they told me that if we go for the "open documentation

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

2002-03-13 Thread Simone Cortesi
cortesi Wed Mar 13 07:51:07 2002 EDT Modified files: /phpdoc/it/functionsarray.xml Log: some syntax fix (differences from the english syntax) Index: phpdoc/it/functions/array.xml diff -u phpdoc/it/functions/array.xml:1.47 phpdoc/it/functions/array.xml:1

[PHP-DOC] Bug #16031 Updated: installation

2002-03-13 Thread sander
ID: 16031 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned -Bug Type: PHP options/info functions +Bug Type: Documentation problem Operating System: window XP PHP Version: 4.1.2 -Assig

[PHP-DOC] cvs: phpdoc /RFC protocol_20020310

2002-03-13 Thread Georg Richter
georg Wed Mar 13 04:57:58 2002 EDT Added files: /phpdoc/RFC protocol_20020310 Log: Protocol from the PHP Documentation Team Meeting Stuttgart March 8th-10th

[PHP-DOC] PHP Documentation Meeting - Protocol

2002-03-13 Thread Georg Richter
Hello all, the protocol from the PHP Documentation Team Meeting (Stuttgart March 8th-10th) is now available/online. Protocol: http://www.php-ev.de/documents/phpdoc/protocol.html Pictures: http://photos.jdimedia.nl/phpdoc Regards Georg Richter

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

2002-03-13 Thread Lars Torben Wilson
On Wed, 2002-03-13 at 00:36, Gabor Hojtsy wrote: > > torben Wed Mar 13 03:24:53 2002 EDT > > > > Modified files: > > /phpdoc/en/language variables.xml > > Log: > > Thanks for catching that, Goba. With typos though you can usually just > > fix them... > > > > > >

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

2002-03-13 Thread Gabor Hojtsy
> torben Wed Mar 13 03:24:53 2002 EDT > > Modified files: > /phpdoc/en/language variables.xml > Log: > Thanks for catching that, Goba. With typos though you can usually just > fix them... > > > > - In PHP 4.1.0 and later, the default set of predefined v

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

2002-03-13 Thread Torben Wilson
torben Wed Mar 13 03:24:53 2002 EDT Modified files: /phpdoc/en/language variables.xml Log: Thanks for catching that, Goba. With typos though you can usually just fix them... Index: phpdoc/en/language/variables.xml diff -u phpdoc/en/language/variables.xml: