Index: /branches/release-41/php/mt.php.pre
===================================================================
--- /branches/release-41/php/mt.php.pre (revision 2651)
+++ /branches/release-41/php/mt.php.pre (revision 2683)
@@ -318,4 +318,6 @@
         $cfg =& $this->config;
         // assign defaults:
+        isset($cfg['cgipath']) or
+            $cfg['cgipath'] = '/cgi-bin/';
         if (substr($cfg['cgipath'], strlen($cfg['cgipath']) - 1, 1) != '/')
             $cfg['cgipath'] .= '/'; 
