[PHP-DOC] #29732 [Opn->Csd]: Mod operator(%) doesn't work with negative integers

2004-08-22 Thread vrana
ID: 29732 Updated by: [EMAIL PROTECTED] Reported By: robinmessag at hotmail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows 98SE PHP Version: Irrelevant New Comment: This bug has been f

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

2004-08-22 Thread Jakub Vrana
vrana Sun Aug 22 05:45:02 2004 EDT Modified files: /phpdoc/en/language operators.xml Log: Modulus for negative values (bug #29732) http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.79&r2=1.80&ty=u Index: phpdoc/en/language/operators.xml diff -u

[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 http://cvs.php.net/diff.php/phpdoc/en/reference/a

[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.3&r2=1.4&ty=u Index: phpdoc/en/reference/ap

[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 oper

[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.33&r2=1.34&ty=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 [Sat Aug 21 16:49:35 2004] [error] [clie

Re: [PHP-DOC] Livedocs / Chapter names

2004-08-22 Thread Gabor Hojtsy
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? Yep, livedocs was designed to work well in the rsynced php.net environment. The m

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.ne

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

2004-08-22 Thread Gabor Hojtsy
A few concerns: a) What sort of changes should be included when moving to thenew doc style? * Should we include Whitespace changes? I'd say yes. Let's clean everything at once, we don't want to add more work for the translators. All agreed! * No content changes! (Don't follow my exif exam

[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 :) Regar

Re: [PHP-DOC] Livedocs

2004-08-22 Thread Curt Zirzow
* Thus wrote 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/lived

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.ne

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

2004-08-22 Thread Aidan Lister
aidan Sun Aug 22 11:24:46 2004 EDT Modified files: /phpdoc/en/language/oop5paamayim-nekudotayim.xml Log: A more sensible name http://cvs.php.net/diff.php/phpdoc/en/language/oop5/paamayim-nekudotayim.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/language/oop5/paa

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%; } ?

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

2004-08-22 Thread Aidan Lister
aidan Sun Aug 22 11:36:09 2004 EDT Modified files: /phpdoc/en/language control-structures.xml Log: Renamed "do..while" to "do-while" as it's more syntatically correct (inline with the java docs - oh no, sun taking over php!!) http://cvs.php.net/diff.php/phpdo

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] #29790 [NEW]: php.net Language detection doesnt obey sort order

2004-08-22 Thread mgabriel at geekworx dot de
From: mgabriel at geekworx dot de Operating system: Windows 2000 PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: php.net Language detection doesnt obey sort order Description: im using mozilla 1.7 and my language settings are english,

[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
seanSun Aug 22 13:05:41 2004 EDT Added files: /phpdoc/en/reference/classkit .cvsignore configure.xml constants.xml ini.xml reference.xml /phpdoc/en/reference/classkit/functions classkit-method-add.xml

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

2004-08-22 Thread Philip Olson
> 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. This has been discussed many times with many dead ends. Here are some see also threads:

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 Philip Olson
You have the following written out in each functions description: Returns &true; on success, &false; on failure. As well as in each return values section (where it should only belong) as the &return.success; entity. Also, the docs suggest this can only be shared; can't it instead be compil

Re: [PHP-DOC] Livedocs / Chapter names

2004-08-22 Thread Philip Olson
> > Also, as an aside: > > The "::" chapter, should be renamed to "scope resolution operator"? > > Maybe. I think it should have :: somewhere in the title, how about: "Scope Resolution Operator (::)" And, should this operator be listed somewhere here? http://php.net/manual/en/language.oper

[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 classkit-method-remove

[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 help,

[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 classkit-method-remove

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 s

[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.6&r2=1.7&ty=u Index: phpdoc/en/language/oop5

Re: [PHP-DOC] Livedocs / Chapter names

2004-08-22 Thread Curt Zirzow
* Thus wrote Philip Olson: > > > Also, as an aside: > > > The "::" chapter, should be renamed to "scope resolution operator"? > > > > Maybe. > > I think it should have :: somewhere in the title, how about: > > "Scope Resolution Operator (::)" > > And, should this operator be listed somewhere

[PHP-DOC] 2 livedoc patches

2004-08-22 Thread Curt Zirzow
For livedoc specific changes, i've tried to keep it as general as possible, so other themes can easily be added/modified appropriately. Patch #1: = http://zirzow.dyndns.org/patches/livedocs/navigation.patch livdoc_func.php: - allows theme to define the html in navigation used for theme.

[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? (I'd

Re: [PHP-DOC] Livedocs

2004-08-22 Thread Derick Rethans
On Sun, 22 Aug 2004, Gabor Hojtsy wrote: > > 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/sit

Re: [PHP-DOC] 2 livedoc patches

2004-08-22 Thread Derick Rethans
On Mon, 23 Aug 2004, Curt Zirzow wrote: > > For livedoc specific changes, i've tried to keep it as general as > possible, so other themes can easily be added/modified > appropriately. > > Patch #1: > = > http://zirzow.dyndns.org/patches/livedocs/navigation.patch > > livdoc_func.php: > - al