<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -55,7 +55,7 @@ class MemoryCache implements Cache {
     private static function &amp;getMC() {
         if(MemoryCache::$mc == null) {
             MemoryCache::$mc = new Memcache;
-            MemoryCache::$mc-&gt;pconnect('127.0.0.1', '11213');
+            MemoryCache::$mc-&gt;pconnect('127.0.0.1', '11211');
         }
         return MemoryCache::$mc;
     }</diff>
      <filename>htdocs/include/Caching.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -47,7 +47,11 @@ class PDOStatementCaching extends PDOStatement {
     }
     
     function &amp;cachedExecute($arr = null, $timeout = 30) {
-        $hash = 'sqlc'.hash('sha1', $this-&gt;queryString.serialize($arr));
+	if(function_exists('hash')) {
+	        $hash = 'sqlc'.hash('sha1', $this-&gt;queryString.serialize($arr));
+	} else {
+	        $hash = 'sqlc'.sha1($this-&gt;queryString.serialize($arr));
+	}
         if(MemoryCache::find($hash)) {
             return MemoryCache::get($hash);
         }</diff>
      <filename>htdocs/include/Database.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ require_once(&quot;localsettings.inc.php&quot;);
 require_once(SMARTY_DIR.&quot;/Smarty.class.php&quot;);
 require_once(&quot;PasteUtil.class.php&quot;);
 require_once(&quot;dates.inc.php&quot;);
-require_once(&quot;oid_inline_finish.inc.php&quot;);
+// require_once(&quot;oid_inline_finish.inc.php&quot;);
 require_once(&quot;gettext.inc.php&quot;);
 
 function smarty_block_dynamic($param, $content, &amp;$smarty) {</diff>
      <filename>htdocs/include/Template.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -11,14 +11,6 @@
 &lt;div class=&quot;link&quot;&gt;&lt;a href=&quot;/archive1&quot;&gt;{t}Archives{/t}&lt;/a&gt;&lt;/div&gt;
 &lt;div class=&quot;link&quot;&gt;&lt;a href=&quot;/tools.php&quot;&gt;{t}Tools / APIs{/t}&lt;/a&gt;&lt;/div&gt;
 &lt;div class=&quot;link&quot;&gt;&lt;a href=&quot;/donate.php&quot;&gt;{t}Donate{/t}&lt;/a&gt;
-&lt;div style=&quot;text-align:center;font-size:75%;background:#ddd&quot;&gt;
-&lt;b&gt;Top Donations&lt;/b&gt;&lt;br/&gt;
-Anonymous: $100.00&lt;br/&gt;
-Roger W Turner: $50.00&lt;br/&gt;
-Tilghman J Lesher: $50.00&lt;br/&gt;
-Ben Finney: Private&lt;br/&gt;
-Leif Madsen: $20.00
-&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;</diff>
      <filename>tpl/footer.tpl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4590002b304700339bcffeef08bbed00554da4ac</id>
    </parent>
  </parents>
  <author>
    <name>Stephen Olesen</name>
    <email>slepp-git@slepp.ca</email>
  </author>
  <url>http://github.com/slepp/pastebin.ca/commit/61d4fc00fd3d267c2437d5032af8f274bc2c5bca</url>
  <id>61d4fc00fd3d267c2437d5032af8f274bc2c5bca</id>
  <committed-date>2008-12-19T18:43:03-08:00</committed-date>
  <authored-date>2008-12-19T18:43:03-08:00</authored-date>
  <message>Removed some things that prevented full operation.</message>
  <tree>a9d15978bc6553e8ce5e219f67422dfb36caf67d</tree>
  <committer>
    <name>Stephen Olesen</name>
    <email>slepp-git@slepp.ca</email>
  </committer>
</commit>
