Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 518096

Summary: dev-php/cphalcon - Phalcon PHP framework
Product: Gentoo Linux Reporter: Vasilis Lourdas <bugs>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: enhancement CC: gentoo, ondrej.kajinek, php-bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://phalconphp.com
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild for cphalcon 2.0.4, latest version
ebuild for cphalcon-4.1.0

Description Vasilis Lourdas 2014-07-25 13:32:42 UTC
The Phalcon PHP framework is a promising framework. It's a framework built as a C module for Apache that provides the basis for the PHP framework, thus having an exceptional performance when compared to the other PHP frameworks.

It would be nice to include this in portage.
Comment 1 Brian Evans (RETIRED) gentoo-dev 2014-07-25 17:48:21 UTC
(In reply to Vasilis Lourdas from comment #0)
> It's a framework built as a C module for Apache

This should say as a PHP extension.  It is not directly related to Apache.
The website also lists example nginx and cherokee configurations.
Comment 2 Ondřej Kajínek 2015-07-13 19:14:44 UTC
Created attachment 406700 [details]
Ebuild for cphalcon 2.0.4, latest version
Comment 3 Drew 2021-01-15 16:51:18 UTC
Created attachment 683077 [details]
ebuild for cphalcon-4.1.0
Comment 4 Brian Evans (RETIRED) gentoo-dev 2021-01-15 17:30:08 UTC
FWIW, this extension will have a limited life span as they do not plan to support PHP 8.0 with it.

The project will support 8.0 but it will be pure PHP code (and not this extension) in their 5.x series according to https://github.com/phalcon/cphalcon/issues/15186