Ken Grammer
Ken Grammer
In the on-line documentation for Phalcon (3, 4 and 5), in the # Compilation sections, the instructions say: "Download the latest zephir.phar from... " And then... "Add it to a...
I have an overall header volt file where I test the controller and action name, and then I add header lines as needed. I load certain CSS or JS files...
When I attempt to install this with Laravel 9, I get the following error(s): Problem 1 - laravel-frontend-presets/zurb-foundation[v2.1.0, ..., v2.1.1] require laravel/framework ^5.5 -> found laravel/framework[v5.5.0, ..., 5.8.x-dev] but it...
When attempting to install Phalcon 5 in Ubuntu 22.04 using pecl, the build throws a lot of error and fails. I start with "pecl channel-update pecl.php.net" which produces: Updating channel...
**Describe the bug** When updating to PHP 8.3, routes that worked fine on PHP 8.2 no longer work. I have been able to verify the issue by running the "Hello/Sign...
**Describe the bug** After issuing pecl command to update to Phalcon 5.7.0, Phalcon's internal version is still reported as the last release, which was 5.6.2. **To Reproduce** Use pecl to...
When entering command line options for zephir 0.19.0, such as --vernum, the options do not appear to be recognized. I also noticed that the help screen is not presented with...
I have a table that has a columns named 'notification_sent' and 'notification_hours'. These columns are defined as a "int unsigned NOT NULL DEFAULT '0'". I an trying to execute a...