Details
Description
The $_options array in the Zend_Ldap class is not declared, ie the following is missing
protected $_options;
or
protected $_options = array();
This isn't critical as PHP allows the arbitrary instantiation of class members at run-time however I don't think the default "public" visibility is appropriate.
Fixed in trunk for minor-release 1.9 (incorporation of new Zend_Ldap into trunk)