[PHP-DOC] cvs: phpdoc /en/reference/apache/functions apache-getenv.xml apache-setenv.xml

2004-08-22 Thread Jakub Vrana
vrana Sun Aug 22 06:14:34 2004 EDT Modified files: /phpdoc/en/reference/apache/functions apache-getenv.xml apache-setenv.xml Log: Documentation by mazzanet

[PHP-DOC] cvs: phpdoc /en/reference/apache/functions apache-setenv.xml

2004-08-22 Thread Dave Barr
daveSun Aug 22 06:57:40 2004 EDT Modified files: /phpdoc/en/reference/apache/functions apache-setenv.xml Log: - Typo. http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-setenv.xml?r1=1.3r2=1.4ty=u Index:

[PHP-DOC] Livedocs / Chapter names

2004-08-22 Thread Aidan Lister
With livedocs, If I update a page, is livedocs meant to regenerate that page on the next request? At the moment, on my build, it is not doing this. I have to delete the cached pages first. Is there a reason for this? Also, as an aside: The :: chapter, should be renamed to scope resolution

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

2004-08-22 Thread Aidan Lister
aidan Sun Aug 22 08:25:35 2004 EDT Modified files: /phpdoc/en/appendices migration5.xml Log: Added three new functions http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.33r2=1.34ty=u Index: phpdoc/en/appendices/migration5.xml diff -u

[PHP-DOC] Re: [PATCH] apache_setenv and apache_getenv

2004-08-22 Thread Mehdi Achour
Hello, Jakub just commited your docs to our CVS. Thank you a lot for your patch! Mehdi Achour Mazzanet wrote: Attached are some patches I wrote for the manual pages of apache_setenv and apache_getenv.

Re: [PHP-DOC] Livedocs

2004-08-22 Thread Gabor Hojtsy
livedocs is now running on docs.php.net (do not announce it yet!) but not automatically updating so far. Please fix the following errors: [Sat Aug 21 16:49:25 2004] [error] [client 80.197.147.147] File does not exist: /local/Web/sites/livedocs/www/style.css I've got a bunch of fixes for the

[PHP-DOC] four days holiday for me :)

2004-08-22 Thread Gabor Hojtsy
Hi, I am going on a holiday for four days, starting tomorrow morning. I will be truly away from digital equipment (without net, without computers and even without mobile phone connectivity). This means that you should not expect me to be here until friday. Have nice tweaking until then :)

Re: [PHP-DOC] Livedocs

2004-08-22 Thread Aidan Lister
Why? It needs to be migrated to the tableless php.net layout IMHO anyway, in which it is not possible to size the page with 100% height. body { height: 100%; } ?

Re: [PHP-DOC] Re: some remaining new doc style issues

2004-08-22 Thread Aidan Lister
I agree with everything except the seealso. Let's formalise it and let XSL do the hard work. We can make a simplelist, or find some relevant docbook tag, sticking the entity in is a bit dirty.

[PHP-DOC] cvs: phpdoc /en/reference/classkit/functions classkit-method-add.xml classkit-method-redefine.xml classkit-method-remove.xml classkit-method-rename.xml

2004-08-22 Thread Sean Coates
seanSun Aug 22 14:54:38 2004 EDT Modified files: /phpdoc/en/reference/classkit/functions classkit-method-add.xml classkit-method-redefine.xml

[PHP-DOC] #23907 [Opn-Ctl]: Need additional installation step for IIS 6.0 / Windows Server 2003

2004-08-22 Thread philip
ID: 23907 Updated by: [EMAIL PROTECTED] Reported By: bryn at mrpath dot com -Status: Open +Status: Critical Bug Type: Documentation problem Operating System: Windows Server 2003 PHP Version: 4.3.2 New Comment: The IIS docs need

[PHP-DOC] cvs: phpdoc /en/reference/classkit/functions classkit-method-add.xml classkit-method-redefine.xml classkit-method-remove.xml classkit-method-rename.xml

2004-08-22 Thread Sean Coates
seanSun Aug 22 14:58:49 2004 EDT Modified files: /phpdoc/en/reference/classkit/functions classkit-method-add.xml classkit-method-redefine.xml

Re: [PHP-DOC] cvs: phpdoc /en/reference/classkit .cvsignore configure.xml constants.xml ini.xml reference.xml /en/reference/classkit/functions classkit-method-add.xml classkit-method-redefine.xml classkit-method-remove.xml classkit-method-rename.xml

2004-08-22 Thread Sean Coates
Hi Philip, thanks for the pointers. I've never started from the skel, before, much less the new skel, much less for a PECL extension, and one that isn't bundled. I appreciate the help/critique. You have the following written out in each functions description: Returns true; on success, false;

Re: [PHP-DOC] cvs: phpdoc /en/reference/classkit .cvsignore configure.xml constants.xml ini.xml reference.xml /en/reference/classkit/functions classkit-method-add.xml classkit-method-redefine.xml classkit-method-remove.xml classkit-method-rename.xml

2004-08-22 Thread Sara Golemon
Also, the docs suggest this can only be shared; can't it instead be compiled into PHP as well? On a related note we need a faq on using phpize. Anyone? :) Yep. Like any other extension you can untar it under ext, run ./buildconf and do a normal ./configure --enable-classkit to build it

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

2004-08-22 Thread Curt Zirzow
curtSun Aug 22 19:36:59 2004 EDT Modified files: /phpdoc/en/language/oop5decon.xml Log: elaborate when inherited constructors arn't called. http://cvs.php.net/diff.php/phpdoc/en/language/oop5/decon.xml?r1=1.6r2=1.7ty=u Index:

[PHP-DOC] How to document Class Properties

2004-08-22 Thread Christian Stocker
Hi The DOM extension has a lot of important class properties (like nodeValue, nodeType for getting values, but also similar ones for setting values). Are there any guidelines for how to document them? They are equally important to methods, therefore should they get their own page as well?