Hi guys. Could you tell us when the new version will be released? And when will be the full support php7?
|
Mar '16 |
9 |
659 |
0 |
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.
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.