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
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
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
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
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
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
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.
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
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
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
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
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
* 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
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
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
> 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%; } ?
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
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.
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,
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
> 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:
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
> > 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
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
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,
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
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;
> 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
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
* 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
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.
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
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
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
34 matches
Mail list logo