From 731c3e4db0d6641939e1577dde4bd177cbdac7df Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 26 Jun 2006 11:31:19 +0000 Subject: Removed custom deprecate error messages Use the fancy ZEND_ACC_DEPRECATED flag. --- ext/mcrypt/php_mcrypt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/mcrypt/php_mcrypt.h') 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); -- cgit v1.2.1