[PHP-DOC] HowTo addition

2004-11-18 Thread techtonik
Hello, [EMAIL PROTECTED] Could anybody review correctness of the paragraph number 3 in this HowTo excerption before I commit it? Chapter 6. Conventions When you work on phpdoc XML files, you should stick to these conventions, to ease the team work in the module. 1. Insert ID attributes

Re: [PHP-DOC] HowTo addition

2004-11-18 Thread Gabor Hojtsy
--- howto\working.xml.old Thu Nov 18 11:39:36 2004 +++ howto\working.xml Thu Nov 18 11:36:48 2004 @@ -129,6 +129,15 @@ in IDs, they should be replaced by minus signs (-). /simpara/listitem listitemsimpara + Unlike function reference IDs method reference IDs are +

[PHP-DOC] #30830 [NEW]: documentation for parse_str doesn't mention magic_quotes_gpc

2004-11-18 Thread james at gogo dot co dot nz
From: james at gogo dot co dot nz Operating system: All PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: documentation for parse_str doesn't mention magic_quotes_gpc Description: The documentation for parse_str

Re: [PHP-DOC] HowTo addition

2004-11-18 Thread Nuno Lopes
3. Unlike function reference IDs method reference IDs are case-sensitive. Special operators ::, - and underscores are replaced by the same minus signs (-). For example function.ArrayObject---constructor is an ID for ArrayObject::__constructor and function.DOMCharacterData-deleteData is for

[PHP-DOC] cvs: phpdoc /howto working.xml

2004-11-18 Thread anatoly techtonik
techtonik Thu Nov 18 12:58:16 2004 EDT Modified files: /phpdoc/howto working.xml Log: method IDs are mixed case http://cvs.php.net/diff.php/phpdoc/howto/working.xml?r1=1.48r2=1.49ty=u Index: phpdoc/howto/working.xml diff -u

Re[2]: [PHP-DOC] HowTo addition

2004-11-18 Thread techtonik
||*()*|| Hi, Nuno. 3. Unlike function reference IDs method reference IDs are case-sensitive. Special operators ::, - and underscores are replaced by the same minus signs (-). For example function.ArrayObject---constructor is an ID for ArrayObject::__constructor and

Re[2]: [PHP-DOC] HowTo addition

2004-11-18 Thread Derick Rethans
On Thu, 18 Nov 2004, techtonik wrote: ||*()*|| Hi, Nuno. 3. Unlike function reference IDs method reference IDs are case-sensitive. Special operators ::, - and underscores are replaced by the same minus signs (-). For example function.ArrayObject---constructor is an ID for