[cvs] [Wiki] changed: BCBreakingHordeIssues

Chuck Hagenbuch chuck at horde.org
Thu Nov 30 14:55:02 PST 2006


chuck  Thu, 30 Nov 2006 14:55:02 -0800

Modified page: https://dev.horde.org/horde/wicked/BCBreakingHordeIssues
New Revision:  2.27
Change log:  autoload performance question

@@ -53,8 +53,9 @@
  * use __autoload() instead of require_once
   * Using a global __autoload() function is not good practice for a framework because you can only have one __autoload function - I'm not in favor of it (ChuckHagenbuch).
   * Using it in Horde apps as opposed to the framework is an option, but still leaves us all of the framework requires.
   * http://php.net/spl-autoload-register is a potential solution. With PHP 5.1.x (or 5.2, or ...) as a minimum version requiring SPL should be okay.
+ * Performance a consideration? http://pooteeweet.org/blog/538/
  * RemoveGlobals
  * HordeSpaces
  * Require UTF-8 support
  * Remove confusing mess of hooks and other ways of muddling logins (especially with IMP), and replace them _all_ with the preauthenticate and postauthenticate hooks + appropriate examples for things like vhosting.


More information about the cvs mailing list