Custom Query (267 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 267)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#287 fixed separated cache by vhost, with patch! moo mzhg
Description

Hi,

Two month ago I've may some test around cache separation for vhost (under apache itk mainly) So here the patch !

!! it's working but not stable enough for prod !!

Maybe you can easily leverage on this patch to include the feature in xcache faster.

I currently use the userid (since I need the feature under apache-itk) to prefix all cache key.

Should be better to use a config variable (which must be settable in a vhost directive using php_admin_value)

The patch was against rev 902 at the time.

Thanks you.

.Alexx.

#286 invalid 2.0.1 crashing under Fedora 17 / php 5.4.5 moo jim_at_miramontes
Description

Like it says. php -v returns:

PHP 5.4.5 (cli) (built: Jul 20 2012 10:17:30) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies

with XCache v2.0.1, Copyright (c) 2005-2012, by mOo

Page requests for anything, including phpinfo() return something like:

[Fri Aug 10 08:19:02 2012] [notice] child pid 14375 exit signal Segmentation fault (11)

I'm working on getting a backtrace, but thought I'd file this first in case it was a known issue. Any thoughts? Thanks!

#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.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.