php5.4.6 cores

PHP5 cores with the most basic of operations when loading module apc.so, .. anyone any suggestions how this may be solved?
 
Code:
<?php
  echo ("blah");
?>

This makes php core, when the apc module is loaded.
 
Back
Top