[PHP-DOC] cvs: phpdoc /en/reference/rpmreader/functions rpm-version.xml

2005-11-01 Thread Jean-S�bastien Goupil
jsgoupilTue Nov 1 16:52:15 2005 EDT Modified files: /phpdoc/en/reference/rpmreader/functionsrpm-version.xml Log: correcting example http://cvs.php.net/diff.php/phpdoc/en/reference/rpmreader/functions/rpm-version.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/

[PHP-DOC] cvs: phpdoc /en/reference/rpmreader/functions rpm-version.xml

2005-11-01 Thread Andrew Teixeira
atexTue Nov 1 16:06:16 2005 EDT Added files: /phpdoc/en/reference/rpmreader/functionsrpm-version.xml Log: - Added functions/rpm-version.xml to document the new 'rpm_version' function. http://cvs.php.net/co.php/phpdoc/en/reference/rpmreader/functi

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-free-result.xml

2005-11-01 Thread Jakub Vrana
vrana Tue Nov 1 13:36:40 2005 EDT Modified files: /phpdoc/en/reference/mysqli/functions mysqli-free-result.xml Log: Alternative methods (bug #35055) http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-free-result.xml?r1=1.7&r2=1.8&ty

[PHP-DOC] #35055 [Opn->Csd]: Error in mysqli_fetch_object() example

2005-11-01 Thread vrana
ID: 35055 Updated by: [EMAIL PROTECTED] Reported By: bugs dot php at blacklettersoftware dot com -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the onl

[PHP-DOC] #35055 [NEW]: Error in mysqli_fetch_object() example

2005-11-01 Thread bugs dot php at blacklettersoftware dot com
From: bugs dot php at blacklettersoftware dot com Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Error in mysqli_fetch_object() example Description: The online documentation for the mysqli_fetch_object() function s

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

2005-11-01 Thread Jean-S�bastien Goupil
jsgoupilTue Nov 1 11:28:18 2005 EDT Modified files: /phpdoc/en/language/oop5basic.xml Log: adding title to an 'big' example + adding ; at the end of a line http://cvs.php.net/diff.php/phpdoc/en/language/oop5/basic.xml?r1=1.14&r2=1.15&ty=u Index: php

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

2005-11-01 Thread Nuno Lopes
nlopess Tue Nov 1 09:47:14 2005 EDT Modified files: /phpdoc/en/language variables.xml Log: typo http://cvs.php.net/diff.php/phpdoc/en/language/variables.xml?r1=1.89&r2=1.90&ty=u Index: phpdoc/en/language/variables.xml diff -u phpdoc/en/language/variables.xml:1.

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

2005-11-01 Thread Jakub Vrana
vrana Tue Nov 1 09:37:01 2005 EDT Modified files: /phpdoc/en/language variables.xml Log: Uninitialized variables http://cvs.php.net/diff.php/phpdoc/en/language/variables.xml?r1=1.88&r2=1.89&ty=u Index: phpdoc/en/language/variables.xml diff -u phpdoc/en/langua

Re: [PHP-DOC] Note on Tutorial

2005-11-01 Thread Derick Rethans
On Sun, 30 Oct 2005, Gernot Buselmeier wrote: > I have a note on the contents at page > http://www.php.net/manual/en/tutorial.useful.php . > > The page presents the $_SERVER array index as > > $_SERVER['HTTP_USER_AGENT'] > > enclosed in "'". This is not working > > Only this form works: $_SER

[PHP-DOC] Note on Tutorial

2005-11-01 Thread Gernot Buselmeier
Hi, I have a note on the contents at page http://www.php.net/manual/en/tutorial.useful.php . The page presents the $_SERVER array index as $_SERVER['HTTP_USER_AGENT'] enclosed in "'". This is not working Only this form works: $_SERVER[HTTP_USER_AGENT] Maybe this is a matter of the PHP ver