We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

New version

Hi guys. Could you tell us when the new version will be released? And when will be the full support php7?



16.4k

version 2.1.x is in beta ans aupports php7



7.7k

How do you install 2.1.x RC1 on Linux? Should this guide work, or I need to get a different repository?

sudo apt-add-repository ppa:phalcon/stable sudo apt-get update sudo apt-get install php5-phalcon

edited Mar '16

Clone repository with phalcon, branch 2.1.x and compile it yourself.



12.4k

Yes. I'm using version 2.1.0.RC1. I'm talking about, when released 2.1.x (not beta)

I guess when tests for php 7 will be passing.



12.4k

At least know the approximate time. Week, month

I guess when its done. https://github.com/phalcon/cphalcon/tree/2.1.x there is 2.1.x branch. You can check pull requests for 2.1.x branch and check if its passing tests for php 7 - when it will be passing - that means that we close to 2.1.0 realease. I dont know when and get you approx time, if you want to speed it up - then do PR's and help fix known problems.

There is PR where tests are enabled for php 7 - https://github.com/phalcon/cphalcon/pull/11279 as you see in Travis CI they are failing with SEG FAULT. If you want to help you can figure it out why there is seg fault by using gdb and provide some log from it.



12.4k

Jurigag, thank you. I will try to help

Also there i created list with issues related with tests, it's not all i will finish it when have time:

https://github.com/phalcon/cphalcon/issues/11550

If you can fix any of this - then do it and create PR.



12.4k

Wojciech Ślawski, can I contact with you?