[PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS /ext/mcrypt mcrypt.c php_mcrypt.h (fwd) From: Joey Smith (joey <email protected>)
Date: 08/14/00

Derick:
        I can't compile CVS a/o this change...find errors at bottom.

On Sun, 13 Aug 2000, Derick Rethans wrote the following to php-cvs <email protected>:

> derick Sun Aug 13 04:53:04 2000 EDT
>
> Modified files:
> /php4 NEWS
> /php4/ext/mcrypt mcrypt.c php_mcrypt.h
> Log:
> - Now using the better way of using INI directives
> - Changed some warning/error messages to be more clear
>
>

mcrypt.c:241: `zend_mcrypt_globals' undeclared here (not in a function)
mcrypt.c:241: parse error before `)'
mcrypt.c:241: initializer element is not constant
mcrypt.c:241: (near initialization for `ini_entries[0].mh_arg1')
mcrypt.c:241: `mcrypt_globals' undeclared here (not in a function)
mcrypt.c:241: initializer element is not constant
mcrypt.c:241: (near initialization for `ini_entries[0].mh_arg2')
mcrypt.c:242: `zend_mcrypt_globals' undeclared here (not in a function)
mcrypt.c:242: parse error before `)'
mcrypt.c:242: initializer element is not constant
mcrypt.c:242: (near initialization for `ini_entries[1].mh_arg1')
mcrypt.c:242: `mcrypt_globals' undeclared here (not in a function)
mcrypt.c:242: initializer element is not constant
mcrypt.c:242: (near initialization for `ini_entries[1].mh_arg2')
mcrypt.c: In function `php_info_mcrypt':
mcrypt.c:345: warning: implicit declaration of function `MCLS_FETCH'
make[3]: *** [mcrypt.lo] Error 1
make[3]: Leaving directory `/home/joey/build/php-cvs/ext/mcrypt'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/joey/build/php-cvs/ext/mcrypt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/joey/build/php-cvs/ext'
make: *** [all-recursive] Error 1

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>