this post was submitted on 11 Jul 2023
12 points (100.0% liked)
PHP
543 readers
1 users here now
Welcome to /c/php! This is a community for PHP developers and enthusiasts to share and discuss anything related to PHP. From the latest updates and tutorials, to your burning questions and amazing personal projects, we welcome all contributions.
Let's foster an environment of respect, learning, and mutual growth. Whether you're an experienced PHP developer, a beginner, or just interested in learning more about PHP, we're glad to have you here!
Let's code, learn, and grow together!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Honestly I'm pretty happy with PHP 8 from a feature set standpoint.
Threading would be nice but generally I want long running tasks to run outside of the HTTP stack anyway so that's less of an issue.
I wish wish the dollar signs and semicolons were optional. And I wish
->
was replaced with a single character that's easy to type. Like maybe the.
key. PHP is a great language with pretty terrible syntax.