Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
stop68673yIf its about fpm:
Php holds in an cache/running process the libraries like imagick that where used by an php file. This enhances execution speed and performance. -
If it just needs to be local use xampp. It takes about 30 seconds to set it all up.
I still love php (laravel moreso).
All you new age coders having a meltdown.. -
"why do I need a whole server to run a programming language" - because you can't run _anything_ on just a processor. php's got nothing to do with it ;)
-
bighead443ySuch a fucking pain the goddamn extensions that are somehow not libs you could install with composer or something i hate it
-
If you know, why do you ask?
What language you think gets served without a server? Serverless setups that run a whole operating system inside a docker container that gets restarted in case the node.js server crashes? -
Because running it like a CGI binary would involve reloading all code and modules on every request.
-
@ess3sq no. you need at least a mainboard. and memory. and a power supply. and permanent storage to save the program.
Php.....mmmmmm.....why do I need a whole server to run a programming language?? 😐
And I know you can run php in the terminal, I know it has an interactive mode. 🙄
rant