include-interceptor icon indicating copy to clipboard operation
include-interceptor copied to clipboard

Library to intercept and dynamically transform PHP includes. Forked from icewind1991/interceptor.

Results 2 include-interceptor issues
Sort by recently updated
recently updated
newest added

I added a file to a composer package into the "autoload/files" config from composer.json. As soon as I setup the interceptor and run "composer update", I'm getting a "fseek(): Stream...

I'm trying to use this in a Wordpress site in a local environment to no avail. I tested this on a cli script and it worked perfectly. But while testing...