php-src/ext/sysvshm
2014-05-13 13:18:00 +04:00
..
tests Refactor sysvsem, sysvshm, sysmsg 2014-05-09 23:28:21 +08:00
config.m4 - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
CREDITS
package.xml Typo 2007-03-14 09:58:14 +00:00
php_sysvshm.h Bump year 2014-01-03 11:08:10 +08:00
sysvshm.c In most user extensions functions like mysql_close() should use zend_list_close() instead of zend_list_delete(). This closes the actual connection and frees extension specific data structures, but doesn't free zend_reference structure that might be referenced from zval(s). This also doesn't decrement the resource reference counter. 2014-05-13 13:18:00 +04:00