Why is there still no native PHP support?

I have been using glitch for 2 years now, but this is just silly. I find myself having to use other websites to have live previews for my PHP projects. They need to add native PHP support.

1 Like

Glitch has native PHP support, however it is a bit outdated. Run php --version in the glitch console.

2 Likes

oh wow I’ll take a look at that

2 Likes

if you want to use php 7, you can run php7. I think 7.2 might be usable by running php7.2