02 Feb
Posted by: admin in: Image Processing, PHP Configuration
How to add imagemagick functions support to your php installation.
You will install ioncube support after you read this article – everything is simple!
12 Feb
Posted by: admin in: Linux Tricks, PHP Configuration, htaccess Solutions
Sometimes you need to know what version of the Operating system is installed on your server. This is extremely useful when you order a dedicated server and want to know what is the version of OS on it. A simple command will help you as usual:
cat `ls /etc/*{-,_}{release,version} 2>/dev/null | head -n 1`
This will show [...]
07 Feb
Posted by: admin in: PHP Configuration
Today I’ve faced a problem that was quite strange. One of my Wordpress installations refused to understand posted angle brackets. This was especially related to tags and the encoded symbols like > < and so on. I started to think what I did before .
The issue is described at PHP Bugs. There is no [...]