[PHP-DOC] #36877 [Csd]: comma in expr1 undocumented in for ($i=1,$n=10;

2006-03-29 Thread php-bugs at t43 dot mine dot nu
ID: 36877 User updated by: php-bugs at t43 dot mine dot nu Reported By: php-bugs at t43 dot mine dot nu Status: Closed Bug Type: Documentation problem Operating System: na PHP Version: Irrelevant New Comment: I thank you sincerely for the answer.

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

2006-03-29 Thread TAKAGI Masahiro
takagi Thu Mar 30 03:45:47 2006 UTC Modified files: /phpdoc/en/language types.xml Log: converted TAB to spaces. http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/types.xml?r1=1.163&r2=1.164&diff_format=u Index: phpdoc/en/language/types.xml diff -u phpdoc/en/lan

[PHP-DOC] #36841 [Opn->Bgs]: Empty objects are false?

2006-03-29 Thread simp
ID: 36841 Updated by: [EMAIL PROTECTED] Reported By: clemens at gutweiler dot net -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 5.1.2 New Comment: Please do not submit the same bug

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

2006-03-29 Thread Oliver Albers
simpThu Mar 30 02:28:19 2006 UTC Modified files: /phpdoc/en/language types.xml Log: bugs #30972 and #36841 http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/types.xml?r1=1.162&r2=1.163&diff_format=u Index: phpdoc/en/language/types.xml diff -u phpdoc/en/la

[PHP-DOC] #36877 [Opn->Csd]: comma in expr1 undocumented in for ($i=1,$n=10;

2006-03-29 Thread simp
ID: 36877 Updated by: [EMAIL PROTECTED] Reported By: php-bugs at t43 dot mine dot nu -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: na PHP Version: Irrelevant New Comment: This bug has been fixed in t

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

2006-03-29 Thread Oliver Albers
simpThu Mar 30 02:09:59 2006 UTC Modified files: /phpdoc/en/language control-structures.xml Log: bug #36877 http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/control-structures.xml?r1=1.131&r2=1.132&diff_format=u Index: phpdoc/en/language/control-structur

[PHP-DOC] #36905 [Ver->Csd]: PUT returns no data via php://stdin

2006-03-29 Thread simp
ID: 36905 Updated by: [EMAIL PROTECTED] Reported By: dbarrett at quinthar dot com -Status: Verified +Status: Closed Bug Type: Documentation problem Operating System: * PHP Version: 4.4.2 Assigned To: simp New Comment: This bug

[PHP-DOC] cvs: phpdoc /en/features file-upload.xml

2006-03-29 Thread Oliver Albers
simpThu Mar 30 01:57:24 2006 UTC Modified files: /phpdoc/en/features file-upload.xml Log: bug #36905 and included some notes http://cvs.php.net/viewcvs.cgi/phpdoc/en/features/file-upload.xml?r1=1.87&r2=1.88&diff_format=u Index: phpdoc/en/features/file-upl

[PHP-DOC] #36905 [Bgs->Ver]: PUT returns no data via php://stdin

2006-03-29 Thread bjori
ID: 36905 Updated by: [EMAIL PROTECTED] Reported By: dbarrett at quinthar dot com -Status: Bogus +Status: Verified -Bug Type: HTTP related +Bug Type: Documentation problem -Operating System: Linux Fedora Core 3 +Operating System: * PH

[PHP-DOC] #36916 [NEW]: ReflectionParameter documentation doesn't include the getClass method

2006-03-29 Thread mauroi at digbang dot com
From: mauroi at digbang dot com Operating system: Irrelevant PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: ReflectionParameter documentation doesn't include the getClass method Description: As a matter of fact, the example uses it.

RE: [PHP-DOC] #36904 [NEW]: Default Context for Stream

2006-03-29 Thread Richard A. Quadling
I've just added a user note. One way of achieving a system wide default context is to use the php.ini setting auto_prepend_file. By creating a php script which is placed anywhere in the include_dir paths, you can assign the default context for all streams. This i