Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-send-long-data.xml

2006-01-30 Thread Nuno Lopes
> +$stmt->bind_param("b", $null); > Typo! That $null will generate an E_NOTICE. It is only a dummy variable but you are right that it produces E_NOTICE anyway. Jakub Vrána pardon my ignorance (I haven't tried MySQLi yet..), but can't you pass null directly? like: $stmt->bind_param('b', null)

Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-send-long-data.xml

2006-01-30 Thread vrana
>> +$stmt->bind_param("b", $null); > Typo! That $null will generate an E_NOTICE. It is only a dummy variable but you are right that it produces E_NOTICE anyway. Jakub Vrána

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-send-long-data.xml

2006-01-30 Thread Jakub Vrana
vrana Mon Jan 30 21:32:11 2006 UTC Modified files: /phpdoc/en/reference/mysqli/functions mysqli-stmt-send-long-data.xml Log: Hide E_NOTICE in example http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysq

[PHP-DOC] #35432 [Csd->Opn]: make fails with PDO and MySQL5

2006-01-30 Thread mail at philipp-wagner dot com
ID: 35432 User updated by: mail at philipp-wagner dot com Reported By: mail at philipp-wagner dot com -Status: Closed +Status: Open Bug Type: Documentation problem Operating System: SuSE Linux 8.0 PHP Version: 5CVS-2005-11-27 (snap) Assign

[PHP-DOC] #35432 [Bgs->Csd]: make fails with PDO and MySQL5

2006-01-30 Thread nlopess
ID: 35432 Updated by: [EMAIL PROTECTED] Reported By: mail at philipp-wagner dot com -Status: Bogus +Status: Closed Bug Type: Documentation problem Operating System: SuSE Linux 8.0 PHP Version: 5CVS-2005-11-27 (snap) Assigned To:

[PHP-DOC] #35432 [Opn->Bgs]: make fails with PDO and MySQL5

2006-01-30 Thread dbs
ID: 35432 Updated by: [EMAIL PROTECTED] Reported By: mail at philipp-wagner dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: SuSE Linux 8.0 PHP Version: 5CVS-2005-11-27 (snap) Assigned To: db

[PHP-DOC] #35432 [Csd->Opn]: make fails with PDO and MySQL5

2006-01-30 Thread mail at philipp-wagner dot com
ID: 35432 User updated by: mail at philipp-wagner dot com Reported By: mail at philipp-wagner dot com -Status: Closed +Status: Open Bug Type: Documentation problem Operating System: SuSE Linux 8.0 PHP Version: 5CVS-2005-11-27 (snap) Assign

Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-send-long-data.xml

2006-01-30 Thread Nuno Lopes
vrana Mon Jan 30 16:15:20 2006 UTC Modified files: /phpdoc/en/reference/mysqli/functions mysqli-stmt-send-long-data.xml Log: Example (bug #36085) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/functions/mysqli-stmt-send-long-data.xml?r1=1.

[PHP-DOC] #36213 [NEW]: Undocumented constant

2006-01-30 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Undocumented constant Description: PHP_SAPI is a constant defined by PHP, but it is not documented in http://php.net/reserved.constants Reprod

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-send-long-data.xml

2006-01-30 Thread Jakub Vrana
vrana Mon Jan 30 16:15:20 2006 UTC Modified files: /phpdoc/en/reference/mysqli/functions mysqli-stmt-send-long-data.xml Log: Example (bug #36085) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/f

[PHP-DOC] #36085 [Opn->Csd]: Provide example for mysqli_stmt_send_long_data

2006-01-30 Thread vrana
ID: 36085 Updated by: [EMAIL PROTECTED] Reported By: ate2 at cornell dot edu -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

[PHP-DOC] #36198 [Csd->Bgs]: Not understandible ereg()-warning "Invalid preceding regular expression"

2006-01-30 Thread nlopess
ID: 36198 Updated by: [EMAIL PROTECTED] Reported By: thomas at pixtur dot de -Status: Closed +Status: Bogus Bug Type: Documentation problem Operating System: Debian Server PHP Version: 5.1.2 Previous Comments: ---

[PHP-DOC] #36198 [Bgs->Csd]: Not understandible ereg()-warning "Invalid preceding regular expression"

2006-01-30 Thread thomas at pixtur dot de
ID: 36198 User updated by: thomas at pixtur dot de Reported By: thomas at pixtur dot de -Status: Bogus +Status: Closed Bug Type: Documentation problem Operating System: Debian Server PHP Version: 5.1.2 New Comment: Thanks [EMAIL PROTECTED

[PHP-DOC] #35859 [Opn->Csd]: fread limited to 8K

2006-01-30 Thread vrana
ID: 35859 Updated by: [EMAIL PROTECTED] Reported By: cpuidle at gmx dot de -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: WinXP SP2 PHP Version: 5.1.1 New Comment: This bug has been fixed in the docum

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

2006-01-30 Thread Jakub Vrana
vrana Mon Jan 30 15:48:53 2006 UTC Modified files: /phpdoc/en/reference/filesystem/functions fread.xml Log: Even unrelated wrapper affects the limit (bug #35859) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/fread.xml?r1=1.20&r2=1.2

[PHP-DOC] #36126 [Opn->Csd]: unset() docs don't mention unsetting of object properties

2006-01-30 Thread vrana
ID: 36126 Updated by: [EMAIL PROTECTED] Reported By: pornel at despammed 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 online and download

[PHP-DOC] cvs: phpdoc /en/reference/var/functions unset.xml

2006-01-30 Thread Jakub Vrana
vrana Mon Jan 30 15:21:03 2006 UTC Modified files: /phpdoc/en/reference/var/functions unset.xml Log: Unsetting object properties (bug #36126) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/var/functions/unset.xml?r1=1.13&r2=1.14&diff_format=u Index: phpdo

[PHP-DOC] #36149 [Opn->Csd]: error handling "{" in key names in parse_ini_file()

2006-01-30 Thread vrana
ID: 36149 Updated by: [EMAIL PROTECTED] Reported By: webmaster at dreamsee dot biz -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: linux, freebsd PHP Version: 5.1.2 New Comment: This bug has been fixed

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions parse-ini-file.xml

2006-01-30 Thread Jakub Vrana
vrana Mon Jan 30 15:08:14 2006 UTC Modified files: /phpdoc/en/reference/filesystem/functions parse-ini-file.xml Log: {} have special meaning too (bug #36149) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.22&r

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

2006-01-30 Thread Jakub Vrana
vrana Mon Jan 30 15:05:09 2006 UTC Modified files: /phpdoc/en/language types.xml Log: Assigning array resets the pointer (bug #36154) http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/types.xml?r1=1.157&r2=1.158&diff_format=u Index: phpdoc/en/language/types.xm

[PHP-DOC] #36154 [Opn->Csd]: strange array cursor behavior during array assignment

2006-01-30 Thread vrana
ID: 36154 Updated by: [EMAIL PROTECTED] Reported By: dmitriy dot buldakov at etadirect dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: FreeBSD 5.3 PHP Version: 4.4.2 New Comment: This bug has b

[PHP-DOC] #36198 [Opn->Bgs]: Not understandible ereg()-warning "Invalid preceding regular expression"

2006-01-30 Thread vrana
ID: 36198 Updated by: [EMAIL PROTECTED] Reported By: thomas at pixtur dot de -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Debian Server PHP Version: 5.1.2 New Comment: \ is special character in PHP s

[PHP-DOC] cvs: phpdoc /en/reference/image/functions imageloadfont.xml imagepsloadfont.xml imagestring.xml

2006-01-30 Thread Jakub Vrana
vrana Mon Jan 30 14:34:34 2006 UTC Modified files: /phpdoc/en/reference/image/functionsimageloadfont.xml imagepsloadfont.xml imagestring.xml Log: Fix output

[PHP-DOC] #36172 [Opn->Csd]: subclass serialization of parent private members

2006-01-30 Thread vrana
ID: 36172 Updated by: [EMAIL PROTECTED] Reported By: php at justin dot meagerman dot net -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: linux PHP Version: 5.1.2 New Comment: This bug has been fixed in

[PHP-DOC] #36211 [Opn->Csd]: typo in ref.dbplus then should be than

2006-01-30 Thread vrana
ID: 36211 Updated by: [EMAIL PROTECTED] Reported By: dave dot thearchivist at gmail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: any PHP Version: Irrelevant New Comment: This bug has been fi

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

2006-01-30 Thread Jakub Vrana
vrana Mon Jan 30 14:32:54 2006 UTC Modified files: /phpdoc/en/reference/image/functionsimagepsloadfont.xml imagettftext.xml Log: Fill the background http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ima

[PHP-DOC] #36199 [Opn->Csd]: Example 1 on imagecharup man page incorrect

2006-01-30 Thread vrana
ID: 36199 Updated by: [EMAIL PROTECTED] Reported By: jw at jwscripts dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: N/A PHP Version: Irrelevant New Comment: This bug has been fixed in the docu

[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagechar.xml imagecharup.xml imagestring.xml

2006-01-30 Thread Jakub Vrana
vrana Mon Jan 30 14:31:03 2006 UTC Modified files: /phpdoc/en/reference/image/functionsimagechar.xml imagecharup.xml imagestring.xml Log: Do not use imagecreatetruecolor (bug #36199) http://cvs.php.net/v

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

2006-01-30 Thread Jakub Vrana
vrana Mon Jan 30 14:16:06 2006 UTC Modified files: /phpdoc/en/reference/dbplus reference.xml Log: Typo (bug #36211) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/dbplus/reference.xml?r1=1.8&r2=1.9&diff_format=u Index: phpdoc/en/reference/dbplus/reference.

[PHP-DOC] #36211 [NEW]: typo in ref.dbplus then should be than

2006-01-30 Thread dave dot thearchivist at gmail dot com
From: dave dot thearchivist at gmail dot com Operating system: any PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: typo in ref.dbplus then should be than Description: Incorrect english first paragraph in introduction end of sentence