On 1/14/11 7:38 PM, Bharat Nagwani wrote:
> Hello Experts,
> 
> Sorry for posting this in this list but I am not finding any documentation on 
> this APC php.ini setting
> apc.preload_path
> 
> I have tried the following but it doesn't seem to work
> 
> apc.preload_path = "+/core/*"
> 
> apc.preload_path = "/core/*"

There is no glob support on the preload path.  It is just a straight prefix.

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to