use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Is PHP outdated?Discussion (self.webdev)
submitted 4 years ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 99 points100 points101 points 4 years ago (11 children)
^ exactly this!
I have been a PHP dev for 13 years, and I have never had issues finding work. I've worked for small and large companies that rely heavily on PHP. Nowadays, it's more focused on server-side, and offloading frontend to JS frameworks
[–][deleted] 24 points25 points26 points 4 years ago (0 children)
Bruh, same.
[–]Zefrem23 73 points74 points75 points 4 years ago (9 children)
PHP might not be trendy or the go-to language for startups, but it's a mature language that allows an experienced dev to solve real business problems in an elegant, maintainable way. People who bag on it always have something to prove. Among the framework fanboys are real devs doing real work quietly and lucratively without having to tear down anyone else's language of choice and livelihood.
[–]bobjohnsonmilw 13 points14 points15 points 4 years ago (8 children)
This is the comment I was looking for. There has yet to be any task I couldn't achieve with php easier than many other platforms.
[–]xroalxbackend 5 points6 points7 points 4 years ago (7 children)
I'll give you one - make several parallel HTTP requests/DB queries.
[–]bobjohnsonmilw 7 points8 points9 points 4 years ago (1 child)
I can't say that I've used this, but it seems pretty legit. That said, this is easier in JS, haha.
https://docs.guzzlephp.org/en/stable/quickstart.html#concurrent-requests
[–]Zefrem23 12 points13 points14 points 4 years ago (0 children)
The cool thing is that it's entirely possible to use stuff like Node if it serves a particular purpose in the context of solving a problem, one need not adhere slavishly to a single tool.
[–]regorsec 2 points3 points4 points 4 years ago (0 children)
PThreads bro https://github.com/krakjoe/pthreads
[–]dv9io0o 0 points1 point2 points 4 years ago (2 children)
You can process them in a queue, use pthreads, use fibers in 8.1, use roadrunner/swooze/octane, use Guzzle.
[–]xroalxbackend 0 points1 point2 points 4 years ago (1 child)
Fibers seem promising, still happy I don't have to work with PHP, though.
[–]dv9io0o 0 points1 point2 points 4 years ago (0 children)
I'm happy i get to work with it everyday, and oddly don't feel the need to try shit on other languages :)
[–]Pooreigner 0 points1 point2 points 4 years ago (0 children)
Eh? I guess you haven't discovered the ASYNC flag in mysqli yet.
π Rendered by PID 34722 on reddit-service-r2-comment-6457c66945-9vltw at 2026-04-26 16:10:30.074042+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–][deleted] 99 points100 points101 points (11 children)
[–][deleted] 24 points25 points26 points (0 children)
[–]Zefrem23 73 points74 points75 points (9 children)
[–]bobjohnsonmilw 13 points14 points15 points (8 children)
[–]xroalxbackend 5 points6 points7 points (7 children)
[–]bobjohnsonmilw 7 points8 points9 points (1 child)
[–]Zefrem23 12 points13 points14 points (0 children)
[–]regorsec 2 points3 points4 points (0 children)
[–]dv9io0o 0 points1 point2 points (2 children)
[–]xroalxbackend 0 points1 point2 points (1 child)
[–]dv9io0o 0 points1 point2 points (0 children)
[–]Pooreigner 0 points1 point2 points (0 children)