mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
Move MCLS_FETCH() inside #if HAVE_LIBMCRYPT24. Fixes build against
libmcrypt 2.2.
This commit is contained in:
+1
-1
@@ -340,11 +340,11 @@ static PHP_MSHUTDOWN_FUNCTION(mcrypt)
|
||||
|
||||
PHP_MINFO_FUNCTION(mcrypt)
|
||||
{
|
||||
MCLS_FETCH();
|
||||
#if HAVE_LIBMCRYPT24
|
||||
char **modules;
|
||||
int i, count;
|
||||
char *tmp, *tmp2;
|
||||
MCLS_FETCH();
|
||||
|
||||
tmp = emalloc (2048);
|
||||
memset (tmp, 0, sizeof(tmp));
|
||||
|
||||
Reference in New Issue
Block a user