TCA>>     but zval_ptr_dtor (used in assert.c-OnChangeCallback) checks
TCA>>     against EG(uninitialized_zval_ptr) - so calling zval_ptr_dtor
TCA>>     anytime before init_executor will cause an UMR.

Actually, zval_ptr_dtor calls zval_dtor, which does much more EG(...) 
games than just EG(uninitialized_zval_ptr). So I guess calling 
zval_ptr_dtor before init_executor is unwise indeed... 

-- 
Stanislav Malyshev, Zend Products Engineer   
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.109




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

Reply via email to