Re: [PHP-DOC] resources.xml errors

2001-03-27 Thread Damien Seguy
on 26/03/01 22:25, Hojtsy Gabor at [EMAIL PROTECTED] wrote: > Hi! Hi, > The file in the $subj is not too well made... There > are much dirty texts in it made by the automated process... > Is it ready for translating? I dont think so... Obviously, the resource.xml in en tree has been infested by

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

2001-03-27 Thread Damien Seguy
damsTue Mar 27 02:21:03 2001 EDT Modified files: /phpdoc/en/appendices resources.xml Log: Corrected title. Index: phpdoc/en/appendices/resources.xml diff -u phpdoc/en/appendices/resources.xml:1.4 phpdoc/en/appendices/resources.xml:1.5 --- phpdoc/en/ap

Re: [PHP-DOC] resources.xml errors

2001-03-27 Thread Egon Schmid (@work)
Damien Seguy wrote: > > on 26/03/01 22:25, Hojtsy Gabor at [EMAIL PROTECTED] wrote: > > The file in the $subj is not too well made... There > > are much dirty texts in it made by the automated process... > > Is it ready for translating? I dont think so... > Obviously, the resource.xml in en tree

[PHP-DOC] cvs: phpdoc /fr/functions filesystem.xml info.xml regex.xml strings.xml

2001-03-27 Thread Damien Seguy
damsTue Mar 27 03:02:15 2001 EDT Modified files: /phpdoc/fr/functionsinfo.xml regex.xml strings.xml filesystem.xml Log: Latest updates. Index: phpdoc/fr/functions/info.xml diff -u phpdoc/fr/functions/info.xml:1.13 phpdoc/fr/functions/info.xml:1.14

[PHP-DOC] cvs: phpdoc /fr/language operators.xml

2001-03-27 Thread Damien Seguy
damsTue Mar 27 03:03:12 2001 EDT Modified files: /phpdoc/fr/language operators.xml Log: Corrected some @ Index: phpdoc/fr/language/operators.xml diff -u phpdoc/fr/language/operators.xml:1.10 phpdoc/fr/language/operators.xml:1.11 --- phpdoc/fr/language/opera

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

2001-03-27 Thread Jesus M. Castagnetto
jmcastagnetto Tue Mar 27 04:57:20 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: documentation of array_filter, array_map, and array_reduce Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.61 phpdoc/en/func

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

2001-03-27 Thread Damien Seguy
damsTue Mar 27 06:11:30 2001 EDT Modified files: /phpdoc/fr/functionsarray.xml Log: Added array_reduce, map and filter. Index: phpdoc/fr/functions/array.xml diff -u phpdoc/fr/functions/array.xml:1.27 phpdoc/fr/functions/array.xml:1.28 --- phpdoc/fr

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

2001-03-27 Thread Damien Seguy
damsTue Mar 27 07:22:04 2001 EDT Modified files: /phpdoc/fr/functionsstrings.xml Log: Updating strtr example. Index: phpdoc/fr/functions/strings.xml diff -u phpdoc/fr/functions/strings.xml:1.36 phpdoc/fr/functions/strings.xml:1.37 --- phpdoc/fr/func

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

2001-03-27 Thread Daniel Beckham
danbeck Tue Mar 27 08:07:03 2001 EDT Modified files: /phpdoc/en/functionsclassobj.xml Log: added note to help clarify return type of get_class Index: phpdoc/en/functions/classobj.xml diff -u phpdoc/en/functions/classobj.xml:1.14 phpdoc/en/functions/clas

[PHP-DOC] Generating a single section of docs at a time...

2001-03-27 Thread Daniel Beckham
I know I'm dreaming, but is it possible to only generate a single section of the docs at a time when testing changes etc? Sometimes I feel the need to actually see what the changes I made look like before I commit them, but it takes a very long time to "make html" on my little dev box. I poked a

Re: [PHP-DOC] Generating a single section of docs at a time...

2001-03-27 Thread Egon Schmid (@work)
Daniel Beckham wrote: > > I know I'm dreaming, but is it possible to only generate a single section of > the docs at a time when testing changes etc? Sometimes I feel the need to > actually see what the changes I made look like before I commit them, but it > takes a very long time to "make html"

Re: [PHP-DOC] Generating a single section of docs at a time...

2001-03-27 Thread Daniel Beckham
Didn't think about that... thanks! Daniel - Original Message - From: "Egon Schmid (@work)" <[EMAIL PROTECTED]> To: "Daniel Beckham" <[EMAIL PROTECTED]> Cc: "phpdoc" <[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 10:39 AM Subject: Re: [PHP-DOC] Generating a single section of docs at a

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

2001-03-27 Thread Daniel Beckham
danbeck Tue Mar 27 09:33:36 2001 EDT Modified files: /phpdoc/en/functionsclassobj.xml Log: added examples for get_class_* functions Index: phpdoc/en/functions/classobj.xml diff -u phpdoc/en/functions/classobj.xml:1.15 phpdoc/en/functions/classobj.xml:1.

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

2001-03-27 Thread Andrei Zmievski
On Tue, 27 Mar 2001, Daniel Beckham wrote: > +$my_class = new myclass(); > + > +$class_methods = get_class_methods(get_class($my_class)); Since yesterday, you can also do get_class_methods($my_class) directly. -Andrei "The human brain is a wonderful thing. It starts working the moment you are b

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

2001-03-27 Thread Daniel Beckham
Cool, can this be used with get_class_vars() also? If not, it would be a logical change to go along with get_class_methods(). Thanks, Daniel - Original Message - From: "Andrei Zmievski" <[EMAIL PROTECTED]> To: "Daniel Beckham" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, M

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

