Skip to content

ARCH-13: hide strftime deprecation warnings and remove deprecated utf8_encode function#2

Merged
diegosurita merged 4 commits intomasterfrom
ARCH-13
Jan 22, 2024
Merged

ARCH-13: hide strftime deprecation warnings and remove deprecated utf8_encode function#2
diegosurita merged 4 commits intomasterfrom
ARCH-13

Conversation

@diegosurita
Copy link
Copy Markdown

@diegosurita diegosurita commented Jan 19, 2024

  • Hide strftime deprecation warning.
    Since CakePHP 2 doesn't require the installation of intl PHP extension in it's documentation, I can't use the alternative IntlDateFormatter::format because it relies such extension.
  • Fix preg_split subject param null deprecated on FormHelper::dateTime.
  • Fix preg_split deprecated null param limit on CakeResponse::checkNotModified.

Since CakePHP 2 doesn't require the installation of `intl` PHP extension in it's documentation, I can't use the alternative `IntlDateFormatter::format` because it relies such extension.

ref: ARCH-13
@diegosurita diegosurita merged commit 519b120 into master Jan 22, 2024
@diegosurita diegosurita deleted the ARCH-13 branch January 22, 2024 18:27
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.

2 participants