Julien Turbide
Julien Turbide
This is what I am planning to do, the keepMissingRelationship toggle is bothering me. I already have a similar approach working in Phalcon 3.4. I am currently upgrading it to...
https://github.com/zemit-cms/core/blob/master/src/Mvc/Model/Relationship.php
I got it working after installing CodeGlance from the marketplace, and then manually installing this one: https://github.com/mgziminsky/Minimap-for-Jetbrains Jetbrain will throw an exception when it will start, then you remove the...
I strongly agree for this one. I was about to open another issue but it seems to be exactly my problem as well. Static code analyzers such as Psalm, PHPStan...
The biggest issue is when we are using casting (i.e. castOnHydrate) it will convert my binary into a int because it found the wrong type. Since I don't want to...
+1 Anyone who has used Phalcon for an extended period has likely encountered this issue at least once. It might be beneficial to include an example of this specific problem...
I didn't test your case directly. The same build failure happened on my side, and the workaround was to patch the generated Makefile during build: ```bash sed -i 's/CPPFLAGS =...
I wanted to check in and ask whether there are any updates regarding support for PHP 8.5 now that it has been officially released. The current build still fails due...