Zend Framework

Zend_Ldap $_options member not declared

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.7.7
  • Fix Version/s: 1.9.0
  • Component/s: Zend_Ldap
  • Labels:
    None

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.

Activity

Hide
Stefan Gehrig added a comment -

Fixed in trunk for minor-release 1.9 (incorporation of new Zend_Ldap into trunk)

Show
Stefan Gehrig added a comment - Fixed in trunk for minor-release 1.9 (incorporation of new Zend_Ldap into trunk)

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: