[cvs] commit: framework/Horde Horde.php

Michael M Slusarz slusarz at horde.org
Thu Oct 30 16:35:13 UTC 2008


slusarz     2008-10-30 12:35:13 EDT

  Modified files:
    Horde                Horde.php 
  Log:
  When using autoloader, can't indiscriminately use is_callable() because it
  will attempt to autoload whatever is passed in as the alleged class object.
  This reesults in autoload attempts for every log string, which is simply
  a waste of time.  Do an object check before doing an is_callable() check.
  
  Revision  Changes    Path
  1.695     +3 -2      framework/Horde/Horde.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Horde/Horde.php?r1=1.694&r2=1.695&ty=u


More information about the cvs mailing list