joeyMon Jun 2 09:52:59 2003 EDT
Modified files:
/phpdoc/en/reference/socketsreference.xml
Log:
Make example line buffered. Noticed by Benjamin Kuz.
Index: phpdoc/en/reference/sockets/reference.xml
diff -u phpdoc/en/reference/sockets/reference.xml
ID: 23835
Comment by: kruemelmonster at cookiecan dot de
Reported By: kruemelmonster at cookiecan dot de
Status: Closed
Bug Type:Documentation problem
PHP Version: 4.3.2RC4
New Comment:
thanks for considering and discussing this minor issue!
Previous Comments:
-
On Mon, 2 Jun 2003, Zbynek Vyboh wrote:
> Bug in: http://cz.php.net/manual/en/function.mail.php
>
> Example 2. Sending mail with extra headers.
>
> mail("[EMAIL PROTECTED]", "the subject", $message,
> "From: [EMAIL PROTECTED]"
> ."Reply-To: [EMAIL PROTECTED]"
> ."X-Mailer: PHP/" .
Bug in: http://cz.php.net/manual/en/function.mail.php
Example 2. Sending mail with extra headers.
mail("[EMAIL PROTECTED]", "the subject", $message,
"From: [EMAIL PROTECTED]"
."Reply-To: [EMAIL PROTECTED]"
."X-Mailer: PHP/" . phpversion());
---
That's not correct mail heade
On Mon, 2 Jun 2003, Stig S. Bakken wrote:
> > What about removing this option? AFAIK you never need to set it...
>
> It's there in case for example Apache is built with the system regex
> library. On systems like Solaris, bad things happen if you mix the
> system and hs regex libs.
Of course mi
philip Mon Jun 2 02:48:50 2003 EDT
Modified files:
/phpdoc/en/reference/strings/functions money-format.xml
Log:
money_format() requires strfmon, so, it's undefined in Windows.
Index: phpdoc/en/reference/strings/functions/money-format.xml
diff -u phpdoc
In
http://au.php.net/manual/en/language.types.float.php
The formal definition of a literal float doesn't allow for a leading +/-:
EXPONENT_DNUM ( ({LNUM} | {DNUM}) [eE][+-]? {LNUM})
could read:
EXPONENT_DNUM [+-]? ({LNUM} | {DNUM}) [eE][+-]? {LNUM}
Cheers,
Dave
___
wez Sun Jun 1 19:11:52 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fread.xml
Log:
Fix copy-n-paste error and explain why do {} while(true) is better than
while(!feof()) {} in this example.
Index: phpdoc/en/reference/filesystem/
On Sun, 1 Jun 2003, Derick Rethans wrote:
> On Sun, 1 Jun 2003, Heilig (Cece) Szabolcs wrote:
>
> > > That's MUCH slower... perhaps you can look at sqlite or does mnogo only
> > > support mysql?
> >
> > No, it has own db format.
> > And from docs:
> > "Currently MySQL, PostgreSQL, miniSQL, Solid,
helly Sun Jun 1 17:12:59 2003 EDT
Modified files:
/phpdoc/en/reference/image/functionsgetimagesize.xml
Log:
Update (thanks to phillip)
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize
On Sun, 1 Jun 2003, Heilig (Cece) Szabolcs wrote:
> > That's MUCH slower... perhaps you can look at sqlite or does mnogo only
> > support mysql?
>
> No, it has own db format.
> And from docs:
> "Currently MySQL, PostgreSQL, miniSQL, Solid, Virtuoso, InterBase, Oracle,
> SyBase, MS SQL, iODBC, uni
Gabor Hojtsy wrote:
Last I heard the discussion on the authors list for the PHP manual
distilled
down to contributors submitting a "resume" of involvement in the
documentation project. To that end I've got a merge of a scan though CVS
and my own memory below including links to diffs and/or compil
helly Sun Jun 1 16:50:49 2003 EDT
Modified files:
/phpdoc/en/reference/image/functionsgetimagesize.xml
Log:
Update
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.12
phpdoc/en
Gabor Hojtsy wrote:
sorry, if this is a known limitation of the xslt-sheets.
xslt generated html (didn't test phpweb) lacks the version info from
the functions.
AFAIK the phpweb stuff has them. There are specific codes for this in
the xsl sheets...
I've just tried it, and the're really gone i
philip Sun Jun 1 16:19:24 2003 EDT
Modified files:
/phpdoc/en/reference/funchand/functions
register-shutdown-function.xml
Log:
Clarify the generated E_WARNING for undefined functions. And, see also
exit, au
On Tuesday 27 May 2003 21:20, Gabor Hojtsy wrote:
> >>So I would suggest to put the same text into LICENSE as the one we have
> >>on the copyright page (just converted to plain text). We also need to
> >>have the Zend part there, as long as we include the Zend docs in the PHP
> >>manual.
> >
> > Pl
betzSun Jun 1 15:45:17 2003 EDT
Modified files:
/phpdoc/RFC LICENSE
Log:
Have a pointer to php.net for the group members
Index: phpdoc/RFC/LICENSE
diff -u phpdoc/RFC/LICENSE:1.2 phpdoc/RFC/LICENSE:1.3
--- phpdoc/RFC/LICENSE:1.2 Tue May 27 14:43:50 2
betzSun Jun 1 15:26:30 2003 EDT
Modified files:
/phpdoc/en/reference/ftp/functions ftp-get-option.xml
ftp-set-option.xml
Log:
wrong note removed, php tags for examples, cross-linking
Index: phpdoc/en/reference/ft
Hi Goba,
Gabor Hojtsy wrote:
Hi Thomas and all!
I have tried to make a PDF to see how it looks with XSL FO and FOP. The
fo file is perfectly generated. Then when I run FOP, I get several
errors. I know that FOP is not mature enough, also used it in smaller
projects, so I was not afraid of thos
tom Sun Jun 1 13:41:28 2003 EDT
Modified files:
/phpdoc manual.xml.in
Log:
quickfix for builds (on windows) in case of an empty phpweb.ent
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.149 phpdoc/manual.xml.in:1.150
--- phpdoc/manual.xml.in
wiesemann Sun Jun 1 13:17:43 2003 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
WS fix and "typo"
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.31 phpdoc/en/language/constants.xml:1.32
--- phpdoc/en/langua
philip Sun Jun 1 12:56:56 2003 EDT
Modified files:
/phpdoc/en/language constants.xml
/phpdoc/en/appendices reserved.xml
Log:
The magical constant __METHOD__ was added in PHP 5.0.0
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language
gobaSun Jun 1 11:51:17 2003 EDT
Modified files:
/phpdoc/RFC 2003_meeting_agenda.html
Log:
Add Christian...
Index: phpdoc/RFC/2003_meeting_agenda.html
diff -u phpdoc/RFC/2003_meeting_agenda.html:1.1 phpdoc/RFC/2003_meeting_agenda.html:1.2
--- phpdoc/RFC/2003
helly Sun Jun 1 11:28:48 2003 EDT
Modified files:
/phpdoc/en/reference/errorfunc ini.xml
Log:
WS
Index: phpdoc/en/reference/errorfunc/ini.xml
diff -u phpdoc/en/reference/errorfunc/ini.xml:1.12
phpdoc/en/reference/errorfunc/ini.xml:1.13
--- phpdoc/en/ref
helly Sun Jun 1 11:24:13 2003 EDT
Modified files:
/phpdoc/en/reference/info/functions version-compare.xml
Log:
Fix and add more
Index: phpdoc/en/reference/info/functions/version-compare.xml
diff -u phpdoc/en/reference/info/functions/version-compare.xml:1.4
p
wiesemann Sun Jun 1 11:18:05 2003 EDT
Modified files:
/phpdoc/en/reference/info/functions version-compare.xml
Log:
typos
Index: phpdoc/en/reference/info/functions/version-compare.xml
diff -u phpdoc/en/reference/info/functions/version-compare.xml:1.3
phpd
ID: 23937
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type:Documentation problem
PHP Version: 4.3.2
New Comment:
This bug has been fixed in CVS.
In case this was a PHP problem, snapshots of the sources are packaged
e
philip Sun Jun 1 11:14:45 2003 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
Typos as reported by Andrey Hristov.
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.111 phpdoc/en/language/types.xml:1.112
--- phpdoc/en/langua
helly Sun Jun 1 11:10:09 2003 EDT
Modified files:
/phpdoc/en/reference/info/functions version-compare.xml
Log:
Add the rules
Index: phpdoc/en/reference/info/functions/version-compare.xml
diff -u phpdoc/en/reference/info/functions/version-compare.xml:1.2
phpd
From: [EMAIL PROTECTED]
Operating system:
PHP version: 4.3.2
PHP Bug Type: Documentation problem
Bug description: version_compare does not explain the algorithm
The manual entry at
http://de.php.net/manual/en/function.version-compare.php does not explain
the algorithm used t
wiesemann Sun Jun 1 10:38:30 2003 EDT
Modified files:
/phpdoc/en/reference/errorfunc ini.xml
Log:
typos
Index: phpdoc/en/reference/errorfunc/ini.xml
diff -u phpdoc/en/reference/errorfunc/ini.xml:1.11
phpdoc/en/reference/errorfunc/ini.xml:1.12
--- ph
helly Sun Jun 1 10:34:52 2003 EDT
Modified files:
/phpdoc/en/reference/errorfunc ini.xml
Log:
Add this interesting note
Index: phpdoc/en/reference/errorfunc/ini.xml
diff -u phpdoc/en/reference/errorfunc/ini.xml:1.10
phpdoc/en/reference/errorfunc/ini.xml
helly Sun Jun 1 10:15:45 2003 EDT
Modified files:
/phpdoc/en/reference/errorfunc ini.xml
Log:
Update default values to match PHP 4.3.2
Index: phpdoc/en/reference/errorfunc/ini.xml
diff -u phpdoc/en/reference/errorfunc/ini.xml:1.9
phpdoc/en/reference/err
33 matches
Mail list logo