1
0
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:
Sascha Schumann
2000-08-14 19:38:23 +00:00
parent 61a058f538
commit 78dfa91e1f
+1 -1
View File
@@ -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));