|
|
@ -624,7 +624,8 @@ PHP_FUNCTION(mcrypt_enc_self_test) |
|
|
} |
|
|
} |
|
|
/* }}} */ |
|
|
/* }}} */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* {{{ proto bool mcrypt_module_close(resource td) |
|
|
|
|
|
Free the descriptor td */ |
|
|
PHP_FUNCTION(mcrypt_module_close) |
|
|
PHP_FUNCTION(mcrypt_module_close) |
|
|
{ |
|
|
{ |
|
|
zval **mcryptind; |
|
|
zval **mcryptind; |
|
|
@ -635,7 +636,7 @@ PHP_FUNCTION(mcrypt_module_close) |
|
|
zend_list_delete (Z_LVAL_PP(mcryptind)); |
|
|
zend_list_delete (Z_LVAL_PP(mcryptind)); |
|
|
RETURN_TRUE; |
|
|
RETURN_TRUE; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* }}} */ |
|
|
|
|
|
|
|
|
/* {{{ proto bool mcrypt_generic_end(resource td) |
|
|
/* {{{ proto bool mcrypt_generic_end(resource td) |
|
|
This function terminates encrypt specified by the descriptor td */ |
|
|
This function terminates encrypt specified by the descriptor td */ |
|
|
|