On 07/30/2013 04:58 PM, Ruslan Osmanov wrote:
if (ZEND_FCI_INITIALIZED(*pfci)) {
     e->fci = (zend_fcall_info *) safe_emalloc(1,
sizeof(zend_fcall_info), 0);
     e->fcc = (zend_fcall_info_cache *) safe_emalloc(1,
sizeof(zend_fcall_info_cache), 0);

     memcpy(e->fci, pfci, sizeof(zend_fcall_info));
     memcpy(e->fcc, pfcc, sizeof(zend_fcall_info_cache));


pfci and pfcc should be &fci and &fcc here, sorry.

--
Ruslan Osmanov

--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to