ZF-5707: Using addDirectory does not enforce names spaces
Description
If you add a full directory path the namespace support of setClass was not being used and errors exist when two classes have the same method name.
If you add a full directory path the namespace support of setClass was not being used and errors exist when two classes have the same method name.
Comments
Posted by Wade Arnold (wadearnold) on 2009-02-06T12:15:30.000+0000
Updated to enforce names spaces with setClass
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-03-31T20:17:40.000+0000
correct versions of fix and affect