Changeset 927 for trunk/xcache-zh-gb2312.ini
- Timestamp:
- 06/26/2012 06:21:04 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/xcache-zh-gb2312.ini (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache-zh-gb2312.ini
r895 r927 1 1 ;; ���ļ�ֻ������, ���� php.ini �������Ա���Ч 2 2 [xcache-common] 3 ;; ��װ�� zend extension (�Ƽ�), ·��һ���� "$extension_dir/xcache.so" 3 ;; ����: zend_extension* = *xcache* ���������� zend_extension*=* ֮�е�һ������ 4 ;; ��װ�� zend extension, ·��һ���� "$extension_dir/xcache.so" 5 ;; ���Ƽ�ʹ�� extension=xcache.so 6 7 ;; �� windows ���� 8 ;; install as zend extension, normally "$extension_dir/xcache.so" 4 9 zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so 5 10 ;; Windows ϵͳ����: 6 11 zend_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 12 ;; �����°汾 PHP, _ts ���Ѿ��Ƴ�, ��ʹ���������� 13 zend_extension = c:/php/extensions/php_xcache.dll 11 14 12 15 [xcache.admin] … … 14 17 xcache.admin.user = "mOo" 15 18 ; xcache.admin.pass = md5($��������) 19 ; ��¼ʹ�� $your_password 16 20 xcache.admin.pass = "" 17 21 … … 23 27 ; ����: xcache.size=0 24 28 ; ����: xcache.size=64M ֮�� (����>0��ֵ) ͬʱ��ע������ϵͳ mmap ���� 25 xcache.size = 0M29 xcache.size = 60M 26 30 ; ��������Ϊ cpu �� (cat /proc/cpuinfo |grep -c processor) 27 31 xcache.count = 1 … … 34 38 35 39 ; ͬ��, ֻ����Ա����������� 36 xcache.var_size = 0M40 xcache.var_size = 4M 37 41 xcache.var_count = 1 38 42 xcache.var_slots = 8K 39 ; Ĭ��, ���� ini_set()43 ; xcache_*() ���� ttl ������Ĭ��ֵ 40 44 xcache.var_ttl = 0 41 ; ��� ttlֵ45 ; ���� xcache_*() ���� ttl ����������������. 0=������ 42 46 xcache.var_maxttl = 0 43 47 xcache.var_gc_interval = 300 44 48 45 ; ��������46 xcache.test = Off47 49 ; /dev/zero ʱ��Ч 48 50 xcache.readonly_protection = Off 49 ; ���� *nix ϵͳ, xcache.mmap_path ���ļ�·��������Ŀ¼ , (���Բ����� ���DZ����ܴ���).50 ; ������������� ReadonlyProtection, ���� ʹ������ "/tmp/xcache"51 ; 2 �� php�鲻�Ṳ��ͬһ�� /tmp/xcache51 ; ���� *nix ϵͳ, xcache.mmap_path ���ļ�·��������Ŀ¼. (�Զ�����/����) 52 ; ������������� ReadonlyProtection, �������ʹ�� "/dev/*", ����ʹ������ "/tmp/xcache" 53 ; ��ͬ php �����鲻�Ṳ��ͬһ�� /tmp/xcache 52 54 ; ���� Win32 ϵͳ, xcache.mmap_path=����MAP����, �����ļ�·��. ����ʹ�� XCache ���۱�������������ͻ 53 55 xcache.mmap_path = "/dev/zero" … … 59 61 xcache.coredump_directory = "" 60 62 63 ; ����ʵ���Թ��� (�����) 64 xcache.experimental = Off 65 66 ; per request settings. ���� ini_set, .htaccess �� 61 67 xcache.cacher = On 62 68 xcache.stat = On … … 64 70 65 71 [xcache.coverager] 72 ; �����ܿ������������ 73 ; ���� xcache.coverager == On && xcache.coveragedump_directory == "�ǿ�ֵ" ʱ�����ܲŻ����� 66 74 67 ; ��� xcache.coveragedump_directory ����Ϊ���������Զ�Ϊ Off 75 ; per request settings. ���� ini_set, .htaccess �� 76 ; ���ô������̸�������Ϣ�ɼ��Լ� xcache_coverager_start/stop/get/clean() �Ⱥ��� 68 77 xcache.coverager = Off 69 78 79 ; ���� php ini �ļ������� 70 80 ; ��ȷ����Ŀ¼�ܱ� coverage viewer �ű���ȡ (ע�� open_basedir) 71 ; ������ xcache.coverager=On72 81 xcache.coveragedump_directory = ""

