Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo reference.xml /en/reference/pdo/functions PDO-lastInsertId.xml PDOStatement-closeCursor.xml

2005-07-08 Thread Wez Furlong
It's worth noting that calling closeCursor() is usually only required if you don't explicitly fetch all the rows from a given statement object before switching to a different statement object. In other words: $stmt->execute(); $stmt->fetch(); $stmt->execute(); will work happily, but $stmt->exec

[PHP-DOC] cvs: phpdoc /en/reference/pdo reference.xml /en/reference/pdo/functions PDO-lastInsertId.xml PDOStatement-closeCursor.xml

2005-07-08 Thread Dan Scott
dbs Sat Jul 9 01:19:02 2005 EDT Added files: /phpdoc/en/reference/pdo/functions PDOStatement-closeCursor.xml Modified files: /phpdoc/en/reference/pdoreference.xml /phpdoc/en/reference/pdo/functions PDO-lastInsertId.xml Log:

[PHP-DOC] "Connecting To Databases"

2005-07-08 Thread John Welch
On your "Connecting To Databases" documentation page you mention establishing a connection over SSL or using SSH to encrypt the network connection. I would find the documentation for that page much more helpful if you were to giv

[PHP-DOC] #33619 [Opn]: session_regenerate_id: parameter description not clear

2005-07-08 Thread nlopess
ID: 33619 Updated by: [EMAIL PROTECTED] Reported By: holliwell at gmx dot net Status: Open Bug Type: Documentation problem Operating System: n/a PHP Version: Irrelevant New Comment: ehm, I wrote that.. :) looking to the sources, it does the

[PHP-DOC] #33619 [Opn]: session_regenerate_id: parameter description not clear

2005-07-08 Thread betz
ID: 33619 Updated by: [EMAIL PROTECTED] -Summary: Confusing faq about emulating register_globals Reported By: holliwell at gmx dot net Status: Open Bug Type: Documentation problem Operating System: n/a PHP Version: Irrelevant New Comm

[PHP-DOC] #33619 [NEW]: Confusing faq about emulating register_globals

2005-07-08 Thread holliwell at gmx dot net
From: holliwell at gmx dot net Operating system: n/a PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Confusing faq about emulating register_globals Description: Hi, http://www.php.net/manual/en/function.session-regenerate-id.php The

[PHP-DOC] Where is the latest build.log for the online PHP manual?

2005-07-08 Thread faris
Hi, From howto README,I get the following information: If you'd like to see the latest build.log for the online PHP manual, it can be seen online. Replace {LANG} with your desired build log, such as en, fr or de: http://www.php.net/{LANG}/blog But when I visit the URL http://www.php

[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-id.xml

2005-07-08 Thread Friedhelm Betz
betzFri Jul 8 14:12:55 2005 EDT Modified files: /phpdoc/en/reference/session/functions session-id.xml Log: new docstyle, more about return values, see also session_regenerate_id http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/session-

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

2005-07-08 Thread Yannick Torres
yannick Fri Jul 8 14:02:37 2005 EDT Modified files: /phpdoc/en/appendices ini.xml Log: Add missing entry http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.20&r2=1.21&ty=u Index: phpdoc/en/appendices/ini.xml diff -u phpdoc/en/appendices/ini.xml

[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-id.xml

2005-07-08 Thread Friedhelm Betz
betzFri Jul 8 13:25:54 2005 EDT Modified files: /phpdoc/en/reference/session/functions session-id.xml Log: WS fix only http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/session-id.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/sessio

Re: [PHP-DOC] cvs: phpdoc /en/reference/strings/functions get-html-translation-table.xml

2005-07-08 Thread Gabor Hojtsy
Hi Jakub, The real problem is that the array_flip() example does not work! This was the point of my bug report. I suppose it should work, but I was told, that this is not the intention of the PHP implementation of get_html_translation_table(). I see you removed a duplicate. The other instance of t

[PHP-DOC] #33612 [Bgs]: Uncaught exceptions do not always give an error

2005-07-08 Thread james at academicsuperstore dot com
ID: 33612 User updated by: james at academicsuperstore dot com Reported By: james at academicsuperstore dot com Status: Bogus Bug Type: Documentation problem Operating System: Debian -stable PHP Version: 5.0.4 New Comment: That's the point though.

[PHP-DOC] #33443 [Asn]: ini_get(any boolean directive) returns literal INI string, not a boolean string.

2005-07-08 Thread vrana
ID: 33443 Updated by: [EMAIL PROTECTED] Reported By: nickj-phpbugs at nickj dot org Status: Assigned Bug Type: Documentation problem Operating System: Debian Woody GNU/Linux 3.0r6 PHP Version: 5CVS-2005-06-23 (dev) Assigned To: tony2001

[PHP-DOC] #33534 [Opn->Bgs]: htmlentities won't encode whitespaces

2005-07-08 Thread vrana
ID: 33534 Updated by: [EMAIL PROTECTED] Reported By: rt424 at hszk dot bme dot hu -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: ubuntu linux PHP Version: 4.3.10 New Comment: ' ' in the translation tab

[PHP-DOC] #33553 [Opn->Csd]: get_html_translation_table() ambiguous

2005-07-08 Thread vrana
ID: 33553 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.10 New Comment: This bug has been fixed in the documentatio

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions get-html-translation-table.xml

2005-07-08 Thread Jakub Vrana
vrana Fri Jul 8 04:57:40 2005 EDT Modified files: /phpdoc/en/reference/strings/functions get-html-translation-table.xml Log: Returns only one form (bug #33553) Remove duplicate example, add see also http

[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-fget.xml

2005-07-08 Thread Matthew Li
mazzanetFri Jul 8 04:50:20 2005 EDT Modified files: /phpdoc/en/reference/ftp/functions ftp-fget.xml Log: Add description of resumepos parameter. Fix example. http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-fget.xml?r1=1.11&r2=1.12&ty=

[PHP-DOC] #33611 [Opn->Csd]: Curl Doc

2005-07-08 Thread vrana
ID: 33611 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -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 online and downloadable versi

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

2005-07-08 Thread Jakub Vrana
vrana Fri Jul 8 04:32:18 2005 EDT Modified files: /phpdoc/en/reference/curl reference.xml Log: PHP 5 requires CURL 7.10.5 (bug #33611) Remove duplicate sentence http://cvs.php.net/diff.php/phpdoc/en/reference/curl/reference.xml?r1=1.11&r2=1.12&ty=u Index:

[PHP-DOC] #33612 [Opn->Bgs]: Uncaught exceptions do not always give an error

2005-07-08 Thread derick
ID: 33612 Updated by: [EMAIL PROTECTED] Reported By: james at academicsuperstore dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Debian -stable PHP Version: 5.0.4 New Comment: Erm, you have an i

[PHP-DOC] #33611 [Opn]: Curl Doc

2005-07-08 Thread gui
ID: 33611 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Documentation problem PHP Version: Irrelevant New Comment: With PHP 5.0.4, the minimal needed version is still 7.10.5, as seen in ext/curl/config.m4 : http://cvs.php.net/co.php/