Skip to content

intl cannot be build on Alpine & PHP 7.2 #553

@mvorisek

Description

@mvorisek

Version of install-php-extensions

latest

Error description

see https://github.com/mvorisek/image-php/runs/5755017479?check_suite_focus=true#step:5:5916

 /usr/src/php/ext/intl/collator/collator_sort.c: In function 'zif_collator_sort':
/usr/src/php/ext/intl/collator/collator_sort.c:349:26: error: 'TRUE' undeclared (first use in this function)
  349 |  collator_sort_internal( TRUE, INTERNAL_FUNCTION_PARAM_PASSTHRU );
      |                          ^~~~
/usr/src/php/ext/intl/collator/collator_sort.c:349:26: note: each undeclared identifier is reported only once for each function it appears in
/usr/src/php/ext/intl/collator/collator_sort.c: In function 'zif_collator_asort':
/usr/src/php/ext/intl/collator/collator_sort.c:543:26: error: 'FALSE' undeclared (first use in this function)
  543 |  collator_sort_internal( FALSE, INTERNAL_FUNCTION_PARAM_PASSTHRU );
      |                          ^~~~~
make: *** [Makefile:204: collator/collator_sort.lo] Error 1

Docker image

Alpine & PHP 7.2

Minimal Dockerfile

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwaiting for feedbackWaiting for user feedback

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions