-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.0 support #15186
Comments
I am also interested in php 8 support |
Phalcon Phalcon 5 will be in PHP native, here is the official repository - https://github.com/phalcon/phalcon |
Yeah, I would rather wait a year or two but have native php Phalcon 5 more complete and PHP8 ready. Good to see the new official v5 repo! Keep up the good work guys! You are all amazing! |
@firemanhu @AnthoniG For any demagogic questions please use - Discussions |
Related #15357 |
What's the process to install/compile the 5.0.0-alpha.1 version? I tried using the process at https://docs.phalcon.io/4.0/en/installation#compile-from-sources (using both master and tags/v5.0.0-alpha.1), but I'm getting issues with that method on my local Debian setup. Normally I'd do a simple install via Remi repo, but the updated Phalcon package is not available there yet because it's not on PECL. |
@ldennison Hello, you will need latest
Fast check if it was compiled:
Then install extension globally:
And after that check if it was installed:
In case you are in Windows, Win dll's will be available since next release. |
Will 4.2 be Zephir/C? |
I do not think there will be a 4.2.x. 4.1.x is a PHP extension 6.x is native PHP |
Is there any updated ETA for 4.1.x and / or 5.x ? What are expectations related to the performance difference between cphalcon (5.x) and PHP-native (6.x) implementations? |
We have mentioned this before in blog posts as well as community hangouts: 4.x is maintained only for security updates. Most likely we will not release any more 6.x (native) will start after we have v5 stable and out the door. There will be an impact in performance for sure. v6 will feature benchmarks which will allow us to see bottlenecks. For those bottleneck areas we will also have an extension (or extensions) available for people that want more performance. v6 will detect if the extension is loaded and use it. |
PHP 8.0 support depends on Zephir, which already supports it since version |
Hello,
Are you all looking at PHP 8.0 support?
If so do you have a ball park ETA?
Thanks!
The text was updated successfully, but these errors were encountered: