summaryrefslogtreecommitdiff
path: root/ext/mcrypt/php_mcrypt.h
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-06-26 11:31:19 +0000
committerHannes Magnusson <bjori@php.net>2006-06-26 11:31:19 +0000
commit731c3e4db0d6641939e1577dde4bd177cbdac7df (patch)
treea187015fc22f18fd019b2400d963050f8cd124bb /ext/mcrypt/php_mcrypt.h
parent90571eeb8f7e334474e0fbf94566cb2cb9d9a993 (diff)
downloadphp-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.h1
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);