- The compressed version is only 345 caracters long.
- Faster than common libraries, even a large number of arrays, or on very big arrays. (See benchmarks)
Usage
// | |
// _oo0oo_ | |
// o8888888o | |
// 88" . "88 | |
// (| -_- |) | |
// 0\ = /0 | |
// ___/`---'\___ | |
// .' \\| |// '. | |
// / \\||| : |||// \ | |
// / _||||| -:- |||||- \ |
require 'formula' | |
class MemcachePhp < Formula | |
url 'http://pecl.php.net/get/memcache-3.0.6.tgz' | |
homepage 'http://pecl.php.net/package/memcache' | |
sha1 'eb0c922df3f5ca459bcce85e141f379d3b490ca7' | |
def install | |
Dir.chdir "memcache-#{version}" do | |
# See https://github.com/mxcl/homebrew/pull/5947 |
#!/bin/sh | |
# | |
# Install Varnish via Homebrew | |
# | |
# You need to add /usr/local/sbin in your PATH | |
# vcl files are in /usr/local/etc/varnish | |
# | |
# Usage : |
server {
listen 80;
root /Users/admin/htdocs/vax-uk;
index index.php index.html index.htm;
server_name vax.local;
access_log /usr/local/etc/nginx/logs/vax_access.log;
access_log /usr/local/etc/nginx/logs/vax_error.log;