Custom Query (267 matches)
Results (25 - 27 of 267)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #46 | fixed | xcache breaks Wordpress plugin WP-Cache2 | moo | john@… |
| Description |
When I turn on xcache.cacher I get blank pages from my Wordpress blogs running WP-Cache2 plugin. I can cause blank pages without enabling xcache.cacher by commenting out the class_exists check in wp-cache-config.php but I can't prove these are connected in anyway. This is with WP-Cache version 2.0.17 and xcache 1.0.1. |
|||
| #273 | fixed | xcache and phar | moo | grek |
| Description |
Hy i have problem with phar (webphar) when i go first time to browser http://projektmatura.grek.dogmat.eu/dcms3.phar/examle.jpg i see image i click refresh i see Fatal error: Uncaught exception 'PharException' with message '__HALT_COMPILER(); must be declared in a phar' in /home/grek/public_html/projektMatura/dcms3.phar on line 8
PharException: __HALT_COMPILER(); must be declared in a phar in /home/grek/public_html/projektMatura/dcms3.phar on line 8
Call Stack: 0.0000 644720
1. {main}() /home/grek/public_html/projektMatura/dcms3.phar:0 0.0001 645432
2. Phar::webPhar() /home/grek/public_html/projektMatura/dcms3.phar:8
i use ubuntu PHP 5.3.6-13ubuntu3.6 with Suhosin-Patch (cli) (built: Feb 11 2012 03:26:01) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
i found suoshin problem so add suhosin.executor.include.whitelist="phar" to php.ini but problem is connected to xcache i try few times - always same sitation - when xache is installed first page show image (or any other file requestet with webphar acces example localhost://pharfile.phar/locationinsidephaer/somefile) next refresh fatal error |
|||
| #139 | invalid | xcache admin page not showing up scripts run from CLI | moo | gardron@… |
| Description |
Hi, If you run a script from CLI (on linux, in my case Redhat EL4 x64) this script does not show up in xcache web admin page. Anything executed under apache2 works fine, but I'm not sure if this means that the CLI run scripts arn't cached by xcache or if they're just not showing up in xcache admin. My xcache ini setup follows: [xcache-common] zend_extension = /usr/share/php/pecl/5.2.4/xcache.so [xcache.admin] xcache.admin.auth = On xcache.admin.user = "admin" xcache.admin.pass = "acbd18db4cc2f85cedef654fccc4a4d8" [xcache] xcache.shm_scheme = "mmap" xcache.size = 64M xcache.count = 2 xcache.slots = 8K xcache.ttl = 86400 xcache.gc_interval = 300 ; same as aboves but for variable cache xcache.var_size = 8M xcache.var_count = 1 xcache.var_slots = 8K ; default ttl xcache.var_ttl = 86400 xcache.var_maxttl = 96000 xcache.var_gc_interval = 300 ; same as aboves but for variable cache xcache.var_size = 8M xcache.var_count = 1 xcache.var_slots = 8K xcache.var_ttl = 86400 xcache.var_maxttl = 96000 xcache.var_gc_interval = 300 xcache.test = Off xcache.readonly_protection = Off xcache.mmap_path = "/dev/zero" xcache.coredump_directory = "/tmp/phpcore" xcache.cacher = On xcache.stat = On xcache.optimizer = On [xcache.coverager] xcache.coverager = Off xcache.coveragedump_directory = "" Regards, -- Gareth Ardron |
|||

