At 09:50 AM 7/22/2005 +0200, Michael Wallner wrote:
Also zval_internal_dtor() implies that one cannot set a static member of a ZEND_INTERNAL_CLASS to be a stream, array etc...
Yes, that's correct. It's a limitation you have to live with because those datastructures are destroyed at the end of the request. That said, you can create them at RINIT/RSHUTDOWN. Unless you are doing something exceptionally big, it shouldn't be a biggy.
Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php