Changeset 4245
- Timestamp:
- 06/18/07 20:45:30 (1 year ago)
- Files:
-
- tools/lime/trunk/lib/lime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/lime/trunk/lib/lime.php
r4115 r4245 586 586 { 587 587 throw new Exception('You must install and enable xdebug before using lime coverage.'); 588 } 589 590 if (!ini_get('xdebug.extended_info')) 591 { 592 throw new Exception('You must set xdebug.extended_info to 1 in your php.ini to use lime coverage.'); 588 593 } 589 594