Changeset 1182 for trunk/htdocs/diagnosis/index.php
- Timestamp:
- 12/06/2012 09:48:01 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/diagnosis/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/diagnosis/index.php
r1179 r1182 381 381 checking(_T("Extension Compatibility")); // {{{ 382 382 $loadedZendExtensions = get_loaded_extensions(true); 383 $extensionGood = true; 383 384 if (array_search("Zend Optimizer", $loadedZendExtensions) !== false) { 384 385 result(N_("info") … … 386 387 , _T("Optimizer feature of 'Zend Optimizer' is disabled by XCache due to compatibility reason; the Loader of it is still available, encoded files are still supported") 387 388 ); 388 } 389 else { 389 $extensionGood = false; 390 } 391 if (array_search("the ionCube PHP Loader", $loadedZendExtensions) !== false) { 392 result(N_("info") 393 , _T("the ionCube PHP Loader loaded") 394 , _T("Compatibility with this the ionCube PHp Loader' is taken care of; But in case if there's any problem, report to ionCube team and/or XCache devs") 395 ); 396 $extensionGood = false; 397 } 398 if (!$extensionGood) { 390 399 result(N_("info"), _T("Looks good")); 391 400 }

