You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose Config class
This is the public API from the perspective of fuzzing targets,
and should be exposed.
It might make sense to just expose the entire PhpFuzzer namespace,
as the main purpose of the scoping is to avoid collisions with
other uses of PhpParser.
Fixes#7.
Don't intercept phar:// streams
This runs into issues with error handling during path resolution.
Fixed upstream in php/php-src@003be87,
but for now just disable this part, as we don't really need it
anyway.