In this case most likely Zend Optimizer is not enabled.
Please Go to the PHP.INI (if using XAMPP go to XAMPP> Apache > bin >php.ini) and at the end of the file find the entry: zend_optimizer.enable_loader = 0, and change the value to 1.