Remote connections to MySQL server on Plesk based servers

By default, MySql servers on Linux machines where Plesk is installed, have the old_passwords=1 or ON flag. That mean even if you have MySQL 5.5+ version, it still use old style of password storage, pre-mysql 4.1+ If you try to … Read MoreRead More

Adding a second caching layer to WURFL in Dotkernel using APC

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. On one of our recent projects that used WURFL, response time was an important factor. Profiling revealed that … Read MoreRead More

Zend_Console implementation in DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Starting with 1.5, DotKernel has a Console bootstrap to easily run PHP scripts from the command line. The … Read MoreRead More