diff options
author | Hannes Magnusson <bjori@php.net> | 2006-06-26 16:33:39 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-06-26 16:33:39 +0000 |
commit | 223d122caeb65ab2f495891b604883b7db1b7032 (patch) | |
tree | d938ae32556611316acb6b2fe15b59ad5370dc2a /ext/mcrypt/php_mcrypt.h | |
parent | d258bcd95122aad4d944cc601c1b0eeddd9a8d01 (diff) | |
download | php-git-223d122caeb65ab2f495891b604883b7db1b7032.tar.gz |
MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warnings
Diffstat (limited to 'ext/mcrypt/php_mcrypt.h')
-rw-r--r-- | ext/mcrypt/php_mcrypt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h index 64c5e5522e..871e96f6e5 100644 --- a/ext/mcrypt/php_mcrypt.h +++ b/ext/mcrypt/php_mcrypt.h @@ -52,7 +52,6 @@ PHP_FUNCTION(mcrypt_module_open); PHP_FUNCTION(mcrypt_generic_init); PHP_FUNCTION(mcrypt_generic); PHP_FUNCTION(mdecrypt_generic); -PHP_FUNCTION(mcrypt_generic_end); PHP_FUNCTION(mcrypt_generic_deinit); PHP_FUNCTION(mcrypt_enc_self_test); |