Custom Query (267 matches)
Results (28 - 30 of 267)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #221 | fixed | Cache local files relative to the current execution-path | moo | thomasb |
| Description |
When doing an include in a php-file: /www/scripts/file.php
<?php
include('file1.php');
?>
xcache fails to cache the included file if the current folder (/www/scripts/) is not in the include-path. The attached patch fixes the xc_stat-function to also check the current execution-path. |
|||
| #284 | fixed | Cache not updated after renaming or moving directory | moo | mcoelho80 |
| Description |
This is what happens when I move a Joomla! instalation from /joomla/ to /joomla2/: Warning: require_once(/home/t/teste/www/joomla/includes/defines.php): failed to open stream: No such file or directory in /home/t/teste/www/joomla/index.php on line 18 Fatal error: require_once(): Failed opening required '/home/t/teste/www/joomla/includes/defines.php' (include_path='.:/usr/local/lib/php') in /home/t/teste/www/joomla/index.php on line 18 XCache doesn't invalidate the cache because it doesn't check if the path was changed. Other opcode cachers, like eAccelerator and APC don't cause this problem. |
|||
| #230 | invalid | Call to undefined function xcache_unset_by_prefix() | moo | ahmednuaman |
| Description |
Is there a special setting, maybe in the INI, that turns on the function xcache_unset_by_prefix? |
|||

