[commits] Horde branch master updated. 3a71c89aa353584b42094979fd9d3fa3bd412067
Michael M Slusarz
slusarz at horde.org
Wed Aug 5 02:27:48 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 2d6133319c96996fc793a4c7fbc0d9521b718142
7ac451a... Optimize autoloading.
3a71c89... Assuming this was left as include_once inadvertanly, chnage it back to include.
-----------------------------------------------------------------------
commit 7ac451af71d142c5de7d2b17edc3a7c01ac0eef6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Aug 4 17:23:52 2009 -0600
Optimize autoloading.
Run through class patterns first before trying to use include paths.
This prevents us from having to add applications to the include path, so
PEAR/external libs shouldn't try to load libraries that have the same
basenames as an application library.
framework/Autoloader/lib/Horde/Autoloader.php | 64 ++++++++++++++----------
framework/Core/lib/Horde/Registry.php | 3 +-
2 files changed, 38 insertions(+), 29 deletions(-)
http://git.horde.org/diff.php/framework/Autoloader/lib/Horde/Autoloader.php?rt=horde-git&r1=c671447a332e15ed30d748311748b4ec556ccd03&r2=7ac451af71d142c5de7d2b17edc3a7c01ac0eef6
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=c1af6f5d6136caecbdefc70d588faedbdfd18a63&r2=7ac451af71d142c5de7d2b17edc3a7c01ac0eef6
-----------------------------------------------------------------------
commit 3a71c89aa353584b42094979fd9d3fa3bd412067
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 4 20:51:56 2009 -0400
Assuming this was left as include_once inadvertanly, chnage it back
to include.
framework/Autoloader/lib/Horde/Autoloader.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Autoloader/lib/Horde/Autoloader.php?rt=horde-git&r1=7ac451af71d142c5de7d2b17edc3a7c01ac0eef6&r2=3a71c89aa353584b42094979fd9d3fa3bd412067
More information about the commits
mailing list