Re: [PHP-DOC] Mistake: Autoloading Objects

2004-10-17 Thread Sean Coates
Hello, I saw your note, and fixed the docs (in CVS), already. Thanks very much for pointing it out. In the future, however, it would be best to file this sort of problem as a documentation problem at bugs.php.net. Thanks again, S Kishan Hickman wrote: > Hi guys, > > In the Autoloading Objec

[PHP-DOC] Mistake: Autoloading Objects

2004-10-17 Thread Kishan Hickman
Hi guys,   In the Autoloading Objects Section of your documentation I believe you have a small error in the example you gave, the example is:   function __autoload($class_name) {    include_once($class_name . 'php'); } $obj  = new MyClass1(); $obj2 = new MyClass2(); ?>   In the thi

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

2004-10-17 Thread Sean Coates
seanSun Oct 17 19:59:02 2004 EDT Modified files: /phpdoc/en/language/oop5autoload.xml Log: fixed typo '.php' http://cvs.php.net/diff.php/phpdoc/en/language/oop5/autoload.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/language/oop5/autoload.xml diff -u phpdoc/en

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

2004-10-17 Thread Sean Coates
seanSun Oct 17 19:56:31 2004 EDT Modified files: /phpdoc/en/language/oop5iterations.xml Log: added 'see SPL note' (from note, makes sense) http://cvs.php.net/diff.php/phpdoc/en/language/oop5/iterations.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/language/oop

[PHP-DOC] cvs: phpdoc /en/language/oop5 basic.xml exceptions.xml iterations.xml

2004-10-17 Thread Jakub Vrana
vrana Sun Oct 17 07:46:29 2004 EDT Modified files: /phpdoc/en/language/oop5basic.xml exceptions.xml iterations.xml Log: Change link to interface One more missing ?> extends keyword http://cvs.php.net/diff.php/phpdoc/en/language/oop5/basic.xml?r1=1.6&r2

[PHP-DOC] #30459 [Opn->Csd]: phpversion() doesn't document optional parameter

2004-10-17 Thread nlopess
ID: 30459 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: Irrelevant New Comment: This bug has been fixed in the documentat

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

2004-10-17 Thread Jakub Vrana
vrana Sun Oct 17 07:09:29 2004 EDT Modified files: /phpdoc/en/language/oop5iterations.xml Log: Change links to foreach Add missing ?> http://cvs.php.net/diff.php/phpdoc/en/language/oop5/iterations.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/language/oop5/ite

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

2004-10-17 Thread Nuno Lopes
nlopess Sun Oct 17 07:08:04 2004 EDT Modified files: /phpdoc/en/reference/info/functions phpversion.xml Log: fix #30459: document the optional parameter http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/phpversion.xml?r1=1.3&r2=1.4&ty=u Index: phpdo

[PHP-DOC] #30456 [Opn]: Livedocs malforms example code

2004-10-17 Thread nlopess
ID: 30456 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Livedocs problem PHP Version: Irrelevant New Comment: Sorry for my stupidity, but I couldn't find where the problem is... and nor how the patch would fix the problem. The patch w

[PHP-DOC] #30464 [Opn]: No link for See Also item

2004-10-17 Thread nlopess
ID: 30464 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment: Livedocs handles this correctly. Just a problem in DSSSL...

[PHP-DOC] #30464 [NEW]: No link for See Also item

2004-10-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: No link for See Also item Description: If you visit the following URI: http://www.php.net/manual/en/function.soapserver-handle.php