Custom Query (272 matches)
Results (7 - 9 of 272)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2 | fixed | [TODO] AutoDisableOnCrash | moo | moo |
| Description |
An opcode cacher makes php faster, but stablability is far more important than performance. Have a scheme to disable xcache if the cache is corrupted would be nice.
|
|||
| #8 | fixed | Add docs for admin pages | moo | Adam |
| Description |
There is no documentation for installing and using the XCache admin pages. A page explaining what each variable meant would be helpful. |
|||
| #9 | fixed | /dev/zero disapearing after starting apache | moo | jfbustarret@… |
| Description |
When using the default ini settings (xcache.mmap_path = "/dev/zero"), xcache removes /dev/zero : strace gives this : [pid 28606] open("/dev/zero", O_RDWR) = 18 [pid 28606] ftruncate(18, 33554432) = -1 EINVAL (Invalid argument) [pid 28606] mmap2(NULL, 33554432, PROT_READ|PROT_WRITE, MAP_SHARED, 18, 0) = 0xb47b9000 [pid 28606] munmap(0, 33554432) = 0 [pid 28606] close(18) = 0 [pid 28606] unlink("/dev/zero") = 0 [pid 28606] getuid32() = 0 [pid 28606] open("/tmp/.xcache.0.0.1804289383.lock", O_RDWR|O_CREAT, 0666) = 18 [pid 28606] unlink("/tmp/.xcache.0.0.1804289383.lock") = 0 [pid 28606] open("/dev/zero", O_RDWR) = -1 ENOENT (No such file or directory) Platform is : Linux (Suse 9.2)/PHP 5.1.4 |
|||

