zendtech / ZendOptimizerPlus

Other
914 stars 142 forks source link

Allow to invalidate wy wildcard #178

Open lukaszwit opened 10 years ago

lukaszwit commented 10 years ago

Hello, I found a need to invalidate many scripts by wildcard i.e.

/var/www/mydomain.com/somethink*

Right now I need to fetch all scripts and manually check if they match and use

opcache_invalidate()

I think this would be a nice feature for next versions.