[PHP-DOC] Re: A suspicion about "preface.xml"

2003-09-05 Thread Dallas Thunder
There is already an entity "url.php.snaps.manual" refering to http://www.php.net/download-docs.php.

[PHP-DOC] A suspicion about "preface.xml"

2003-09-05 Thread Dallas Thunder
In "preface.xml", it said: [QUOTE] You can download this manual in several formats at &url.php.docs;. The downloads are updated as the content changes. [/QUOTE] While the entity "&url.php.downloads;" refer to http://www.php.net/downloads.php. But from context, I was wondering if it should refer

Re: [PHP-DOC] mysql_fetch_assoc

2003-09-05 Thread Derick Rethans
On Fri, 5 Sep 2003, LeftOver Production / Jouni Tuovinen wrote: > // Everything about MySQL connecting has been done > $result = mysql_query("SELECT DATE_FORMAT(datefield, '%d.%m.%Y') FROM tbl"); > while ($row = mysql_fetch_assoc($result) { > echo "{$row['datefield']}\n"; > } > /* Output

[PHP-DOC] mysql_fetch_assoc

2003-09-05 Thread LeftOver Production / Jouni Tuovinen
Hi, I found odd thing about this function (or maybe even a bug). I tried to reach http://bugs.php.net but it was down all the time. Let's imagine that I have MySQL-command to generate table CREATE TABLE tbl ( datefield DATETIME ); INSERT INTO tbl VALUES ('2003-03-03 11:11:11'), ('2003-04-04 11:

[PHP-DOC] cvs: phpdoc /en/reference/yaz/functions yaz-present.xml

2003-09-05 Thread Vincent Gevers
vincent Fri Sep 5 14:52:20 2003 EDT Modified files: /phpdoc/en/reference/yaz/functions yaz-present.xml Log: Fix proto This has always been bool Index: phpdoc/en/reference/yaz/functions/yaz-present.xml diff -u phpdoc/en/reference/yaz/functions/yaz-present.

[PHP-DOC] set_locale docs

2003-09-05 Thread ali
I was a little suprised that the docs neither state that the GNU locale library needs to be installed nor that the locales have to be gernerated in order to use the set_locale function with expected results. I just was using that function (on Debian testing), which did not exaclty do what i wante

RE: [PHP-DOC] Re: cvs: phpdoc /en/reference/dbx constants.xml ref erence.xml /en/reference/dbx/functions dbx-fetch-row.xml dbx-query.xml

2003-09-05 Thread Marc Boeren
> [EMAIL PROTECTED]:/home/didou/cvs/phpdoc-fr$ make test && echo ok > /usr/bin/onsgmls -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl > manual.xml > ok Thanks!

[PHP-DOC] Re: cvs: phpdoc /en/reference/dbx constants.xml reference.xml /en/reference/dbx/functions dbx-fetch-row.xml dbx-query.xml

2003-09-05 Thread Mehdi
[EMAIL PROTECTED]:/home/didou/cvs/phpdoc-fr$ make test && echo ok /usr/bin/onsgmls -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml ok [EMAIL PROTECTED]:/home/didou/cvs/phpdoc-fr$ - Mehdi Marc Boeren wrote: mboeren Fri Sep 5 05:19:15 2003 EDT Added files:

[PHP-DOC] cvs: phpdoc /en/reference/dbx constants.xml reference.xml /en/reference/dbx/functions dbx-fetch-row.xml dbx-query.xml

2003-09-05 Thread Marc Boeren
mboeren Fri Sep 5 05:19:15 2003 EDT Added files: /phpdoc/en/reference/dbx/functions dbx-fetch-row.xml Modified files: /phpdoc/en/reference/dbxconstants.xml reference.xml /phpdoc/en/reference/dbx/functions dbx-query.xml Log: Adde