cphalcon
cphalcon copied to clipboard
High performance, full-stack PHP framework delivered as a C extension.
**Is your feature request related to a problem? Please describe.** My project used version 3.4. When updating Ubuntu with the apt update|apt upgrade commands, phalcon spontaneously switched to version 4.0....
Hello! I propose to add a `rebind(string $serviceName, callable $definition)` or a `rebinding()` method to DI. > the $definiton calllable should expect the current container with the first argument and...
- [x] Docs : acl.md - [x] Docs : annotations.md - [x] Docs : application.md - [x] Docs : application-cli.md - [x] Docs : application-micro.md - [x] Docs : assets.md...
**Describe the bug** When we try to access a public method of a sub class contained in a public property of a root class, Volt generates a Notice. PS :...
Hello, I use the framework and just out of nowhere I started getting build errors, can anyone help me to solve it? I use docker to run Phalcon and other...
**Describe the bug** `Phalcon\Annotations\Reader` cannot parse from class containing any annotation including unclosed parentheses in its value. If this issue is duplicated or fixed in later versions, please excuse me...
Good day! Can I use `$this->getRelated` on already cached data? For example: 1. There is a table `addresses`. All its values are cached. 2. There is a `peoples` table. Each...
With recent GCC 14 (on Fedora 40) Build fails with tons of: ``` /builddir/build/BUILD/php83-php-phalcon5-5.6.1/phalcon-5.6.1/phalcon.zep.c: In function 'zim_Phalcon_Storage_Adapter_Weak_increment': /opt/remi/php83/root/usr/include/php/Zend/zend_API.h:2059:58: error: passing argument 2 of 'zend_parse_arg_str' from incompatible pointer type [-Wincompatible-pointer-types] 2059...
**Describe the bug** Phalcon\Db\Column::TYPE_BINARY and Phalcon\Db\Column::TYPE_TINYINTEGER should not be equal **To Reproduce** ```php Column::TYPE_BINARY === Column::TYPE_TINYINTEGER // true ``` **Expected behavior** ```php Column::TYPE_BINARY === Column::TYPE_TINYINTEGER // false ``` **Additional context**...
**Describe the bug** When there are 3 tables with one-to-one relationship to one and another, first 2 table data are saved in DB but the third ones data is not...