--- embedaddon/php/ext/shmop/shmop.c 2012/02/21 23:48:01 1.1.1.1 +++ embedaddon/php/ext/shmop/shmop.c 2012/05/29 12:34:42 1.1.1.2 @@ -16,7 +16,7 @@ | Ilia Alshanetsky | +----------------------------------------------------------------------+ */ -/* $Id: shmop.c,v 1.1.1.1 2012/02/21 23:48:01 misho Exp $ */ +/* $Id: shmop.c,v 1.1.1.2 2012/05/29 12:34:42 misho Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -226,7 +226,7 @@ PHP_FUNCTION(shmop_open) shmop->size = shm.shm_segsz; - rsid = zend_list_insert(shmop, shm_type); + rsid = zend_list_insert(shmop, shm_type TSRMLS_CC); RETURN_LONG(rsid); err: efree(shmop);