cphalcon
cphalcon copied to clipboard
High performance, full-stack PHP framework delivered as a C extension.
Hello! * Type: bug fix | new feature * Link to issue: #16029 **In raising this pull request, I confirm the following:** - [X] I have read and understood the...
Hello! * Type: bug fix | new feature | code quality * Link to issue: #16411 **In raising this pull request, I confirm the following:** - [X] I have read...
Hello! * Type: bug fix | new feature | code quality * Link to issue: #16409 **In raising this pull request, I confirm the following:** - [X] I have read...
**Is your feature request related to a problem? Please describe.** I have an external phalcon library that I need to use in multiple projects to set additional headers in a...
Hello! * Type: bug fix * Link to issue: https://github.com/phalcon/cphalcon/issues/16222 **In raising this pull request, I confirm the following:** - [X] I have read and understood the [Contributing Guidelines](https://github.com/phalcon/cphalcon/blob/master/CONTRIBUTING.md) -...
Questions? Forum: https://phalcon.io/forum or Discord: https://phalcon.io/discord **Describe the bug** Model with column declared as `varchar(255) NOT NULL` does not accept an empty string. It does not distinguish `NULL` value and...
While adapting my websites running Phalcon 3.4 to run with Phalcon 5, I noticed that AJAX doesn't seem to work. Webpages with Volt views are fine. **Bug description** When using...
**Is your feature request related to a problem? Please describe.** The ORM does not have a single source of truth when it fetches a new model. That means that fetching...
A radio button that worked in previous versions is now broken. I tried some new hack i found for Phalcon 5 used for check boxes to see if it'll work,...
**Describe the bug** Model snapshots get updated on save with "orm.update_snapshot_on_save", if for some reason in the save relation chain there is a rollback, the updated snapshot is no longer...