PHP 7 Virtual Machine
nikic.github.io
PHP 7 Virtual Machine
1–10 of 128 posts
Re: PHP 7 Virtual Machine
#2Re: PHP 7 Virtual Machine
#3I assume they are working with significantly fewer advantages and resources than Facebook, so that's a pretty nice result.
Re: PHP 7 Virtual Machine
#4It's fairly impressive that the php7 core team was able to release something that competes well with HHVM from a performance perspective. I assume they are working with significantly fewer advantages and resources than Facebook, so that's a pretty nice result.
Re: PHP 7 Virtual Machine
#5It's fairly impressive that the php7 core team was able to release something that competes well with HHVM from a performance perspective. I assume they are working with significantly fewer advantages and resources than Facebook, so that's a pretty nice result.
HHVM was released in 2011, while PHP 7 was released in 2015. So perhaps in that extra time there was additional techniques, optimizations, and technology that allowed PHP 7 to stay comparable in terms of performance to HHVM.
PHP7 also rolled out with very little noise about stability, migration issues, etc.
Not knocking FB at all, just noting the PHP folks did a nice job.
Re: PHP 7 Virtual Machine
#6Re: PHP 7 Virtual Machine
#7I need a templating engine in my app, and php seems like the most popular one.
Re: PHP 7 Virtual Machine
#8I wonder if it's possible to compile it for iOS? I need a templating engine in my app, and php seems like the most popular one.
Re: PHP 7 Virtual Machine
#9Another note: if I ever catch you using these cute "finally ... interesting edge-cases" described in this article, your PR will be refused. Yes, yes, it's very smart, and you might win an obfuscation contest but in a professional environment we like code that can be understood even when the emergency phone kicks us out of bed. If it's five times as long, I care not, but if it requires me to think hard on the code, I do.
Re: PHP 7 Virtual Machine
#10I wonder if it's possible to compile it for iOS? I need a templating engine in my app, and php seems like the most popular one.
PHP is a whole lot more than just a templating engine. I think you would find that much more effort than is required just to make some templates.
I want my users to be able to send emails from their iPads, and those emails would be generated based on templates. There will be many such templates built in, and eventually users will be able to hire web developer-type person to make custom templates.
My thinking was that PHP is the most popular language for that sort of thing, so it would be nice if could support that. My second choice is handlebars. I'm not sure if JSX would do the job?
Any thoughts appreciated.