CodeIgniter
CodeIgniter copied to clipboard
Open Source PHP Framework (originally from EllisLab)
Enhancement Project: replace usage of show_error() with exceptions. A class or function, instead of calling show_error to display an error message and then exit, should instead throw a PHP exception....
This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external...
Commit eb770fdc6d809bc7c28d499f897c0ab2c449f669 added the `$samesite` parameter to `set_cookie()`. But now there's a contradiction between the `foreach` and the comment on the immediately preceding line (`system/core/Input.php` lines 311-312): ``` // always...
Also added cool emojis Signed-off-by: James Ulaszek
I'm referring to: https://github.com/bcit-ci/CodeIgniter/blob/9b8f2b7a8405acd1b8ad5956ada3d84472b1e8ae/system/libraries/Session/drivers/Session_redis_driver.php#L441 https://github.com/bcit-ci/CodeIgniter/blob/9b8f2b7a8405acd1b8ad5956ada3d84472b1e8ae/system/libraries/Session/drivers/Session_redis_driver.php#L448 (and memcached too) As stated in https://github.com/bcit-ci/CodeIgniter/pull/5708#issuecomment-473145166 the optimal sleep time value may vary depending on the context (for instance, in my context, it's a...
`imageline()` in PHP 8 has been updated: [https://www.php.net/manual/en/function.imageline.php](https://www.php.net/manual/en/function.imageline.php). This fix solves the `implicit conversion from float ... to int loses precision` error when creating a captcha.
Hi :wave: I work at Datadog, and while doing some tests with CodeIgniter 3, I stumbled upon what I found to be strange behavior when using the `cgi-fcgi` sapi. I...
### Discussed in https://github.com/bcit-ci/CodeIgniter/discussions/6247 Originally posted by **mertdogan** November 14, 2023 Hi. I started a new CI project with CI 3.1.13. When i refresh page everything on session lost (still...
Fixes https://github.com/bcit-ci/CodeIgniter/issues/6211
It is not noted here that this repository is version 3 and that the latest version is 4. The latest version is not known to those who come to this...