Coding
New in PHP 8
Err. I am sure there is an explanation why there is an exception from the “Avoid duplicates” rule for this submission. And I think many would like to see it It’s been almost a year Read more…
Err. I am sure there is an explanation why there is an exception from the “Avoid duplicates” rule for this submission. And I think many would like to see it It’s been almost a year Read more…
I would like to request new types in PHP. I would like to use 32-bit float and int numbers on 64-bit PHP. While we can keep the float and int as default 64-bit variables, we Read more…
YES PLEASE. I constantly find myself, day after day, in situations where I wish enumerators were a thing. They prevent so many issues, they make code so much more legible. You can get by with Read more…
WordPress has never aimed to be bleeding edge. Many hosts that target the low-end market typically have older PHP installations anyway. Not ideal, but that’s often the way cheap hosting rolls. Such a mess… Not Read more…
Do you use Transifex for your translations? XOOPS has a module to make it easier, which just won the Innovation Award from PHPClasses But we would love some help to make it better! You can Read more…
I’m just curious, what if any issues did you guys have upgrading your stuff to PHP v8.0? Mine actually went smoother than anticipated, and just a few things. Lots of str_replace() calls had an int Read more…
Hey guys, I’ve been trying to run this .sh file of mine on my windows pc for some time now. And when I finally got to this point and I launch it. It says “I Read more…
no comments yet Be the first to share what you think! Members Online source
One small step towards generics (even if it’s only in IDE support) using psalm templates. How does it work? I use vscode One giant leap for development. I’d prefer they stay that way. A language Read more…
For my sins, I had a hand in what filters on PHP streams (file I/O resources) looked like in PHP 4 days, and I’ve regretted how they turned out ever since. This evening, I’m about Read more…