PHP
2 03 2013
Greg Freeman | PHP, Server Admin |
A friend of mine recently had their site compromised, they were running an older version of IP.Board that is vulnerable to a local file inclusion vulnerability. This post won’t be about IP.Board or any specific php code, it will show you how to locate potential malicious php code hosted on your servers and how to […]
27 09 2012
I’m currently developing a large project using symfony2 and doctrine which makes heavy use of Doctrine’s CacheProvider cache classes. I’ve been looking around for an easy way of invalidating the result cache when those objects are updated in the database.
doctrine, symfony2
25 09 2012
Greg Freeman | Linux, PHP |
If you use phpstorm on linux you probably have noticed the font rendering leaves a lot to be desired. This is a java problem not a phpstorm issue.
Linux, phpstorm, Ubuntu
18 07 2012
I downloaded the memcache pecl extension today and after opening the included monitoring script I got this error:
There is a missing variable declaration in get_host_port_from_server on line 41, it should be
Make the simple change and it will be working. The function is supposed to return the parts of the connection string […]
memcache, pecl, PHP