Show
Ignore:
Timestamp:
06/26/2012 06:21:04 AM (11 months ago)
Author:
moo
Message:

improve notes in ini

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache-zh-gb2312.ini

    r895 r927  
    11;; ���ļ�ֻ������, ���� php.ini �������Ա���Ч 
    22[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" 
    49zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so 
    510;; Windows ϵͳ����: 
    611zend_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 ��׺�Ѿ��Ƴ�, ��ʹ���������� 
     13zend_extension = c:/php/extensions/php_xcache.dll 
    1114 
    1215[xcache.admin] 
     
    1417xcache.admin.user = "mOo" 
    1518; xcache.admin.pass = md5($��������) 
     19; ��¼ʹ�� $your_password 
    1620xcache.admin.pass = "" 
    1721 
     
    2327; ����: xcache.size=0 
    2428; ����: xcache.size=64M ֮�� (����>0��ֵ) ͬʱ��ע������ϵͳ mmap ���� 
    25 xcache.size  =                0M 
     29xcache.size  =               60M 
    2630; ��������Ϊ cpu �� (cat /proc/cpuinfo |grep -c processor) 
    2731xcache.count =                 1 
     
    3438 
    3539; ͬ��, ֻ����Ա����������� 
    36 xcache.var_size  =            0M 
     40xcache.var_size  =            4M 
    3741xcache.var_count =             1 
    3842xcache.var_slots =            8K 
    39 ; Ĭ��, ���� ini_set() 
     43; xcache_*() ���� ttl ������Ĭ��ֵ 
    4044xcache.var_ttl   =             0 
    41 ; ���ttlֵ 
     45; ���� xcache_*() ���� ttl ����������������. 0=������ 
    4246xcache.var_maxttl   =          0 
    4347xcache.var_gc_interval =     300 
    4448 
    45 ; �������� 
    46 xcache.test =                Off 
    4749; /dev/zero ʱ��Ч 
    4850xcache.readonly_protection = Off 
    49 ; ���� *nix ϵͳ, xcache.mmap_path ���ļ�·��������Ŀ¼, (���Բ����� ���DZ����ܴ���). 
    50 ; ������������� ReadonlyProtection, ����ʹ������ "/tmp/xcache" 
    51 ; 2 �� php �鲻�Ṳ��ͬһ�� /tmp/xcache 
     51; ���� *nix ϵͳ, xcache.mmap_path ���ļ�·��������Ŀ¼. (�Զ�����/����) 
     52; ������������� ReadonlyProtection, �������ʹ�� "/dev/*", ����ʹ������ "/tmp/xcache" 
     53; ��ͬ php �����鲻�Ṳ��ͬһ�� /tmp/xcache 
    5254; ���� Win32 ϵͳ, xcache.mmap_path=����MAP����, �����ļ�·��. ����ʹ�� XCache ���۱�������������ͻ 
    5355xcache.mmap_path =    "/dev/zero" 
     
    5961xcache.coredump_directory =   "" 
    6062 
     63; ����ʵ���Թ��� (�����) 
     64xcache.experimental =        Off 
     65 
     66; per request settings. ���� ini_set, .htaccess �� 
    6167xcache.cacher =               On 
    6268xcache.stat   =               On 
     
    6470 
    6571[xcache.coverager] 
     72; �����ܿ���󽵵��������� 
     73; ���� xcache.coverager == On && xcache.coveragedump_directory == "�ǿ�ֵ" ʱ�����ܲŻ����� 
    6674 
    67 ; ��� xcache.coveragedump_directory ����Ϊ���������Զ�Ϊ Off 
     75; per request settings. ���� ini_set, .htaccess �� 
     76; ���ô������̸�������Ϣ�ɼ��Լ� xcache_coverager_start/stop/get/clean() �Ⱥ��� 
    6877xcache.coverager =          Off 
    6978 
     79; ���� php ini �ļ������� 
    7080; ��ȷ����Ŀ¼�ܱ� coverage viewer �ű���ȡ (ע�� open_basedir) 
    71 ; ������ xcache.coverager=On 
    7281xcache.coveragedump_directory = ""