From: Matthijs Kooijman Date: Wed, 24 Nov 2010 08:08:52 +0000 (+0100) Subject: php5: Add the current directory to the include path. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=1edefe62a86ea098034a568dae90b51f25f7b68f;hp=1edefe62a86ea098034a568dae90b51f25f7b68f;p=matthijs%2Fservers%2Fdrsnuggles.git php5: Add the current directory to the include path. It is in there by default, but our local override of the include_path had removed it, breaking stuff. ---