Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in/scripts missing-entities.sh.in

2002-02-01 Thread Slawomir Pucia
> > make test still doesn't work for me: > > I just fixed this in cvs; update your sources and try again. Thanks. It's ok now. slawek-

[PHP-DOC] cvs: phpdoc /entities .cvsignore /scripts .cvsignore

2002-02-01 Thread Slawomir Pucia
slawek Fri Feb 1 18:05:07 2002 EDT Modified files: /phpdoc/scripts .cvsignore /phpdoc/entities.cvsignore Log: Added new files. Index: phpdoc/scripts/.cvsignore diff -u phpdoc/scripts/.cvsignore:1.4 phpdoc/scripts/.cvsignore:1.5 --- phpdoc/scri

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in/scripts missing-entities.sh.in

2002-02-01 Thread Lars Torben Wilson
On Fri, 2002-02-01 at 13:33, Slawomir Pucia wrote: > make test still doesn't work for me: I just fixed this in cvs; update your sources and try again. Torben > make clean > autoconf > ./configure > > $ cat entities/missing-ids.xml > > > $ make test > touch .manual.xml > CONFIG_FILES=manual.

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in /scripts missing-entities.sh.in

2002-02-01 Thread Slawomir Pucia
make test still doesn't work for me: make clean autoconf ./configure $ cat entities/missing-ids.xml $ make test touch .manual.xml CONFIG_FILES=manual.xml CONFIG_HEADERS= ./config.status creating manual.xml /usr/bin/nsgmls -i lang-en -D . -s ./dtds/dbxml-3.1.7/phpdocxml.dcl manual.xml /usr/bin/

[PHP-DOC] cvs: phpdoc /scripts missing-entities.sh.in

2002-02-01 Thread Torben Wilson
torben Fri Feb 1 16:20:30 2002 EDT Modified files: /phpdoc/scripts missing-entities.sh.in Log: Typo fix. Index: phpdoc/scripts/missing-entities.sh.in diff -u phpdoc/scripts/missing-entities.sh.in:1.1 phpdoc/scripts/missing-entities.sh.in:1.2 --- phpdo

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

2002-02-01 Thread Torben Wilson
torben Fri Feb 1 16:19:24 2002 EDT Modified files: /phpdoc/en/functionssockets.xml Log: Fixed up the server example a bit. Index: phpdoc/en/functions/sockets.xml diff -u phpdoc/en/functions/sockets.xml:1.30 phpdoc/en/functions/sockets.xml:1.31 ---

[PHP-DOC] cvs: phpdoc /entities global.ent

2002-02-01 Thread Mark Kronsbein
mk Fri Feb 1 13:13:27 2002 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Added APD Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.8 phpdoc/entities/global.ent:1.9 --- phpdoc/entities/global.ent:1.8 Fri Feb 1 13:00:2

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

2002-02-01 Thread Mark Kronsbein
mk Fri Feb 1 13:13:16 2002 EDT Modified files: /phpdoc/en/appendices debugger.xml Log: Added APD Index: phpdoc/en/appendices/debugger.xml diff -u phpdoc/en/appendices/debugger.xml:1.18 phpdoc/en/appendices/debugger.xml:1.19 --- phpdoc/en/appendices/

[PHP-DOC] cvs: phpdoc /en/appendices debugger.xml /entities global.ent

2002-02-01 Thread Gabor Hojtsy
gobaFri Feb 1 13:00:23 2002 EDT Modified files: /phpdoc/en/appendices debugger.xml /phpdoc/entitiesglobal.ent Log: Adding PHP 4 debugging links to debugger.xml and global.ent Also removed PHP 3 from appendix title, as we have at least a par

Re: [PHP-DOC] Possible Error in PHP Docs

2002-02-01 Thread Jim Winstead
Gabor Hojtsy <[EMAIL PROTECTED]> wrote: > The question is whether it would be politically correct to > add links to the Debugging section to PHP 4 external debuggers > (like Zend debugger and DBG). Don't know if there are any more... yes, this would be fine. jim

Re: [PHP-DOC] Possible Error in PHP Docs

2002-02-01 Thread Hans Zaunere
For end users, I would find the current documentation misleading. Although it may not be in Zend's interest to include links to external/competing products, debugging is such a vital part of a language that it's deemed necessary. Because, to the uninclined, it appears the only debugging facilit

[PHP-DOC] cvs: phpdoc / TODO

2002-02-01 Thread Hartmut Holzgraefe
hholzgraFri Feb 1 06:14:45 2002 EDT Modified files: /phpdoc TODO Log: Index: phpdoc/TODO diff -u phpdoc/TODO:1.23 phpdoc/TODO:1.24 --- phpdoc/TODO:1.23Mon Jan 21 11:57:04 2002 +++ phpdoc/TODO Fri Feb 1 06:14:45 2002 @@ -62,7 +62,6 @@

[PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in /scripts missing-entities.sh.in

2002-02-01 Thread Hartmut Holzgraefe
hholzgraFri Feb 1 06:13:37 2002 EDT Added files: /phpdoc/scripts missing-entities.sh.in Modified files: /phpdoc Makefile.in configure.in manual.xml.in Log: creating fallbacks for missing entities done right now Index

Re: [PHP-DOC] Possible Error in PHP Docs

2002-02-01 Thread Gabor Hojtsy
> > As I understand it, remote debugging is available in PHP-4. For > > instance, I was looking into some IDEs and the company said remote > > debugging works fine in PHP-4. I also talked to some people on IRC and > > they said the same thing. > > Yes and no. Debugging is available via _externa

[PHP-DOC] grouping on function pages => convention??

2002-02-01 Thread Gabor Hojtsy
Hi! I just want to give light here to a nice idea, that poppped up in user comments in the new windows CHM survey. Many non presentation, but content related comments arrived. One of the ideas [submitted by more than one user] was to group the contents on function pages by type: Description Not