Re: [PHP-DOC] Patches

2009-07-16 Thread Hannes Magnusson
On Thu, Jul 16, 2009 at 15:04, Moacir de Oliveira wrote: > Patch Explanation [...] Looks good to me :) -Hannes

Re: [PHP-DOC] Patches

2009-07-16 Thread G. T. Stresen-Reuter
On Jul 16, 2009, at 2:04 PM, Moacir de Oliveira > wrote: Patch Explanation Outstanding explanation. Gave me some ideas for how to improve my own code. Ted Stresen-Reuter

Re: [PHP-DOC] Patches

2009-07-16 Thread Moacir de Oliveira
Patch Explanation Factory: The last implementation of the class Format_Factory had a lot of creational methods, one for each output format. ex: public function createXhtmlFormat() { trigger_error("This format is not supported by this package", E_USER_ERROR); } public functio

Re: [PHP-DOC] Patches

2009-07-15 Thread Hannes Magnusson
On Thu, Jul 16, 2009 at 05:37, Moacir de Oliveira wrote: > Hey guys, > > Some patches to improve the factory system and load the formats dynamically. How does it improve the system? Are there any performance differences? Readability changes? Extendability? I know the answer (heck, I commented on

[PHP-DOC] Patches

2009-07-15 Thread Moacir de Oliveira
Hey guys, Some patches to improve the factory system and load the formats dynamically. what do you think? --Moacir Index: phpdotnet/phd/BuildOptionsParser.php === --- phpdotnet/phd/BuildOptionsParser.php(revision 284053) ++

[PHP-DOC] Patches for "array" parameters

2003-11-27 Thread Jakub Vrana
In comment of some functions, there was written about "array" parameter, but parameter of type array was named different (e.g. output). CVS comment for exec: Write about output parameter, not about array CVS comment for mb*: Write about convmap parameter, not about array Jakub Vrana exec.xml.dif