root/trunk/xcache-zh-gb2312.ini @ 1117

Revision 1117, 2.5 KB (checked in by moo, 10 months ago)

fixed #39: ini_set never work for xcache.coverager setting

  • Property svn:eol-style set to native
RevLine 
[149]1;; ���ļ�ֻ������, ���� php.ini �������Ա���Ч
[128]2[xcache-common]
[1026]3;; �� windows ����:
4extension = xcache.so
[149]5;; Windows ϵͳ����:
[1026]6; extension = php_xcache.dll
[128]7
8[xcache.admin]
[895]9xcache.admin.enable_auth = On
[128]10xcache.admin.user = "mOo"
[149]11; xcache.admin.pass = md5($��������)
[927]12; ��¼ʹ�� $your_password
[128]13xcache.admin.pass = ""
14
15[xcache]
[149]16; ����Ķ���ѡ����� ini ������޸�, �����г��Ķ���Ĭ��ֵ, ��������˵��
[177]17
18; select low level shm/allocator scheme implemenation
19xcache.shm_scheme =        "mmap"
[149]20; ����: xcache.size=0
[177]21; ����: xcache.size=64M ֮�� (����>0��ֵ) ͬʱ��ע������ϵͳ mmap ����
[927]22xcache.size  =               60M
[149]23; ��������Ϊ cpu �� (cat /proc/cpuinfo |grep -c processor)
[128]24xcache.count =                 1
[149]25; ֻ�Ǹ��ο�ֵ, �����Է��ĵش洢���ڴ���������Ŀ(php�ű�/����)
[128]26xcache.slots =                8K
[149]27; ������Ŀ�� ttl, 0=����
[128]28xcache.ttl   =                 0
[149]29; ɨ�������Ŀ��ʱ����, 0=��ɨ��, ����ֵ����Ϊ��λ
[128]30xcache.gc_interval =           0
31
[149]32; ͬ��, ֻ����Ա�����������
[927]33xcache.var_size  =            4M
[128]34xcache.var_count =             1
35xcache.var_slots =            8K
[927]36; xcache_*() ���� ttl ������Ĭ��ֵ
[128]37xcache.var_ttl   =             0
[927]38; ���� xcache_*() ���� ttl ����������������. 0=������
[128]39xcache.var_maxttl   =          0
40xcache.var_gc_interval =     300
41
[149]42; /dev/zero ʱ��Ч
[128]43xcache.readonly_protection = Off
[927]44; ���� *nix ϵͳ, xcache.mmap_path ���ļ�·��������Ŀ¼. (�Զ�����/����)
45; ������������� ReadonlyProtection, �������ʹ�� "/dev/*", ����ʹ������ "/tmp/xcache"
46; ��ͬ php �����鲻�Ṳ��ͬһ�� /tmp/xcache
[149]47; ���� Win32 ϵͳ, xcache.mmap_path=����MAP����, �����ļ�·��. ����ʹ�� XCache ���۱�������������ͻ
[128]48xcache.mmap_path =    "/dev/zero"
49
50
[149]51; ������(����) �������� "/tmp/phpcore/"
52; ע���Ŀ¼Ӧ���ܱ� php д���ļ� (�� open_basedir �޹�)
[128]53xcache.coredump_directory =   ""
[1106]54; disable cache after crash
55xcache.disable_on_crash =    Off
[128]56
[927]57; ����ʵ���Թ��� (�����)
58xcache.experimental =        Off
59
60; per request settings. ���� ini_set, .htaccess ��
[128]61xcache.cacher =               On
[177]62xcache.stat   =               On
[128]63xcache.optimizer =           Off
64
65[xcache.coverager]
[927]66; �����ܿ���󽵵���������
[1117]67; ���� xcache.coverager == On && xcache.coveragedump_directory == "�ǿ�ֵ" ʱ�����ܲŻ�����
[128]68
[927]69; per request settings. ���� ini_set, .htaccess ��
70; ���ô������̸�������Ϣ�ɼ��Լ� xcache_coverager_start/stop/get/clean() �Ⱥ���
[1117]71xcache.coverager =           Off
72xcache.coverager_autostart =  On
[204]73
[927]74; ���� php ini �������
[204]75; ��ȷ����Ŀ¼�ܱ� coverage viewer �ű���ȡ (ע�� open_basedir)
76xcache.coveragedump_directory = ""
Note: See TracBrowser for help on using the browser.