Generally speaking, I don’t like wasting time hunting down framework bugs. It’s not that I don’t like a challenge, it’s just that they are usually hard and very time consuming to fix (if at all possible), especially in case you have to deal with fringe cases (in other words, “Google isn’t going to help”). Since we have lots of clients…
Tag: php
Fun with caching WordPress & PHPBB 3 on IIS.
Recently, I was forced to look into PHP caching, thanks to a series of events. Here’s what happened: Once upon a fine day, the (windows) server demanded that I will install some windows updates it found and I proceeded. After the restart though, I noticed that all of our PHP sites were timing out. It didn’t take long to find…
PHP and Unicode’s Byte Order Mark
I’ve started messing around with custom websites based on WordPress lately, since it offers a very flexible platform with lots of functionality while still allowing you to customize the final result to your heart’s content. Really, the only real issues with this approach is that 1) we are talking about PHP which happens to not be my platform of choice…