Hello there. I am trying to read/write properties. I have found the read_property function as such:
ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, int name_length, zend_bool silent TSRMLS_DC); But, what is a zend_bool? I trued passing false to it, but i got an error O.o so I think I sort of missed this a bit. I am essentially trying to store a resource into an object, and reading it off in another member function. Kind regards, Ingwie -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
