Compdigitec Labs

Archive for August, 2014

Possible crash in method_exists() with PHP 5.3

Saturday, August 9th, 2014

Apparently in some versions of PHP 5.3, calling method_exists() on a class which doesn’t exist seems to cause a crash. The solution, seen here, apparently involves checking class_exists() to prevent a potentially crashing call to method_exists(). This particular bug was causing the administration page of the MathJax-LaTeX WordPress plugin to be blank in the admin […]