I found a rather strange declaration on this page:
http://www.php.net/manual/en/function.range.php
It says:
"New parameter: The optional step parameter was added in 4.4.0."
My point is, when was PHP v.4.4.0 released? Shouldn't it be "will be"
instead of "was"?
Well, the documentation is easie
derick Fri Jan 24 07:58:51 2003 EDT
Modified files:
/phpdoc/en/reference/array/functionsrange.xml
/phpdoc/en/reference/dbaconfigure.xml reference.xml
Log:
s/4.4.0/5.0.0/g
Index: phpdoc/en/reference/array/functions/range.xml
diff -u phpdoc/en/re
On Fri, 24 Jan 2003, Gabor Hojtsy wrote:
> > I found a rather strange declaration on this page:
> > http://www.php.net/manual/en/function.range.php
> >
> > It says:
> >
> > "New parameter: The optional step parameter was added in 4.4.0."
> >
> > My point is, when was PHP v.4.4.0 released? Shou
> -Original Message-
> From: Gabor Hojtsy [mailto:[EMAIL PROTECTED]]
> Sent: 24 January 2003 12:48
>
> > I found a rather strange declaration on this page:
> > http://www.php.net/manual/en/function.range.php
> >
> > It says:
> >
> > "New parameter: The optional step parameter was added
On Fri, 24 Jan 2003, Ford, Mike [LSS] wrote:
> Well, we could always try to find a more "time-neutral" form of words
> -- my best suggestion, off the top of my head, would be something
> like:
>
> "New parameter: the optional step parameter is available starting
> with PHP 5.0.0"
cortesi Fri Jan 24 09:34:06 2003 EDT
Modified files:
/phpdoc/en/appendices about.xml
Log:
now we have 4.3.0 as stable release
Index: phpdoc/en/appendices/about.xml
diff -u phpdoc/en/appendices/about.xml:1.21 phpdoc/en/appendices/about.xml:1.22
--- phpdoc/e
> Well, we could always try to find a more "time-neutral" form of words
> -- my best suggestion, off the top of my head, would be something
> like:
>
> "New parameter: the optional step parameter is available starting
> with PHP 5.0.0" (or "as from 5.0.0")
This sounds good. After everyone
wiesemann Fri Jan 24 12:08:37 2003 EDT
Modified files:
/phpdoc/en/faq html.xml
Log:
added and
Index: phpdoc/en/faq/html.xml
diff -u phpdoc/en/faq/html.xml:1.17 phpdoc/en/faq/html.xml:1.18
--- phpdoc/en/faq/html.xml:1.17 Sun Jun 30 06:41:42 2002
+++
"New parameter: the optional step parameter is available starting
with PHP 5.0.0" (or "as from 5.0.0")
This sounds good. After everyone ponders this let's make
a decision and do it that way for all new parameters and
parameter changes. Maybe we can make a role for these,
much like we plan t
pollita Fri Jan 24 13:34:34 2003 EDT
Modified files:
/phpdoc/en/chapters streams.xml
Log:
Additional reference per Wez
Index: phpdoc/en/chapters/streams.xml
diff -u phpdoc/en/chapters/streams.xml:1.5 phpdoc/en/chapters/streams.xml:1.6
--- phpdoc/en/chapters/s
betzFri Jan 24 14:55:34 2003 EDT
Modified files:
/phpdoc/entitiesglobal.ent faqurls.ent
Log:
faqurls: reolaced confusing infozip url
global: some links for compiling on Windows
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.76 p
betzFri Jan 24 15:05:23 2003 EDT
Modified files:
/phpdoc/en/faq obtaining.xml
Log:
tabs 2 spaces
Index: phpdoc/en/faq/obtaining.xml
diff -u phpdoc/en/faq/obtaining.xml:1.14 phpdoc/en/faq/obtaining.xml:1.15
--- phpdoc/en/faq/obtaining.xml:1.14Wed Apr
On a related note:
This page is outdated and does not coincide with what we
have in the reference.xml files. Sometimes the faq urls
are different than the 'normal' ones.
To remain BC, we can keep this faq but how about we not
use the faq urls for it but rather we use the same links
found within
> On a related note:
> This page is outdated and does not coincide with what we
> have in the reference.xml files. Sometimes the faq urls
> are different than the 'normal' ones.
> To remain BC, we can keep this faq but how about we not
> use the faq urls for it but rather we use the same links
This page is outdated and does not coincide with what we
have in the reference.xml files. Sometimes the faq urls
are different than the 'normal' ones.
To remain BC, we can keep this faq but how about we not
use the faq urls for it but rather we use the same links
found within each reference.xml i
Hi!
I had two things in my mind to improve how the manual pages are useful
now, while fixing a few Mozilla related layout problems.
1. Put language listing into a dropdown, not a link list. I think the
current list of languages is a bit too much for a viewer to see on top
of all pages. Most us
betzFri Jan 24 15:36:23 2003 EDT
Modified files:
/phpdoc/en/chapters install.windows.xml
Log:
major rewrite of the build process on windows.
- cygwin is optional
- rewording and ues of entities for urls
Index: phpdoc/en/chapters/install.windows.xml
diff
> > On a related note:
>
> > This page is outdated and does not coincide with what we
> > have in the reference.xml files. Sometimes the faq urls
> > are different than the 'normal' ones.
>
> > To remain BC, we can keep this faq but how about we not
> > use the faq urls for it but rather we use
On Fri, 24 Jan 2003, Gabor Hojtsy wrote:
> > This page is outdated and does not coincide with what we
> > have in the reference.xml files. Sometimes the faq urls
> > are different than the 'normal' ones.
> >
> > To remain BC, we can keep this faq but how about we not
> > use the faq urls for it
Guys,
A few months ago, I added a new function to the OCI8 extension which is
currently in HEAD ready to go with the next release.
Now, I am quite unsure where to begin documenting it. I used modifying the
doc files but not adding the new ones.
What set of files exactly are for me to edit/cre
On Fri, 24 Jan 2003, Maxim Maletsky wrote:
> Guys,
>
> A few months ago, I added a new function to the OCI8 extension which is
> currently in HEAD ready to go with the next release.
>
> Now, I am quite unsure where to begin documenting it. I used modifying the
> doc files but not adding the new
joeyFri Jan 24 16:26:14 2003 EDT
Modified files:
/phpdoc/en/reference/pgsql/functionspg-fetch-assoc.xml
Log:
cardinal caught this one.
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fet
philip Fri Jan 24 16:44:00 2003 EDT
Modified files:
/phpdoc TODO
Log:
Added some todos, expanded protocol todo.
Index: phpdoc/TODO
diff -u phpdoc/TODO:1.39 phpdoc/TODO:1.40
--- phpdoc/TODO:1.39Wed Dec 4 16:01:09 2002
+++ phpdoc/TODO Fri Jan 24 16:44
>> I totally agree with your point of view ;-)
>> It might be desirable to merge faqurl amd global entities file?
> I like this idea, why do we have faq specific urls at all?
Historic reasons? The integration of the FAQ happend not too long ago,
therfore I guess.
> It seems like a bad idea and
Hi,
long time ago thoughts about the restructering of the installpart took
place (in chapters).
Here my suggestions:
Three main parts divided by OS.
- MacOS
- Linux
Apache
Apache2
thttp
- Unices like HP/UX, BSD'S
- Windows
Apache
Apache2
IIS/PWS
Netscape
OmniHTTP
Samb
> On Fri, 24 Jan 2003, Gabor Hojtsy wrote:
>> > This page is outdated and does not coincide with what we
>> > have in the reference.xml files. Sometimes the faq urls
>> > are different than the 'normal' ones.
>> >
>> > To remain BC, we can keep this faq but how about we not
>> > use the faq url
Hallo Maxim,
Friday, January 24, 2003, you wrote:
> Guys,
> A few months ago, I added a new function to the OCI8 extension which is
> currently in HEAD ready to go with the next release.
> Now, I am quite unsure where to begin documenting it. I used modifying the
> doc files but not adding t
At 21.15 24/01/03 +0100, Gabor Hojtsy wrote:
>1. Put language listing into a dropdown, not a link list. I think the current list of
>languages is a bit too much for a viewer to see on top of all pages. Most users never
>change languages. So a simple dropdown would take much less space.
+1 for m
damsFri Jan 24 17:55:00 2003 EDT
Modified files:
/phpdoc/en/reference/wddx/functions wddx-add-vars.xml
Log:
wddx-add-vars.xml
Index: phpdoc/en/reference/wddx/functions/wddx-add-vars.xml
diff -u phpdoc/en/reference/wddx/functions/wddx-add-vars.xml:1.2
phpdoc
> - wddx_add_vars
> + boolwddx_add_vars
Shouldn't make test check for this type of error? Like,
a missing return type!
Regards,
Philip
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
damsFri Jan 24 20:37:06 2003 EDT
Modified files:
/phpdoc/en/reference/fdf/functions fdf-open-string.xml
fdf-set-target-frame.xml
Log:
synchronizing refname and methodname
Index: phpdoc/en/reference/fdf/functions/fdf-
philip Fri Jan 24 21:17:32 2003 EDT
Modified files:
/phpdoc TODO
Log:
adding possible upcoming roles to the TODO
Index: phpdoc/TODO
diff -u phpdoc/TODO:1.40 phpdoc/TODO:1.41
--- phpdoc/TODO:1.40Fri Jan 24 16:44:00 2003
+++ phpdoc/TODO Fri Jan 24 21:1
32 matches
Mail list logo