Windows Phone 8 WordPress App Media Upload Error

A little while ago I purchased a Nokia Lumia 920 with Windows Phone 8 (currently the Amber release). The phone itself is great, but I had a problem with the Windows Phone WordPress app, it wouldn’t upload or post any content that contained an image. Phone: Nokia Lumia 920 OS: Windows Phone 8 (amber – […]

Upgrading PHP on CentOS/RHEL

Click Here if You are Looking for an official ‘CentOS’ repository to perform the upgrade, instead of a compatible repository. Upgrading PHP (from 5.1 to 5.3 for example) on a variety of common RPM based linux distributions (CentOS/RHEL, Whitebox, Fedora, etc) can be a tricky process. After some searching and playing around, I come across […]

Disabling PHP Functions with SUHOSIN and Optionally cPanel/WHM

If your server has SUHOSIN installed/enabled, regardless of whether you have cPanel/WHM or not, this should work for you. Disabling PHP functions using theĀ ‘disable_functions’ section of your php.ini file won’t really work too well if you using SUHOSIN. Instead, comment out the ‘function_disable’ line and add the following under neath it: suhosin.executor.func.blacklist = “show_source,shell_exec,passthru,exec,popen,allow_url_fopen,system” Of […]