2001-03-27 Thread Andrei Zmievski
On Tue, 27 Mar 2001, Daniel Beckham wrote: > Cool, can this be used with get_class_vars() also? If not, it would be a > logical change to go along with get_class_methods(). There is already get_object_vars(). But get_parent_class() got the same change yesterday. -Andrei * What were the first 15

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

2001-03-27 Thread Daniel Beckham
Ah, ok.. weird though. Why have two functions that do essentially the same exact thing? Daniel - Original Message - From: "Andrei Zmievski" <[EMAIL PROTECTED]> To: "Daniel Beckham" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 11:46 AM Subject: Re: [PHP-DOC]

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

2001-03-27 Thread Andrei Zmievski
On Tue, 27 Mar 2001, Daniel Beckham wrote: > Ah, ok.. weird though. Why have two functions that do essentially the same > exact thing? That's just the way it happened. -Andrei "The only true currency in this bankrupt world is what we share with each other when we're uncool." -- Lester Bangs, f

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

2001-03-27 Thread Daniel Beckham
danbeck Tue Mar 27 10:07:37 2001 EDT Modified files: /phpdoc/en/functionsclassobj.xml Log: added note as per Andrei Index: phpdoc/en/functions/classobj.xml diff -u phpdoc/en/functions/classobj.xml:1.16 phpdoc/en/functions/classobj.xml:1.17 --- phpdoc/en

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

2001-03-27 Thread Andrei Zmievski
On Tue, 27 Mar 2001, Daniel Beckham wrote: > danbeck Tue Mar 27 10:07:37 2001 EDT > > Modified files: > /phpdoc/en/functions classobj.xml > Log: > added note as per Andrei > > Index: phpdoc/en/functions/classobj.xml > diff -u phpdoc/en/functions/clas

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

2001-03-27 Thread Daniel Beckham
danbeck Tue Mar 27 10:09:43 2001 EDT Modified files: /phpdoc/en/functionsclassobj.xml Log: one last change Index: phpdoc/en/functions/classobj.xml diff -u phpdoc/en/functions/classobj.xml:1.17 phpdoc/en/functions/classobj.xml:1.18 --- phpdoc/en/function

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

2001-03-27 Thread James Moore
should be 4.0.6 James > -Original Message- > From: Daniel Beckham [mailto:[EMAIL PROTECTED]] > Sent: 27 March 2001 19:10 > To: [EMAIL PROTECTED] > Subject: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml > > > danbeck Tue Mar 27 10:09:43 2001 EDT > > Modified files:

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

2001-03-27 Thread Damien Seguy
Hi I've been aware of an interesting thread on phpbuilder about the "::" operator. This operator is not yet documented, nor in operator.xml, nor in classobj.xml. This may be a good idea to add this. If this was planned already (some changes seem pretty fresh, aren't they?), just tell me. Here i

Re: [PHP-DOC] resources.xml errors

2001-03-27 Thread Hojtsy Gabor
> > > The file in the $subj is not too well made... There > > > are much dirty texts in it made by the automated process... > > > Is it ready for translating? I dont think so... > > Obviously, the resource.xml in en tree has been infested by > > French version. I corrected this text. > > Look at

Re: [PHP-DOC] resources.xml errors

2001-03-27 Thread eschmid+sic
On Tue, Mar 27, 2001 at 10:48:29PM +0200, Hojtsy Gabor wrote: > > > > The file in the $subj is not too well made... There > > > > are much dirty texts in it made by the automated process... > > > > Is it ready for translating? I dont think so... > > > Obviously, the resource.xml in en tree has bee

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

2001-03-27 Thread Daniel Beckham
danbeck Tue Mar 27 13:56:07 2001 EDT Modified files: /phpdoc/en/functionsclassobj.xml Log: changed the version number of get_class_methods note Index: phpdoc/en/functions/classobj.xml diff -u phpdoc/en/functions/classobj.xml:1.18 phpdoc/en/functions/cla

[PHP-DOC] Italian PHP Manual have some ...

2001-03-27 Thread eschmid+sic
... errors. Played just with toye and I have found: [eschmid@toye phpdoc]$ make /usr/bin/jade -d html.dsl -V use-output-dir -t sgml ./phpdocxml.dcl manual.xml /usr/bin/jade:./it/functions/oci8.xml:1201:14:E: end tag for element "simpara" which is not open /usr/bin/jade:./it/functions/oci8.xml:

[PHP-DOC] Prematurely commited Documentation

2001-03-27 Thread Alexander Wirtz
Hi there, today I was helping a guy creating PDF's with the PHP extension. He was totally clueless, because he tried to orientate himself via the documentation on www.php.net. As I had a look at the current doc-version, I found out, that the docu implements already the commands for the PDFLib 4.x

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

2001-03-27 Thread Damien Seguy
damsTue Mar 27 23:07:08 2001 EDT Modified files: /phpdoc/en/appendices resources.xml Log: Bug fixes. Should display ok now. Index: phpdoc/en/appendices/resources.xml diff -u phpdoc/en/appendices/resources.xml:1.5 phpdoc/en/appendices/resources.xml:1.

Re: [PHP-DOC] resources.xml errors

2001-03-27 Thread Damien Seguy
on 27/03/01 22:48, Hojtsy Gabor at [EMAIL PROTECTED] wrote: Hi, > En version is much ugly... I admit it. > There are so many > Useless.. Those are undocumented lines. I left them empty, so as to show there are entries not documented. If you can fill them, feel free. And much more problems... >