Commits
Ryan Schmidt authored d25ed0c91b7
9 9 | maintainers {ryandesign @ryandesign} openmaintainer |
10 10 | license BSD |
11 11 | |
12 12 | php.branches 7.2 7.3 |
13 13 | |
14 14 | if {[vercmp ${php.branch} 7.5] < 0} { |
15 15 | conflicts-append ${php}-phalcon3 |
16 16 | } |
17 17 | |
18 18 | if {[vercmp ${php.branch} 7.2] >= 0} { |
19 - | github.setup phalcon cphalcon 4.0.0-rc.2 v |
19 + | github.setup phalcon cphalcon 4.0.0-rc.3 v |
20 20 | revision 0 |
21 - | checksums rmd160 4ef5fc7aebdc91570c1314b107e5d5e664f4cb9f \ |
22 - | sha256 0fa369762e8e2d5fd7357aeb5aa9263a2959184d336b0ce7ce6655b479fe1753 \ |
23 - | size 6801893 |
21 + | checksums rmd160 dac9dc2091bd1906ac8781f19f9a2c028306dd21 \ |
22 + | sha256 f844d0e555fdfd991f3152c6ca0d17a1072678958c938f89fe70455ae702e535 \ |
23 + | size 6819820 |
24 24 | } |
25 25 | |
26 26 | description full stack PHP framework written as an extension |
27 27 | |
28 28 | long_description Phalcon is an open source full stack framework for \ |
29 29 | PHP, written as a C-extension. Phalcon is optimized \ |
30 30 | for high performance. Its unique architecture allows \ |
31 31 | the framework to always be memory resident, offering \ |
32 32 | its functionality whenever it's needed, without \ |
33 33 | expensive file stats and file reads that traditional \ |