On 12/3/06, Matt Wilmas <[EMAIL PROTECTED]> wrote:
Hi Alexey,

Not sure what the exact problem is, or if this is related, but in your
loc_set() function's zend_hash_add() calls, you have sizeof(HashTable) and
sizeof(zval).  Shouldn't both of those be sizeof(HashTable *) ? :-)

(HashTable *) and (zval *), actually
thanks

--
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to