#!/bin/zsh

export PHP_FCGI_CHILDREN=0
export PHP_FCGI_MAX_REQUESTS=50

exec /usr/local/bin/php55-fcgi
