Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518096 - dev-php/cphalcon - Phalcon PHP framework
Summary: dev-php/cphalcon - Phalcon PHP framework
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://phalconphp.com
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-25 13:32 UTC by Vasilis Lourdas
Modified: 2021-01-15 17:30 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for cphalcon 2.0.4, latest version (cphalcon-2.0.4.ebuild,739 bytes, text/plain)
2015-07-13 19:14 UTC, Ondřej Kajínek
Details
ebuild for cphalcon-4.1.0 (cphalcon-4.1.0.ebuild,636 bytes, text/plain)
2021-01-15 16:51 UTC, Drew
Details

Note You need to log in before you can comment on or make changes to this bug.
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