Re: [PHP-DEV] static property setters

2003-07-20 Thread Andi Gutmans
Hey, Actually I think it's better to just have ZEND_DEFINE_PROPERTY() and pass those flags as an argument. There's no added value in having all the possible permutations such as ZEND_PRIVATE_PROPERTY(), ZEND_PROTECTED_PROPERTY(), ZEND_PUBLIC_PROPERTY() and so on.. We're not really saving any ty

[PHP-DEV] static property setters

2003-07-20 Thread George Schlossnagle
Andi, Zeev, Mind if I add #define ZEND_STATIC_PUBLIC_PROPERTY(class_ptr, name, value) \ {