Applies to:
Guard Loader
Symptom
When running Guard encoded PHP script, you get a message that Guard Runtime is missing, even with Guard Loader is loaded and appears in phpinfo().
Problem
Guard Loader does not work under PHP loaded as Apache Filter.
Resolution
Remove PHP Filter and install PHP under FCGI module.
More information: https://commaster.net/content/installing-php-fastcgi-and-zend-opcache-xampp-windows
Comments