CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
**Description** Some typos in cli/cli_library.rst **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with...
**Description** Follow-up #1169 Fixes bug that `select()` does not escape items after `NULL`. **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds...
**Description** Fixes #9007 **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage -...
### PHP Version 8.1 ### CodeIgniter4 Version 4.5.3 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? Windows,...
**Description** Fixes #8849 I think return sql execute result directly is a simplest way to fix this issue. **Checklist:** - [x] Securely signed commits - [] Component(s) with PHPDoc blocks,...
**Description** Fix some typos in helpers/html_helper.rst **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing,...
### PHP Version 8.1 ### CodeIgniter4 Version 4.5.0 ### CodeIgniter4 Installation Method Manual (zip or tar.gz) ### Which operating systems have you tested for this bug? Linux ### Which server...
**Description** Follow-up #9156 - remove uneeded if condition **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ]...
See #9152 and https://github.com/codeigniter4/CodeIgniter4/pull/9152#issuecomment-2311367413
**Description** Supersedes #9135 See #9116 and https://github.com/codeigniter4/CodeIgniter4/issues/9116#issuecomment-2300918329 These INI settings have been deprecated in PHP 8.4. This PR enforces the behavior in PHP 9. **Checklist:** - [x] Securely signed commits...