This bit from the WordPress Dev Chat Summary made me smile today:
Minor releases will continue to follow the philosophy of trying to fix more bugs than we create.
Simple, elegant and effective…
This bit from the WordPress Dev Chat Summary made me smile today:
Minor releases will continue to follow the philosophy of trying to fix more bugs than we create.
Simple, elegant and effective…
WordPress 4.7 is just around the corner (this month).  Here is a field guide, detailing what are the changes (and there are plenty!) and what to pay attention to during and after upgrade of your site, as well as what plugin and theme developers should check for the maximum compatibility with the upcoming release.
Holly Molly, that’s a lot of changes!
Over 447 bugs, 165Â enhancements, 8Â feature requests, and 15Â blessed tasks have been marked as fixed in WordPress 4.7.
PHP 7.1.0 release is out, bringing quite a bit of new features and improvements. Â Here are some of the new things:
I guess I’ll wait for Fedora 26 or something to get a silent upgrade. :)
PHP 7.0.0 has been released for a year now. Â I wasn’t in a rush to migrate to it, but with all the cool features and performance optimization, it’s definitely something I wanted to look into rather sooner than later.
It turns out that I’ve done my first PHP 7 migration a week ago, when I upgraded my laptop to Fedora 25.  Yup, that’s right.  It’s a bit embarrassing, but I have been developing on PHP 7 for a week without even noticing it.
$ php --version PHP 7.0.13 (cli) (built: Nov 9 2016 07:29:28) ( NTS ) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies with Xdebug v2.4.1, Copyright (c) 2002-2016, by Derick Rethans
I think that was due to a few things:
The absolute lack of any issues for the last week, related to this upgrade, is encouraging. Â Now I will probably try to upgrade our servers sooner than later.
With that, I’ll go back to the wonderful and exciting world of PHP, leaving you to decide whether I’m very serious or very sarcastic…
DaedTech runs the blog post “Avoid these Things When Logging from Your Application“. Â It sounds trivial, but it’s not. Â There are quite a few good reminders for best logging practices. Â Here’s the summary list:
Read the whole thing for examples and details.