| memcache.allow_failover | "1" | PHP_INI_ALL | Available since memcache 2.0.2. | 
     
      | memcache.max_failover_attempts | "20" | PHP_INI_ALL | Available since memcache 2.1.0. | 
     
      | memcache.chunk_size | "8192" | PHP_INI_ALL | Available since memcache 2.0.2. | 
     
      | memcache.default_port | "11211" | PHP_INI_ALL | Available since memcache 2.0.2. | 
     
      | memcache.hash_strategy | "standard" | PHP_INI_ALL | Available since memcache 2.2.0. | 
     
      | memcache.hash_function | "crc32" | PHP_INI_ALL | Available since memcache 2.2.0. | 
     
      | session.save_handler | "files" | PHP_INI_ALL | Supported since memcache 2.1.2 | 
     
      | session.save_path | "" | PHP_INI_ALL | Supported since memcache 2.1.2 | 
     
      | memcache.protocol | ascii | >PHP_INI_ALL | Supported since memcache 3.0.0 | 
     
      | memcache.redundancy | 1 | >PHP_INI_ALL | Supported since memcache 3.0.0 | 
     
      | memcache.session_redundancy | 2 | >PHP_INI_ALL | Supported since memcache 3.0.0 | 
     
      | memcache.compress_threshold | 20000 | >PHP_INI_ALL | Supported since memcache 3.0.3 | 
     
      | memcache.lock_timeout | 15 | >PHP_INI_ALL | Supported since memcache 3.0.4 |