ZF2-3: "Class \Zend\Ldap\DN not found" --seems to be an incorrect class name used in Zend\Ldap\Ldap.php
Description
Zend\Ldap\Ldap.php refers to class'Zend\Ldap\DN'. However, it seems the class is named Zend\Ldap\Dn.
Fatal error: Class 'Zend\Ldap\DN' not found in .../Zend/Ldap/Ldap.php on line 764.
Comments
Posted by Kazusuke Sasezaki (sasezaki) on 2011-07-08T12:55:49.000+0000
fix by this commit https://github.com/zendframework/zf2/…