PHPUnit 7 declares void on the template methods, so an override without it is an incompatible signature and a fatal error rather than a warning. It is a…
A block showing the five most recent posts cannot store its output, because the output is different tomorrow. A render callback runs on every page load instead. The…
The header is one line. The work is finding out what it will break — which means report-only for weeks, and reading violations that are mostly not your…
It reads, finds nothing, and inserts. Two requests doing that concurrently both find nothing and both insert, which is why the duplicates appear only under load. The unique…
Installing a package now writes configuration, adds environment variables and may register a bundle, and the reasonable first reaction is to want to know what it did. The…
7.2 removed mcrypt and added libsodium to core in the same release, which is a clearer statement of intent than any deprecation notice. The API is deliberately small…
Working out which controller handles a URL by reading annotations across forty files is a waste of an afternoon that the framework will answer in a second. router:match…