congrats, we're back to this morning! :D (temporary workarounds)
This commit is contained in:
		
							parent
							
								
									744e16a9bb
								
							
						
					
					
						commit
						72880e6e16
					
				@ -109,7 +109,6 @@
 | 
			
		||||
		
 | 
			
		||||
	define('BLOG_BASEURL', 'http://'.$_SERVER['HTTP_HOST']. BLOG_ROOT);
 | 
			
		||||
 | 
			
		||||
function dummy() {}
 | 
			
		||||
set_error_handler('dummy');
 | 
			
		||||
function _dummy() {}
 | 
			
		||||
set_error_handler('_dummy');
 | 
			
		||||
 | 
			
		||||
?>
 | 
			
		||||
 | 
			
		||||
@ -2611,6 +2611,22 @@ class caching_SBPT extends SBPlusTree {
 | 
			
		||||
 | 
			
		||||
	var $cache = array();
 | 
			
		||||
 | 
			
		||||
	function __construct($infile, $stringfile, 
 | 
			
		||||
				$maxstring = 256, 
 | 
			
		||||
				$pos=null, $nodesize=null, $keylen=null) {
 | 
			
		||||
		$this->SBPlusTree($infile, $stringfile, 
 | 
			
		||||
				$maxstring, 
 | 
			
		||||
				$pos, $nodesize, $keylen);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	function caching_SBPT($infile, $stringfile, 
 | 
			
		||||
				$maxstring = 256, 
 | 
			
		||||
				$pos=null, $nodesize=null, $keylen=null) {
 | 
			
		||||
		$this->__construct($infile, $stringfile, 
 | 
			
		||||
				$maxstring, 
 | 
			
		||||
				$pos, $nodesize, $keylen);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	function getitem(&$key, $loose=false) {
 | 
			
		||||
		if (isset($cache[$key]))
 | 
			
		||||
			return $cache[$key];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user