> So you disagree with separate lists for separate commits. Are you
> interested in it, ja, kr or ru commits? IMHO no. Are you interested
You are right. But I see the problem of discussions starting on lets say
the German part and nobody who is not reading the German list will
notice it.
> in d
eschmid Fri Dec 28 04:21:02 2001 EDT
Modified files:
/phpdoc/it/functionsarray.xml
Log:
Fixed a end tag.
Index: phpdoc/it/functions/array.xml
diff -u phpdoc/it/functions/array.xml:1.37 phpdoc/it/functions/array.xml:1.38
--- phpdoc/it/functions/array.xml
On Friday 28 December 2001 2:03 am, James Cox wrote:
> Since the url specified for browscap.ini is dead, and i can't find a cached
> version, i am proposing a patch to remove the link (And assoc. text) from
> the page.
>
To the best of my knowledge, install.txt is now built by a script which
gen
gobaFri Dec 28 07:44:29 2001 EDT
Modified files:
/phpdoc/en/functionspcre.xml xmlrpc.xml
Log:
Correct errors reported by Saxon
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.67 phpdoc/en/functions/pcre.xml:1.68
--- php
From: [EMAIL PROTECTED]
Operating system: all
PHP version: 4.1.1
PHP Bug Type: Documentation problem
Bug description: Broken links in global.ent
Hi,
just wrote a little script and checked global.ent
url.adabas: unknown host (www.adabas.com)
url.hyperwave-proto: docume
gobaFri Dec 28 09:49:29 2001 EDT
Added files:
/phpdoc/scripts dbtags.php
Log:
A new script to check what tags we use, what tags are important, and what
are used only once or twice (may be omitted to clear up XML code)
Index: phpdoc/scripts/dbta
Hi!
I have just committed a script to check what DocBook XML tags we use,
and what are only used once or twice (like formalpara). The results are
interesting...
IMHO this list would alos help to make some standard for used tags,
and don't let everybody invent his/her own tag usage style. If we u
ID: 14732
Updated by: goba
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: all
PHP Version: 4.1.1
New Comment:
Please commit that little script into phpdoc into the
scripts directory. We have some scripts there to test
XML files, such as the entitie
ID: 14734
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Old Summary: default HTTP vars and PHP_SELF not available
Old Status: Bogus
Status: Open
Old Bug Type: Scripting Engine problem
Bug Type: Documentation problem
Operating System: Win XP
PHP Version: 4.1.0
New Comment:
Valid point. I'm r
gobaFri Dec 28 10:14:25 2001 EDT
Modified files:
/phpdoc/en/appendices commandline.xml
Log:
Add -f and -l option documentation. Add "see also readline" para.
Index: phpdoc/en/appendices/commandline.xml
diff -u phpdoc/en/appendices/commandline.xml:1
ID: 14734
Updated by: goba
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Win XP
PHP Version: 4.1.0
New Comment:
Just a note: in the PHP 4.1.0 phpinfo() output, all the
predefined vars are printed as _SERVER and _ENV members,
except PHP_SELF, it is
fujimotoFri Dec 28 10:28:03 2001 EDT
Modified files:
/phpdoc/ja/appendices commandline.xml
Log:
updated translation.
Index: phpdoc/ja/appendices/commandline.xml
diff -u phpdoc/ja/appendices/commandline.xml:1.4
phpdoc/ja/appendices/commandline.
fujimotoFri Dec 28 10:30:22 2001 EDT
Modified files:
/phpdoc/ja/functionszlib.xml
Log:
updated translation.
Index: phpdoc/ja/functions/zlib.xml
diff -u phpdoc/ja/functions/zlib.xml:1.14 phpdoc/ja/functions/zlib.xml:1.15
--- phpdoc/ja/function
georg Fri Dec 28 10:30:32 2001 EDT
Modified files:
/phpdoc global.ent
Log:
fixed broken links for adabas, ldap, libiconv
Index: phpdoc/global.ent
diff -u phpdoc/global.ent:1.133 phpdoc/global.ent:1.134
--- phpdoc/global.ent:1.133 Sat Dec 22 07:4
Hi,
in reference to the thread "[PHP-DOC] MySQL examples need review"
started by Slawomir Pucia:
I gathered the suggestions made by the people, put the relevant pieces
from the current howto, added PEAR Coding standards and some
suggestions of mine to a working draft for coding standards. Its far
ID: 14734
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Win XP
PHP Version: 4.1.0
New Comment:
It's printed in _SERVER too (apache 1.3.22/php 4.1.0).
Previous Comments:
--
ID: 14732
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: all
PHP Version: 4.1.1
New Comment:
broken links fixed for
- adabas
- ldap
- libiconv
Previous Comments:
ID: 14734
Updated by: goba
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Win XP
PHP Version: 4.1.0
New Comment:
Tested again. Yes you are right. It would be good
to have it listed only in _SERVER, as the other vars.
Previous Comments:
drews Fri Dec 28 11:43:41 2001 EDT
Modified files:
/phpdoc/de/functionsdatetime.xml
Log:
added W-format option
Index: phpdoc/de/functions/datetime.xml
diff -u phpdoc/de/functions/datetime.xml:1.22 phpdoc/de/functions/datetime.xml:1.23
--- phpdoc/d
drews Fri Dec 28 11:45:39 2001 EDT
Modified files:
/phpdoc/en/functionsdatetime.xml
Log:
added W-format option
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.59 phpdoc/en/functions/datetime.xml:1.60
--- phpdoc/en
> I gathered the suggestions made by the people, put the relevant pieces
> from the current howto, added PEAR Coding standards and some
> suggestions of mine to a working draft for coding standards. Its far
> away from beeing perfect, but maybe a starting point for further
> discussion.
>
> Inter
Hi,
On Fri, 28 Dec 2001 18:36:22 +0100
"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote:
>concatenation makes code unreadable
I disagree on that. I think strinc concatenation makes the code more
readble, because of the face, that what a variable is is clearly
separated from what the string is.
echo
> >concatenation makes code unreadable
> I disagree on that. I think strinc concatenation makes the code more
> readble, because of the face, that what a variable is is clearly
> separated from what the string is.
>
> echo "bar is $bar";
> vs.
> echo 'bar is '.$bar;
>
> additionaly in the fi
Hi,
On Fri, 28 Dec 2001 19:03:56 +0100
"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote:
> > >concatenation makes code unreadable
> > I disagree on that. I think strinc concatenation makes the code more
> > readble, because of the face, that what a variable is is clearly
> > separated from what the s
> > echo "bar is $bar";
> > vs.
> > echo 'bar is '.$bar;
> >
> > additionaly in the first version $bar will be automagically transformed
> > into a string, which is not nessecary.
>
> In the second version, you used the . operator, which also
> automagically transforms $bar into a string for tha
> > > >concatenation makes code unreadable
> > > I disagree on that. I think strinc concatenation makes the code more
> > > readble, because of the face, that what a variable is is clearly
> > > separated from what the string is.
> > >
> > > echo "bar is $bar";
> > > vs.
> > > echo 'bar is '.
> +1 for not worrying about strings this way, either is okay. If I were to
> pick one (which is imho a bad idea) it be using "". But, this is not
> always the case, depends. Now, I believe the bulk of Jan's comment was
> regarding arrays here, which was:
>
> 'string '. $arr['key'] .' blah';
gobaFri Dec 28 13:46:53 2001 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
Eliminate all stuff from CDATA sections, and moved DEV comments
out of example code. The manual pages with these examples were a huge
mess...
Index: phpdoc/en/langua
>3. Keep in mimd: In section nothing is parsed. So be sure
> to put XML-code that needs parsing outside of CDATA sections, e.g.
> comments or links.
> See (for example): Language reference|Types|Arrays under Examples;
> or Language reference|Types|Strings
I hope I have now corrected thos
From: [EMAIL PROTECTED]
Operating system: don\'t care
PHP version: 4.1.1
PHP Bug Type: Documentation problem
Bug description: Example is wrong
http://download.php.net/manual/en/function.strftime.php
This is a mistake.
print (strftime ("%A, in French "));
Hi,
I prepare the configure options for the manual (as discussed
the last days ;).
On http://www.php.net/manual/en/install.configure.php you have
entries like
--with-curl[=DIR]
PHP 3: Option not available in PHP 3
PHP 4: Include CURL support
Just one question:
How do I know, which option
> Just one question:
>
> How do I know, which option is available in PHP 3 and which in PHP 4?
>
download php3 - configure --help
same with php4 and compare/diff it
If you collect all informations about configuring extensions & features, it
would be usefull to know under which OS you can use a
> I talked about ${} and not {$}. ${} also works, at
> least in some cases. And it is in the docs. Is this
> an inconsistency in PHP?
Regarding inconsistency, I've never used ${} for this and don't see any
docs that mention this syntax for arrays in strings. The docs do mention
{$} syntax though
> download php3 - configure --help
> same with php4 and compare/diff it
Argh...
> If you collect all informations about configuring extensions & features,
it
> would be usefull to know under which OS you can use an extension.
That is one problem. I just can figure out, what's in ./configure --
> > I talked about ${} and not {$}. ${} also works, at
> > least in some cases. And it is in the docs. Is this
> > an inconsistency in PHP?
>
> Regarding inconsistency, I've never used ${} for this and don't see any
> docs that mention this syntax for arrays in strings. The docs do mention
> {$}
> Why there are two ${} and {$} See
> http://www.php.net/manual/en/language.types.string.php#language.types.string
> .parsing for the examples.
>
> Simple syntax
>
> echo "He drunk some ${beer}s"; // works
This makes sense as $beers is not a set variable. {$beer}s works too
though, seems
> This makes sense as $beers is not a set variable. {$beer}s works too
> though, seems okay that both work. Anyway, this isn't an array ;-))
OK, can you give an example you can do with ${} but you can't with
{$} and the opposite? Would be nice to clear at least my mind about
that :) We may incl
Some related thoughts:
a) Explain different options: --with, --enable, --disable
b) Example configure lines.
c) A Configuration faq: /faq/configuration.xml
d) How does Windows fit into all of this? Have a Windows section.
How/where does one get dlls?
e) How do RPM and deb users add extens
> > This makes sense as $beers is not a set variable. {$beer}s works too
> > though, seems okay that both work. Anyway, this isn't an array ;-))
>
> OK, can you give an example you can do with ${} but you can't with
> {$} and the opposite? Would be nice to clear at least my mind about
> that :
> Modified files:
> /phpdoc/en/chapters install.xml
> Log:
> Total update of the install.configure.php part with all configure
options of PHP 4.1.0
I hope this is okay. It's just the beginning. If something is wrong, blame
me ;)
Mark
> a) Explain different options: --with, --enable, --disable
Later ;)
> b) Example configure lines.
Later ;)
> c) A Configuration faq: /faq/configuration.xml
Great idea! There are always lots of problems during an installation.
> d) How does Windows fit into all of this? Have a Windows se
> I hope this is okay. It's just the beginning. If something is wrong, blame
> me ;)
it's okay as long as you run 'make test' first, *hint* *hint* ;)
Regards,
Philip Olson
> it's okay as long as you run 'make test' first, *hint* *hint* ;)
I have no option to run a make, since I have no Linux here.
Mark
mk Fri Dec 28 17:29:12 2001 EDT
Modified files:
/phpdoc/en/chapters install.xml
Log:
Typo
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.97 phpdoc/en/chapters/install.xml:1.98
--- phpdoc/en/chapters/install.xml:1.97 Fri Dec
fuzzy74 Fri Dec 28 17:34:46 2001 EDT
Added files:
/phpdoc/kr Translators
Log:
cvs add Translators in kr .
fuzzy74 Fri Dec 28 17:47:08 2001 EDT
Modified files:
/phpdoc/kr language-defs.ent
Log:
Translate to korean : language-defs.ent in kr.
Index: phpdoc/kr/language-defs.ent
diff -u phpdoc/kr/language-defs.ent:1.7 phpdoc/kr/language-defs.ent:1.8
--- phpdoc/kr/la
> > OK, can you give an example you can do with ${} but you can't with
> > {$} and the opposite? Would be nice to clear at least my mind about
> > that :) We may include an example in the manual to show people
> > why we have two "frighteningly" similar things for the same thing
> >
> > echo "this
> Some related thoughts:
Well thought out suggestions :) Hope this is not just a nice dream vision
:))
Goba
> Well thought out suggestions :) Hope this is not just a nice dream vision
> :))
I hope so too. But, since my daughter (her 2nd birthday was today ;) went to
bed
earlier as usual, i was able to hack down the options.
I really hope, that someone will help me/Jan to document that stuff better.
mk Fri Dec 28 19:49:21 2001 EDT
Modified files:
/phpdoc TODO
Log:
Added configure options (started by mk and jan)
Index: phpdoc/TODO
diff -u phpdoc/TODO:1.8 phpdoc/TODO:1.9
--- phpdoc/TODO:1.8 Sun Dec 16 11:08:08 2001
+++ phpdoc/TODO Fri Dec 28 19:
philip Fri Dec 28 22:13:37 2001 EDT
Modified files:
/phpdoc TODO
Log:
Removed done items, added two for philip (config.xml and include/require docs).
Index: phpdoc/TODO
diff -u phpdoc/TODO:1.9 phpdoc/TODO:1.10
--- phpdoc/TODO:1.9 Fri Dec 28 19:49:21
mk Fri Dec 28 22:36:51 2001 EDT
Modified files:
/phpdoc/en/chapters install.xml
Log:
Errors in ... blame str_replace() and of course Sterling ;)
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.98 phpdoc/en/chapters/install.x
mk Fri Dec 28 22:42:07 2001 EDT
Modified files:
/phpdoc/en/chapters install.xml
Log:
Another one... Good night!
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.99 phpdoc/en/chapters/install.xml:1.100
--- phpdoc/en/chapters/in
eschmid Sat Dec 29 01:02:37 2001 EDT
Modified files:
/phpdoc/fr language-snippets.ent
Log:
Needed by crack.xml.
Index: phpdoc/fr/language-snippets.ent
diff -u phpdoc/fr/language-snippets.ent:1.14 phpdoc/fr/language-snippets.ent:1.15
--- phpdoc/fr/language-snip
eschmid Sat Dec 29 01:09:11 2001 EDT
Modified files:
/phpdoc/fr/appendices history.xml
Log:
It is not so good to have incomplete chapters here.
Index: phpdoc/fr/appendices/history.xml
diff -u phpdoc/fr/appendices/history.xml:1.4 phpdoc/fr/appendices/histo
eschmid Sat Dec 29 01:21:52 2001 EDT
Modified files:
/phpdoc/fr preface.xml
Log:
ID about is now defined in en/appendices/about.xml.
Index: phpdoc/fr/preface.xml
diff -u phpdoc/fr/preface.xml:1.16 phpdoc/fr/preface.xml:1.17
--- phpdoc/fr/preface.xml:1.16 Wed
eschmid Sat Dec 29 01:42:46 2001 EDT
Modified files:
/phpdoc/cs language-snippets.ent
Log:
Added missing entities.
Index: phpdoc/cs/language-snippets.ent
diff -u phpdoc/cs/language-snippets.ent:1.6 phpdoc/cs/language-snippets.ent:1.7
--- phpdoc/cs/language-sni
eschmid Sat Dec 29 01:54:02 2001 EDT
Modified files:
/phpdoc/cs preface.xml
Log:
cs/preface.xml is not uptodate. The remaining non SGML characters could be ignored.
Index: phpdoc/cs/preface.xml
diff -u phpdoc/cs/preface.xml:1.6 phpdoc/cs/preface.xml:1.7
--- ph
eschmid Sat Dec 29 02:08:43 2001 EDT
Modified files:
/phpdoc/es language-snippets.ent preface.xml
/phpdoc/es/appendices history.xml
Log:
Fixed some errors.
Index: phpdoc/es/language-snippets.ent
diff -u phpdoc/es/language-snippets.ent:1.5 phpdoc/es/
eschmid Sat Dec 29 02:20:08 2001 EDT
Modified files:
/phpdoc/hu/language types.xml
Log:
Element type was not closed. The non SGML characters could be ignored.
Index: phpdoc/hu/language/types.xml
diff -u phpdoc/hu/language/types.xml:1.17 phpdoc/hu/language/types
eschmid Sat Dec 29 02:35:20 2001 EDT
Modified files:
/phpdoc/kr language-snippets.ent preface.xml
/phpdoc/kr/appendices history.xml
Log:
Fixed some errors.
Index: phpdoc/kr/language-snippets.ent
diff -u phpdoc/kr/language-snippets.ent:1.5 phpdoc/kr/
eschmid Sat Dec 29 02:47:29 2001 EDT
Modified files:
/phpdoc/nl language-snippets.ent preface.xml
/phpdoc/nl/appendices history.xml
Log:
Fixed some errors.
Index: phpdoc/nl/language-snippets.ent
diff -u phpdoc/nl/language-snippets.ent:1.6 phpdoc/nl/
62 matches
Mail list logo