Re: [PHP-DEV] Passing HashTable data from php.ini to an extension method: corrupted values
I tried things like ZVAL_PTR and ZVAL_FUNC but the pointers became invalid by the time HTTP request was served. Alexander Mashin -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php
[PHP-DEV] Passing HashTable data from php.ini to an extension method: corrupted values
tion and serving HTTP request. I have made sure that scalar values in MYEXT_G survive from PHP_MINIT_FUNCTION(myExt) into PHP method called from HTTP request. So, how can I make sure that HashTable values are really persistent? Alexander Mashin