Date: 08/15/01
- Next message: troels <email protected>: "[PHP-DEV] Bug #12776: 4.0.7RC1: array_walk crash"
- Previous message: sniper <email protected>: "[PHP-DEV] Bug #12774 Updated: phpinfo()'s "Build Date" should show the time as well."
- In reply to: Alexander Wirtz: "Re: [PHP-DEV] basic_functions.c broken"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fixed.
At 01:35 16-08-01, Alexander Wirtz wrote:
>Hi folks,
>
> >basic_functions.c
> >D:\home\php\php4\ext\standard\basic_functions.c(306) : error C2065:
> >'zif_exp2' :
> > nichtdeklarierter Bezeichner
> >D:\home\php\php4\ext\standard\basic_functions.c(306) : error C2099:
> >Initialisier
> >ung ist keine Konstante
> >D:\home\php\php4\ext\standard\basic_functions.c(307) : error C2065:
> >'zif_exp10'
> >: nichtdeklarierter Bezeichner
> >D:\home\php\php4\ext\standard\basic_functions.c(307) : error C2099:
> >Initialisier
> >ung ist keine Konstante
> >D:\home\php\php4\ext\standard\basic_functions.c(308) : error C2065:
> >'zif_log2' :
> > nichtdeklarierter Bezeichner
> >D:\home\php\php4\ext\standard\basic_functions.c(308) : error C2099:
> >Initialisier
> >ung ist keine Konstante
>
>I can confirm this on my linux-box:
>
>basic_functions.c:306: `zif_exp2' undeclared here (not in a function)
>basic_functions.c:306: initializer element for
>`basic_functions[157].handler' is not constant
>basic_functions.c:307: `zif_exp10' undeclared here (not in a function)
>basic_functions.c:307: initializer element for
>`basic_functions[158].handler' is not constant
>basic_functions.c:308: `zif_log2' undeclared here (not in a function)
>basic_functions.c:308: initializer element for
>`basic_functions[159].handler' is not constant
>basic_functions.c:310: `zif_cbrt' undeclared here (not in a function)
>basic_functions.c:310: initializer element for
>`basic_functions[160].handler' is not constant
>make[3]: *** [basic_functions.lo] Error 1
>make[3]: Leaving directory /data/www/php4/ext/standard'
>
>
>Regards
> Alex
>
>--
>| Alexander Wirtz | eMail: wirtz <email protected> |
>| web <email protected> GmbH | WWW: http://www.web-active.com |
>
>--
>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>
-- Zeev Suraski <zeev <email protected>> CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/-- 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>
- Next message: troels <email protected>: "[PHP-DEV] Bug #12776: 4.0.7RC1: array_walk crash"
- Previous message: sniper <email protected>: "[PHP-DEV] Bug #12774 Updated: phpinfo()'s "Build Date" should show the time as well."
- In reply to: Alexander Wirtz: "Re: [PHP-DEV] basic_functions.c broken"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

