[commits] Horde branch master updated. b7e84bf5cb3f83c9e639ace73472f9b069799a84

Chuck Hagenbuch chuck at horde.org
Thu Oct 15 18:01:14 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 5c5d64a2d94b62e0154e5e8648e9139a4b3e61ae

b7e84bf... Don't include files using a relative path; always run through the include_path explicitly trying absolute paths.

-----------------------------------------------------------------------

commit b7e84bf5cb3f83c9e639ace73472f9b069799a84
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Thu Oct 15 13:59:58 2009 -0400

    Don't include files using a relative path; always run through the include_path
    explicitly trying absolute paths.
    
    This avoids PHP checking the local directory for a file even if '.' isn't in the
    include_path. Also, we now use realpath() directly instead of
    Horde_Util::realPath(). This both reduces dependencies, and it removes invalid
    paths from the include_path. The generic realPath() has its use, but here we're
    dealing with real files on the filesystem.

 framework/Autoloader/lib/Horde/Autoloader.php |   61 ++++++++++++++++++++-----
 1 files changed, 50 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/framework/Autoloader/lib/Horde/Autoloader.php?rt=horde-git&r1=3a71c89aa353584b42094979fd9d3fa3bd412067&r2=b7e84bf5cb3f83c9e639ace73472f9b069799a84




More information about the commits mailing list