From c1242974bed8abcecc2f58b3c6a6107cce604b70 Mon Sep 17 00:00:00 2001 From: Kamil Wylegala Date: Mon, 5 Feb 2024 22:16:23 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 23655ed0d..24cea1b04 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Unfortunately branch 2.x in original repository was taken down. +## Incoming breaking changes + +The `strftime` function is widely used in the framework codebase. We plan to replace it with `IntlDateFormatter::format()`, this method comes from the `Intl` extension. CakePHP2 doesn't use it, so it would be a **breaking change**. We'd like to start rolling it out in early **May 2024**. + +If you have any concerns, let's discuss it under: https://github.com/kamilwylegala/cakephp2-php8/issues/65 + ## Why I created this fork? 🤔 CakePHP 2 stopped getting updates in the end of 2019 (AFAIR). Unfortunately in my case it's too expensive to migrate to newer versions of CakePHP. I started migrating to Symfony framework, but I still use ORM from CakePHP (and actually I like it). So in order to keep up with the newest PHP versions I decided to create fork of the framework.