<?php

if (extension_loaded('setproctitle') && isset($_GET['__path__'])) {
  setproctitle('php-fpm: '.$_GET['__path__']);
}