longkey1 / homebrew-deprecated-php

Deprecated PHP formulas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile error for PHP7.0 and PHP7.1

longkey1 opened this issue · comments

/private/tmp/php-7.0-20210309-21437-1gn2k26/php-7.0.33/ext/intl/collator/collator_sort.c:347:26: error: use of undeclared identifier 'TRUE'
        collator_sort_internal( TRUE, INTERNAL_FUNCTION_PARAM_PASSTHRU );
                                ^
/private/tmp/php-7.0-20210309-21437-1gn2k26/php-7.0.33/ext/intl/collator/collator_sort.c:541:26: error: use of undeclared identifier 'FALSE'
        collator_sort_internal( FALSE, INTERNAL_FUNCTION_PARAM_PASSTHRU );
                                ^
2 errors generated.
make: *** [ext/intl/collator/collator_sort.lo] Error 1
make: *** Waiting for unfinished jobs....