ZF-4442: include only required for addFilter()
Description
There is a require_once statement at top of Zend/Log.php that is only required for addFilter(). So I think we should move it to addFilter() where it is needed.
There is a require_once statement at top of Zend/Log.php that is only required for addFilter(). So I think we should move it to addFilter() where it is needed.
Comments
Posted by Jan Pieper (jpieper) on 2008-10-01T12:15:36.000+0000
Added diff to move require_once to addFilter().
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-12-26T06:18:00.000+0000
Solved in SVN r13459