ZF-6113: Zend_Ldap $_options member not declared
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.
Comments
Posted by Stefan Gehrig (sgehrig) on 2009-07-20T11:17:15.000+0000
Fixed in trunk for minor-release 1.9 (incorporation of new Zend_Ldap into trunk)