-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Phalcon 5 alpha #63
Comments
Hello! Yes, I'm still working on it - phalcon/cphalcon#15362 You can easily use v4 stubs atm. |
Awesome! Thanks @Jeckerson !!! I guess, we'll take a look at it and see if we can contribute some smart here. If I may permit myself a slightly unrelated question: My co-owner & CTO @rlegmann just found an article from last year, that says Phalcon 5 would be php based and zephir will be dead and gone. Now I see that (thank God) phalcon 5 seems to still be zephir based, and it's actively developed. So, what's up with the plans? We LOVE!!! Zephir & Phalcon being a native speedy gonzales; it's one of the main reasons why we chose Phalcon besides it's pretty pro' software design aspects. But if the plan is to make Phalcon a scripted stuff, we might have to reassess some of our investments. Any source we can dig up for some answers or commitments maybe? |
Hello @adam-rocska
If you read carefully, only 1 person left. We shifted our roles during last half of year and managed to update Zephir to Also, we shifted our plans to release About Phalcon in PHP native. Due shift from In our plans we want to have good from both worlds: speed in Zephir/C and quality in PHP. So we will make slow shift from full C extension to hybrid solution. Where you will have whole framework in PHP (composer) and if you want speed - just install extension.
If you will execute 2nd command, it will start to use classes from extension and not from PHP files. The transition between full C extension framework to hybrid will done slowly to make sure that every step we made correctly. |
I really wish Phalcon will always be delivered as extension rather than in PHP classes. BUT when delivered as PHP classes? I'll be so sad if that day happened. The fact that Phalcon is delivered in ext is what make it so special. If it was delivered in PHP classes, IMHO it is no longer special. |
@blackjyn Just use |
Well, our conclusion became: Screw php :) we'll use a different language. |
We don't want universal approach when the special approach has already served us so fuckin well |
👋
Phalcon 5 alpha is out in the wild and ready for brave use with PHP 8.
But there aren't any IDE stubs published here.
Intentional?
The text was updated successfully, but these errors were encountered: