[PHP-DOC] #38011 [NEW]: suggest $foo = &new Bar(); for PHP4

2006-07-04 Thread joliver at gmx dot at
From: joliver at gmx dot at Operating system: all PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: suggest $foo = &new Bar(); for PHP4 Description: Please provide an advice to PHP4 users to use $foo = &new Bar(); instead of $foo = new

[PHP-DOC] cvs: phpdoc /en/reference/expect/functions expect-expectl.xml

2006-07-04 Thread Michael Spector
michael Tue Jul 4 14:50:10 2006 UTC Modified files: /phpdoc/en/reference/expect/functions expect-expectl.xml Log: Add last prototype change into changelog. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/expect/functions/expect-expectl.xml?r1=1.8&r2=

Re: [PHP-DOC] cvs: phpdoc /en/reference/expect/functions expect-expectl.xml

2006-07-04 Thread Hannes Magnusson
On 7/4/06, Michael Spector <[EMAIL PROTECTED]> wrote: Where should I add changelog? http://doc.php.net/php/dochowto/chapter-skeletons.php See the first example. Document the fact that prior to expect 0.2.1 $match was string, not an array... -Hannes Hannes Magnusson wrote: > On 7/4/06, Mich

Re: [PHP-DOC] cvs: phpdoc /en/reference/expect/functions expect-expectl.xml

2006-07-04 Thread Michael Spector
Where should I add changelog? Hannes Magnusson wrote: On 7/4/06, Michael Spector <[EMAIL PROTECTED]> wrote: michael Tue Jul 4 08:26:08 2006 UTC Modified files: /phpdoc/en/reference/expect/functions expect-expectl.xml Log: Fix function prototype, according to latest cha

Re: [PHP-DOC] cvs: phpdoc /en/reference/expect/functions expect-expectl.xml

2006-07-04 Thread Hannes Magnusson
On 7/4/06, Michael Spector <[EMAIL PROTECTED]> wrote: michael Tue Jul 4 08:26:08 2006 UTC Modified files: /phpdoc/en/reference/expect/functions expect-expectl.xml Log: Fix function prototype, according to latest changes. http://cvs.php.net/viewvc.cgi/phpdoc/en/referenc

Re: [PHP-DOC] ext/mysql return types

2006-07-04 Thread Nuno Lopes
On Tue, 04 Jul 2006, Nuno Lopes wrote: The answer to your questions are answered in our howto. Mainly here: http://doc.php.net/php/dochowto/chapter-conventions.php Quoting the important part (for now): "Do not use mixed, if the return value is of a certain (not boolean) type, and FALSE only on

Re: [PHP-DOC] ext/mysql return types

2006-07-04 Thread Horst Schirmeier
On Tue, 04 Jul 2006, Nuno Lopes wrote: > The answer to your questions are answered in our howto. Mainly here: > http://doc.php.net/php/dochowto/chapter-conventions.php > > Quoting the important part (for now): > "Do not use mixed, if the return value is of a certain (not boolean) type, > and FAL

Re: [PHP-DOC] ext/mysql return types

2006-07-04 Thread Nuno Lopes
The answer to your questions are answered in our howto. Mainly here: http://doc.php.net/php/dochowto/chapter-conventions.php Quoting the important part (for now): "Do not use mixed, if the return value is of a certain (not boolean) type, and FALSE only on error. Provide the primary return type

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

2006-07-04 Thread Nuno Lopes
nlopess Tue Jul 4 11:03:22 2006 UTC Modified files: /phpdoc/en/install ini.xml Log: exchange the PHPRC var and the registry key order for php 5.2 http://cvs.php.net/viewvc.cgi/phpdoc/en/install/ini.xml?r1=1.13&r2=1.14&diff_format=u Index: phpdoc/en/install/ini

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-result-error.xml

2006-07-04 Thread Nuno Lopes
nlopess Tue Jul 4 11:13:25 2006 UTC Modified files: /phpdoc/en/reference/pgsql/functionspg-result-error.xml Log: fix return value, per user note http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pgsql/functions/pg-result-error.xml?r1=1.9&r2=1.10&diff_fo

[PHP-DOC] ext/mysql return types

2006-07-04 Thread Horst Schirmeier
Hi, I just noticed that the return types of some ext/mysql functions are not correct, or at least misleading. 1) "mixed" return values in normal usage In the description of mysql_query(), the interface is shown as follows: resource mysql_query ( string

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-info.xml

2006-07-04 Thread Horst Schirmeier
hsc Tue Jul 4 10:29:34 2006 UTC Modified files: /phpdoc/en/reference/mysql/functionsmysql-info.xml Log: style; missing period added http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-info.xml?r1=1.9&r2=1.10&diff_format=u Inde

[PHP-DOC] cvs: phpdoc /en/reference/expect/functions expect-expectl.xml

2006-07-04 Thread Michael Spector
michael Tue Jul 4 08:26:08 2006 UTC Modified files: /phpdoc/en/reference/expect/functions expect-expectl.xml Log: Fix function prototype, according to latest changes. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/expect/functions/expect-expectl.xml