diff options
author | Hannes Magnusson <bjori@php.net> | 2006-06-26 11:31:19 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-06-26 11:31:19 +0000 |
commit | 731c3e4db0d6641939e1577dde4bd177cbdac7df (patch) | |
tree | a187015fc22f18fd019b2400d963050f8cd124bb /ext/mcrypt/php_mcrypt.h | |
parent | 90571eeb8f7e334474e0fbf94566cb2cb9d9a993 (diff) | |
download | php-git-731c3e4db0d6641939e1577dde4bd177cbdac7df.tar.gz |
Removed custom deprecate error messages
Use the fancy ZEND_ACC_DEPRECATED flag.
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); |