cphalcon
cphalcon copied to clipboard
High performance, full-stack PHP framework delivered as a C extension.
Hi When using the `$this->cookies->get("name")->delete();`, a deprecation warning is issued: `PHP Deprecated: setcookie(): Passing null to parameter #2 ($value) of type string is deprecated in` **Details** - Phalcon version: Phalcon...
I tried find() and it worked. Specifying properties outside the table in columns may be a "don't do", but the results I get seem strange. Even if I didn't specify...
### General ``` software: MacOS Phalcon: 5.0.x PHP: 8.1 Zephir: 0.16.0 brew: [email protected] Location: ~/Documents/cphalcon ``` ### Details I have just cloned phalcon following the instructions [here](https://docs.phalcon.io/5.0/en/installation#compilation). I have already...
Questions? Forum: https://phalcon.io/forum or Discord: https://phalcon.io/discord **Describe the bug** When performing a search on the documentation site (https://docs.phalcon.io/4.0/en/introduction), nothing happens. After typing a search term and hitting enter, the page...
Blocked by https://github.com/zephir-lang/zephir/issues/2370
Hello! * Type: bug fix * Link to issue: https://github.com/phalcon/cphalcon/issues/16035 **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) -...
**Describe the bug** Currently it looks like the Complex resultset is double unserializing which will throw a Phalcon Model Exception "Invalid serialization data" on Complex.zep:421 and noticed it while trying...
I am trying to upgrade PHP from v7.2.34 to v7.4.27 which means I have to upgrade the Phalcon from v3.4.5 to v4.1.2. When I tried to install Phalcon v4.1.2 I...
**Is your feature request related to a problem? Please describe.** we need allow the immediate reading of records that have been written to the database during the current request cycle....
**Describe the bug** The code use the readConnectionService when I wrote the `forUpdate(true)` code, which should use the writeConnectionService. **To Reproduce** make a read/write mysql database set the read instance...