Skip to content

Enable mbstring - #12

Open
thekid wants to merge 2 commits into
mainfrom
feature/mbstring
Open

Enable mbstring#12
thekid wants to merge 2 commits into
mainfrom
feature/mbstring

Conversation

@thekid

@thekidthekid commented Sep 24, 2021

Copy link
Copy Markdown
Member
  • Install oniguruma-devel
  • Compile PHP with --enable-mbstring
  • Deal with libonig.so.2 in layer - 🤔

@thekidthekid mentioned this pull request Sep 24, 2021
@thekidthekid added enhancement New feature or request help wanted Extra attention is needed labels Sep 24, 2021
@thekid

thekid commented Sep 24, 2021

Copy link
Copy Markdown
MemberAuthor

Deal with libonig.so.2 in layer - 🤔

Pref packs it into the layer file (which has a total size of almost 9 megabytes) and compiles PHP with LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib, see https://github.com/brefphp/bref/blob/master/runtime/base/php-81.Dockerfile

$ unzip -l 'C:\Users\timmf\Downloads\php-81-9329ecc5-0e5a-4b68-bb10-af7a1cd9c88f.zip'| grep onig
577752 09-24-2021 17:50 bref/lib/libonig.so.5.1.0
16 09-24-2021 17:41 bref/lib/libonig.so
16 09-24-2021 17:41 bref/lib/libonig.so.5

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@thekid