From 0b7e7be4ccb12e4e4125bb51726b319948e620f8 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 26 Oct 2010 15:14:56 +0000 Subject: [PATCH] Cache the results of wfIsWindows() Each php_uname() call produces a uname syscall. The cached one is three times faster (3.197545885) which is liklely to be the difference between a php var lookup and a syscall on my system. == Test script ==