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

Revision 255, 2.4 kB (checked in by moo, 2 years ago)
  • fix build on rare arch
  • fix build on Mac OS X
  • merged from trunk: 159,161-162,167-180,182,184,186-187,194
    • [194] PHP_5_2: new element in zend_brk_cont_element
    • [186] [187] fix build on some rare arch
    • [184] fix tplcov
    • [178] fix type processor_t conflict with Mac OS X
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; ��� php5.1 ���ϰ汾�� XCache, ���������
13auto_globals_jit = Off
14
15[xcache.admin]
16xcache.admin.user = "mOo"
17; xcache.admin.pass = md5($�����xcache.admin.pass = ""
18
19[xcache]
20; ���Ķ�ѡ���ini ����޸� �������Ĭ�ֵ, ����
21
22; select low level shm/allocator scheme implemenation
23xcache.shm_scheme =        "mmap"
24; ��xcache.size=0
25; ��: xcache.size=64M ֮� (��>0���) ͬʱ�ע�����ͳ mmap ��
26xcache.size  =                0M
27; �����Ϊ cpu � (cat /proc/cpuinfo |grep -c processor)
28xcache.count =                 1
29; ֻ����ֵ, ���Է�ĵش洢������(php�ű�/��)
30xcache.slots =                8K
31; ����Ŀ��ttl, 0=���xcache.ttl   =                 0
32; ɨ�����������=��ɨ�, ��ֵ��Ϊ��λ
33xcache.gc_interval =           0
34
35; ͬ�, ֻ���Ա������
36xcache.var_size  =            0M
37xcache.var_count =             1
38xcache.var_slots =            8K
39; Ĭ�, �� ini_set()
40xcache.var_ttl   =             0
41; ���ֵ
42xcache.var_maxttl   =          0
43xcache.var_gc_interval =     300
44
45; ����xcache.test =                Off
46; /dev/zero ʱ�Ч
47xcache.readonly_protection = Off
48; ���*nix ϵͳ, xcache.mmap_path ����·����Ŀ¼, (��Բ��� ����������).
49; ������ ReadonlyProtection, ������� "/tmp/xcache"
50; 2 ��p ����Ṳ�ͬһ��mp/xcache
51; ���Win32 ϵͳ, xcache.mmap_path=��MAP��, ������·��. ���ʹ� XCache ������������
52xcache.mmap_path =    "/dev/zero"
53
54
55; ���*nix ϵͳ
56; ��������� "/tmp/phpcore/"
57; ע����¼Ӧ��ܱ� php д���� (��n_basedir ���
58xcache.coredump_directory =   ""
59
60xcache.cacher =               On
61xcache.stat   =               On
62xcache.optimizer =           Off
63
64[xcache.coverager]
65; �ȷ����Ŀ¼��� coverage viewer �ű���� (ע� open_basedir)
66xcache.coveragedump_directory = "/tmp/pcov/"
67
68; ���che.coveragedump_directory ��Ϊ�������Ϊ Off
69xcache.coveragedumper         = Off
Note: See TracBrowser for help on using the browser.