Skip to content

fix setlocale to provide proper type#9

Open
powercycle wants to merge 1 commit intohorde:FRAMEWORK_6_0from
powercycle:fix_setlocale
Open

fix setlocale to provide proper type#9
powercycle wants to merge 1 commit intohorde:FRAMEWORK_6_0from
powercycle:fix_setlocale

Conversation

@powercycle
Copy link
Copy Markdown

This will fix setlocale to provide the proper type.

Changed: $locale = setlocale(LC_ALL, 0);
to: $locale = setlocale(LC_ALL, '0');

will change it to null if preferred.

Going to do this for horde/date, horde/util, horde/autoloader as well.

@ralflang , @TDannhauer

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant