lithium icon indicating copy to clipboard operation
lithium copied to clipboard

li₃ is the fast, flexible and most RAD development framework for PHP

Results 55 lithium issues
Sort by recently updated
recently updated
newest added

Hello, We want to upgrade our li3 project from php 7 version to php 8. I want to know, does li3 supports latest php 8 version. will there be any...

* PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in util/Text.php on line 290 * Resolves issues with Form helper.

Good morning, just wondering anyone know will there be upgrade of Li3 will be released soon ? In the "Code" tab, I can see, current framework supports PHP 7.3 which...

Redis use database 0 by default. In my project, I had to get the data from another database. I read [this](https://github.com/phpredis/phpredis#select) document. I added the selected database configuration to the...

In MySQL 8.0 tinyint without a length defined returns no length, causing a notice to be thrown

Lithium Version: 1.0 ```php $data = MyModel::all([ 'fields' => [ 'IFNULL(prices->\'$."1"\', prices->\'$."default"\') as MyModel.price', ], ])->data(); ``` I'm trying to access a value of a json field in my field...

This should probably be merged into all branches.

Base classes are set to be removed in 2.0, they have been deprecated in 1.2. - [ ] Remove `_init()` usage, where tests rely on skipping the initialization phase, change...

architecture

In the case where multiple types are registered to `lithium\net\http\Media` with the same content type, even when distinguished by `conditions`, an instance of `lithium\action\Request` will fail to determine the correct...