PHP-CGI improvement

Theoretically, PHP-CGI processes on security level 1 sites should be faster now. I’ve put PHP in a tmpfs file system. It loads from RAM/Virtual Memory instead of from the hard drive, so page loads should come a couple milliseconds faster. I’ve also compressed the executables so they take up less of this tmpfs system.