php-src/ext/mcrypt
2014-05-13 13:18:00 +04:00
..
tests
config.m4
config.w32
CREDITS
mcrypt_filter.c
mcrypt.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
mcrypt.dsp
php_mcrypt_filter.h
php_mcrypt.h
TODO