From: Sascha Schumann Date: Thu, 6 May 1999 20:54:56 +0000 (+0000) Subject: add compat #define X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c42111694035557de3cf188d4c71b34b004471c;p=php add compat #define --- diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h index a76fa27e1f..fbeda253c3 100644 --- a/ext/mcrypt/php_mcrypt.h +++ b/ext/mcrypt/php_mcrypt.h @@ -25,4 +25,6 @@ PHP_FUNCTION(mcrypt_create_iv); #define mcrypt_module_ptr NULL #endif +#define phpext_mcrypt_ptr mcrypt_module_ptr + #endif