root/tags/1.2.0-rc2/xcache-zh-gb2312.ini

Revision 268, 2.3 kB (checked in by moo, 2 years ago)

full compatible with auto_globals_jit, no need to disable it from now on

Line 
1;; �����ֻ���, �� php.ini ������Ч
2[xcache-common]
3;; ��װ��zend extension (���·��һ�� "$extension_dir/xcache.so"
4zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so
5;; Windows ϵͳ��:
6zend_extension_ts = c:/php/extensions/php_xcache.dll
7;; �����XCache ��װ��extension, ע�ȷ�����extension_dir ���ȷ, ����xcache.so ��php_xcache.dll �ŵ����¼��
8; extension = xcache.so
9;; ��Win32 ϵͳ:
10; extension = php_xcache.dll
11
12[xcache.admin]
13xcache.admin.user = "mOo"
14; xcache.admin.pass = md5($�����xcache.admin.pass = ""
15
16[xcache]
17; ���Ķ�ѡ���ini ����޸� �������Ĭ�ֵ, ����
18
19; select low level shm/allocator scheme implemenation
20xcache.shm_scheme =        "mmap"
21; ��xcache.size=0
22; ��: xcache.size=64M ֮� (��>0���) ͬʱ�ע�����ͳ mmap ��
23xcache.size  =                0M
24; �����Ϊ cpu � (cat /proc/cpuinfo |grep -c processor)
25xcache.count =                 1
26; ֻ����ֵ, ���Է�ĵش洢������(php�ű�/��)
27xcache.slots =                8K
28; ����Ŀ��ttl, 0=���xcache.ttl   =                 0
29; ɨ�����������=��ɨ�, ��ֵ��Ϊ��λ
30xcache.gc_interval =           0
31
32; ͬ�, ֻ���Ա������
33xcache.var_size  =            0M
34xcache.var_count =             1
35xcache.var_slots =            8K
36; Ĭ�, �� ini_set()
37xcache.var_ttl   =             0
38; ���ֵ
39xcache.var_maxttl   =          0
40xcache.var_gc_interval =     300
41
42; ����xcache.test =                Off
43; /dev/zero ʱ�Ч
44xcache.readonly_protection = Off
45; ���*nix ϵͳ, xcache.mmap_path ����·����Ŀ¼, (��Բ��� ����������).
46; ������ ReadonlyProtection, ������� "/tmp/xcache"
47; 2 ��p ����Ṳ�ͬһ��mp/xcache
48; ���Win32 ϵͳ, xcache.mmap_path=��MAP��, ������·��. ���ʹ� XCache ������������
49xcache.mmap_path =    "/dev/zero"
50
51
52; ���*nix ϵͳ
53; ��������� "/tmp/phpcore/"
54; ע����¼Ӧ��ܱ� php д���� (��n_basedir ���
55xcache.coredump_directory =   ""
56
57xcache.cacher =               On
58xcache.stat   =               On
59xcache.optimizer =           Off
60
61[xcache.coverager]
62
63; ���che.coveragedump_directory ��Ϊ�������Ϊ Off
64xcache.coverager =          Off
65
66; �ȷ����Ŀ¼��� coverage viewer �ű���� (ע� open_basedir)
67; ��� xcache.coverager=On
68xcache.coveragedump_directory = ""
Note: See TracBrowser for help on using the browser.