-
-
Notifications
You must be signed in to change notification settings - Fork 454
Cache PATH #4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I will take a look at it tonight. |
I see. Thanks for this bug. phpFastCache::$path right now fixed. |
Closed
khoaofgod
added a commit
that referenced
this issue
Mar 3, 2016
Merge pull request #4 from PHPSocialNetwork/final
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Helo Khoafgod...
I want to ask about Cache PATH, I have set cache path to another path but it's still in current directory, how to fixed it?
Example :
phpFastCache::$path = SRV_ROOT.CACHE;// absolute path
I look at Line 162 self::$path = dirname(FILE);
how about if dirname(FILE) change to user defined parameter?
if php_fast_cache.php in my folder directory like library/php_fast_cache.php
so it will create in library folder not in SRV_ROOT.CACHE; (user defined)
Thanks...
The text was updated successfully, but these errors were encountered: