cakephp2-php8 icon indicating copy to clipboard operation
cakephp2-php8 copied to clipboard

CakePHP 2 fork that supports PHP 8

Results 8 cakephp2-php8 issues
Sort by recently updated
recently updated
newest added

As I mentioned on PR https://github.com/kamilwylegala/cakephp2-php8/pull/64, CakePHP 2 docs don't require `intl` PHP extension. I oppened this issue to discuss the possibility to add `intl` as an requirement on this...

- Shell console classes were sometimes unable to detect the appropriate class name. This fixes that. - AM/PM values for time-based inputs had a logic error in the original CakePHP...

- [x] Add files from: https://github.com/kamilwylegala/cakephp2-php8/issues/7#issuecomment-1375814507 - [ ] Extend readme.md with steps to how to setup and run tests.

I use the Sqlserver "WITH common_table_expression" expression in CakePhp 2. In Sqlserver.php in the Method **"_execute"** the Code tests for "SELECT" or "EXEC" to determine if an SQL Statement is...

Hi, Kamil I stumbled upon your repository because I'm looking for a way to make my project made in CakePHP2 work on PHP 8. I followed all the documentation, the...

- [ ] php-cs-fixer as an alternative - [ ] reformat whole code base - [ ] add php-cs-fixer check to github actions