Y
Hacker News
new
|
ask
|
show
|
jobs
by
shinepl10
2122 days ago
You forgot about PHP going to v8
3 comments
digianarchist
2122 days ago
JavaScript really does take over everything.
link
e12e
2122 days ago
Heh. More seriously, I think maybe deno[1] should be on that list, as a nodejs 2.0 / event loop for js 2.0?
[1]
https://deno.land
link
rmccue
2122 days ago
I know this is a joke, but we’re legitimately running v8 as a PHP extension in production on high-traffic sites. It’s actually quite good for server-side JS rendering when you’re working inside an existing PHP framework (WordPress, in our case).
link
charrondev
2122 days ago
Mind linking anything on how you’re doing that? We’d looked into a couple years ago but it seemed quite complicated from a setup perspective.
link
unfunco
2122 days ago
The current major version of PHP is 7 so that makes sense, it was really the jump from 5 to 7 which was a little anomalous.
link
canadev
2122 days ago
have you a link handy?
link
some_furry
2122 days ago
https://stitcher.io/blog/new-in-php-8
link