Ticket #3597 (assigned defect)

Opened 5 months ago

Last modified 3 weeks ago

Property access: visibility check should be succeeded by __get

Reported by: dinu Assigned to: weyrick (accepted)
Priority: normal Milestone:
Component: PHP Compatability Version:
Severity: minor Keywords:
Cc:

Description

In Zend, when an attempt is made to access an unaccessible private or protected property, the request is passed to get or set overload functions, if provided; to me, this makes sense. In PCC an error is thrown.

Attachments

priv.php (136 bytes) - added by dinu on 06/10/08 16:23:06.

Change History

06/10/08 16:23:06 changed by dinu

  • attachment priv.php added.

06/11/08 04:14:02 changed by weyrick

  • owner changed from anonymous to weyrick.
  • status changed from new to assigned.
  • milestone set to 2.9.7.

10/29/08 09:47:11 changed by

  • milestone deleted.

Milestone 2.9.7 deleted