Programming

Check your XCache settings!

So for a while now all PHP based applications at work were performing quite sloppy. Even though we’re using XCache as the opcode cache there was no difference in performance when XCache was enabled or disabled. Now, for small applications it didn’t really matter, but Zend Framework based applications were really slow. Even when all …

Check your XCache settings! Read More »

Change is coming

Which apparently is the slogan for launching Ubuntu 10.04. I think this is going to be a very nice LTS release. It’s too bad that they didn’t include Perl 5.12 in it, but that’s understandable as it just got released; although compiling your own is very easy. On the other hand, PHP 5.3 got in …

Change is coming Read More »

Configure Git on Windows to use KDiff3

Something I don’t do often and always forget is how to setup msysgit to use KDiff3 as its merge tool. To get it done edit your .gitconfig and add the following: [merge] tool = kdiff3 [mergetool “kdiff3”] path = C:/Program Files/KDiff3/kdiff3.exe keepBackup = false trustExitCode = false

htbaapub.mod licensed under MIT as of 1.07

I’ve just licensed all modules that are part of htbaapub.mod 1.07 under the MIT license. All updates have been pushed to GitHub. Sqlbuilder.mod, which isn’t included in the htbaapub.mod repository because it isn’t finished, has also been released under the MIT License. If you don’t use Git you can a full source download from here: …

htbaapub.mod licensed under MIT as of 1.07 Read More »

Scroll to Top