[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-copy-to.xml

2004-01-13 Thread Jan Lehnardt
jan Tue Jan 13 17:56:12 2004 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-copy-to.xml Log: - fix description Index: phpdoc/en/reference/pgsql/functions/pg-copy-to.xml diff -u phpdoc/en/reference/pgsql/functions/pg-copy-to.xml:1.4 p

[PHP-DOC] file writing question

2004-01-13 Thread Timmy
Hello all, Thanks in advance. I have a quesetion about writing to files. I am successfully opening a file and writing to it, but I'm having problems inserting text. My file currently has the following structure: *** [index] 24 1073946700 *** The second line in the

Re: [PHP-DOC] Re: CHM build - include DOC-EL in docs.php

2004-01-13 Thread Dimitris Glezos
On Mon, 12 Jan 2004, Derick Rethans wrote: > The EL build crashes HtmlWorkshop for me, so that's why I'm not building > it automatically. It's weird, I only have this problem with the German > and Greek version :I Hrm. Any ideas of how to find what causes this? Any hint you found already that m

[PHP-DOC] non documented functions

2004-01-13 Thread Nuno Lopes
In addition to the table of non documented functions (http://www.zend.com/phpfunc/nodoku.php) here is the list of functions that only have the proto. There are 556 functions that have the "warn.undocumented.func" entity. Nuno apache/functions/apache-getenv.xml apache/functions/apache-setenv.xml c

[PHP-DOC] cvs: livedocs / README

2004-01-13 Thread Gabor Hojtsy
gobaTue Jan 13 11:33:58 2004 EDT Modified files: /livedocs README Log: extend note on reindexing, taking entities and FTS into account Index: livedocs/README diff -u livedocs/README:1.11 livedocs/README:1.12 --- livedocs/README:1.11Tue Jan 13 09:39

[PHP-DOC] cvs: phpdoc /en/reference/gmp/functions gmp-sqrtrem.xml /en/reference/yaz/functions yaz-es-result.xml

2004-01-13 Thread Nuno Lopes
nlopess Tue Jan 13 11:05:06 2004 EDT Added files: /phpdoc/en/reference/yaz/functions yaz-es-result.xml Modified files: /phpdoc/en/reference/gmp/functions gmp-sqrtrem.xml Log: protos Index: phpdoc/en/reference/gmp/functions/gmp-sqrtrem.

[PHP-DOC] cvs: livedocs / README

2004-01-13 Thread Nuno Lopes
nlopess Tue Jan 13 09:39:11 2004 EDT Modified files: /livedocs README Log: added note on rebuilding Index: livedocs/README diff -u livedocs/README:1.10 livedocs/README:1.11 --- livedocs/README:1.10Mon Jan 12 18:04:30 2004 +++ livedocs/README Tue Ja

Re: [PHP-DOC] Re: OO docs

2004-01-13 Thread Gabor Hojtsy
> > I don't think there was a formal agreement here on this... > > Well then should we come to a formal agreement? > > I dont think this sort of "magic" in the docs makes sense however the > ":" could be used for methods that may be called statically and the "->" > for methods that dont allow stati

[PHP-DOC] cvs: livedocs / TODO

2004-01-13 Thread Guillaume Plessis
gui Tue Jan 13 06:00:40 2004 EDT Modified files: /livedocs TODO Log: PHP binary autodetection added Index: livedocs/TODO diff -u livedocs/TODO:1.11 livedocs/TODO:1.12 --- livedocs/TODO:1.11 Mon Jan 12 22:54:51 2004 +++ livedocs/TODO Tue Jan 13 06:00

[PHP-DOC] cvs: livedocs / build-ops.in build.sh configure.in

2004-01-13 Thread Guillaume Plessis
gui Tue Jan 13 05:57:06 2004 EDT Modified files: /livedocs configure.in build-ops.in build.sh Log: PHP binary autodetection added Index: livedocs/configure.in diff -u livedocs/configure.in:1.11 livedocs/configure.in:1.12 --- livedocs/configure.in:1.11 Mon

[PHP-DOC] Re: OO docs

2004-01-13 Thread Lukas Smith
Gabor Hojtsy wrote: how are methods supposed to be listed in the manual: foo->bar(); http://www.php.net/manual/en/function.domdocument-add-root.php or foo::bar(); http://pear.php.net/manual/en/package.database.db.db-common.affectedrows.p hp (I didn't find an example in the php manual quickly,