Revision
96
Author
emsmith
Date
2007-01-05 09:41:47 -0800 (Fri, 05 Jan 2007)

Log Message

stupid case sensitive extension_loaded...

Modified Paths

Diff

Modified: trunk/lib/cc.class.php (95 => 96)


--- trunk/lib/cc.class.php	2007-01-05 17:35:57 UTC (rev 95)
+++ trunk/lib/cc.class.php	2007-01-05 17:41:47 UTC (rev 96)
@@ -103,7 +103,7 @@
 			throw new CC_Exception('You must use php 5.1.0 or higher');
 		}
 		$have = get_loaded_extensions();
-		$needed = array('standard', 'pcre', 'date', 'reflection', 'tokenizer', 'spl', 'php-gtk');
+		$needed = array('standard', 'pcre', 'date', 'Reflection', 'tokenizer', 'SPL', 'php-gtk');
 		if (stristr(PHP_OS, 'win32'))
 		{
 			$needed[] = 'com';