Skip to content

Conversation

@kesselb
Copy link
Contributor

@kesselb kesselb commented Apr 21, 2019

A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if
intl extension is not loaded. The check here is always true
because there is a function with that name.

\Patchwork\Utf8\Bootup::initIntl();

https://github.com/nextcloud/3rdparty/blob/9e49623fa57786c0874529e66c2ebd0ff2dc5075/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php#L26 (here is the function defined)

A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if
intl extension is not loaded. The check here is always true
because there is a function with that name.

Signed-off-by: Daniel Kesselberg <[email protected]>
@kesselb kesselb added this to the Nextcloud 17 milestone Apr 21, 2019
@kesselb kesselb requested review from MorrisJobke and rullzer April 21, 2019 19:59
@rullzer rullzer requested a review from ChristophWurst April 24, 2019 14:13
@ChristophWurst ChristophWurst added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Apr 24, 2019
@rullzer rullzer merged commit 09a2845 into master Apr 24, 2019
@rullzer rullzer deleted the bugfix/setupcheck-intl branch April 24, 2019 17:56
@rullzer
Copy link
Member

rullzer commented Apr 25, 2019

/backport to stable16

@backportbot-nextcloud
Copy link

backport to stable16 in #15223

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

Labels

4. to release Ready to be released and/or waiting for tests to finish bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants