Skip to content

Instantly share code, notes, and snippets.

View pingers's full-sized avatar

Michael Priest pingers

  • Adelaide, Australia
View GitHub Profile

Keybase proof

I hereby claim:

  • I am pingers on github.
  • I am pingers (https://keybase.io/pingers) on keybase.
  • I have a public key ASBkUtRoHjKfdpC0gc7Js69H0NwO2ye63SyWY-4M19rv2Ao

To claim this, I am signing this object:

<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
ServerName xhprof.localhost
<?php
// lets ensure we set E_DEPRECATED to minimize errors
// CRM-6327
if (defined('E_DEPRECATED')) {
error_reporting(error_reporting() & ~E_DEPRECATED);
}