Ticket #479 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Provide ZEND_ARG info metadata

Reported by: bergie Assigned to: piotras
Priority: minor Milestone: 8.09.4 Ragnaroek
Component: Midgard PHP Version: 8.09 Ragnaroek
Keywords: Cc:

Description

All Midgard methods should provide the ZEND_ARG_INFO so that PHP-level reflection works

http://fi.php.net/oop5.reflection

Change History

11/17/08 22:22:50 changed by piotras

  • milestone changed from 8.09.3 Ragnaroek to 8.09.4 Ragnaroek.

Requires extra hacks as ZEND macros expect static declarations.

01/15/09 21:06:37 changed by piotras

  • status changed from new to closed.
  • resolution set to fixed.

(In [20192]) Added ZEND_ARG_INFO to all classes. Fixes #479