[PHP-DOC] cvs: phpdoc /en/reference/sockets reference.xml

2003-06-02 Thread Joey Smith
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

[PHP-DOC] #23835 [Com]: setcookie doc out of date

2003-06-02 Thread kruemelmonster at cookiecan dot de
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: -

Re: [PHP-DOC] Mail();

2003-06-02 Thread Derick Rethans
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/" .

[PHP-DOC] Mail();

2003-06-02 Thread Zbynek Vyboh
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

[PHP-DOC] Re: [PHP-DEV] Re: #23873 [Fbk->Bgs]: Error in sapi_apache2.lo

2003-06-02 Thread Derick Rethans
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

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions money-format.xml

2003-06-02 Thread Philip Olson
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

[PHP-DOC] Formal literal float definition

2003-06-02 Thread Dave Burt
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 ___

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fread.xml

2003-06-02 Thread Wez Furlong
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/

Re: [PHP-DOC] RE: Mnogo indexing test results, status report

2003-06-02 Thread Rasmus Lerdorf
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,

[PHP-DOC] cvs: phpdoc /en/reference/image/functions getimagesize.xml

2003-06-02 Thread Marcus Boerger
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

[PHP-DOC] RE: Mnogo indexing test results, status report

2003-06-02 Thread Derick Rethans
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

Re: [PHP-DOC] Authors List, Contributor Resume

2003-06-02 Thread Thomas Schöfbeck
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

[PHP-DOC] cvs: phpdoc /en/reference/image/functions getimagesize.xml

2003-06-02 Thread Marcus Boerger
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

Re: [PHP-DOC] xslt: lack of version info

2003-06-02 Thread Thomas Schöfbeck
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

[PHP-DOC] cvs: phpdoc /en/reference/funchand/functions register-shutdown-function.xml

2003-06-02 Thread Philip Olson
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

Re: [PHP-DOC] LICENSE file

2003-06-02 Thread Friedhelm Betz
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

[PHP-DOC] cvs: phpdoc /RFC LICENSE

2003-06-02 Thread Friedhelm Betz
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

[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-get-option.xml ftp-set-option.xml

2003-06-02 Thread Friedhelm Betz
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

[PHP-DOC] Re: PDF building with FOP

2003-06-02 Thread Thomas Schöfbeck
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

[PHP-DOC] cvs: phpdoc / manual.xml.in

2003-06-02 Thread Thomas Schoefbeck
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

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

2003-06-02 Thread Mark Wiesemann
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

[PHP-DOC] cvs: phpdoc /en/appendices reserved.xml /en/language constants.xml

2003-06-02 Thread Philip Olson
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

[PHP-DOC] cvs: phpdoc /RFC 2003_meeting_agenda.html

2003-06-02 Thread Gabor Hojtsy
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

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc ini.xml

2003-06-02 Thread Marcus Boerger
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

[PHP-DOC] cvs: phpdoc /en/reference/info/functions version-compare.xml

2003-06-02 Thread Marcus Boerger
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

[PHP-DOC] cvs: phpdoc /en/reference/info/functions version-compare.xml

2003-06-02 Thread Mark Wiesemann
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

[PHP-DOC] #23937 [Opn->Csd]: version_compare does not explain the algorithm

2003-06-02 Thread derick
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

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

2003-06-02 Thread Philip Olson
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

[PHP-DOC] cvs: phpdoc /en/reference/info/functions version-compare.xml

2003-06-02 Thread Marcus Boerger
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

[PHP-DOC] #23937 [NEW]: version_compare does not explain the algorithm

2003-06-02 Thread [EMAIL PROTECTED]
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

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc ini.xml

2003-06-02 Thread Mark Wiesemann
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

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc ini.xml

2003-06-02 Thread Marcus Boerger
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

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc ini.xml

2003-06-02 Thread Marcus Boerger
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