Changeset 7763
- Timestamp:
- 03/07/08 14:51:46 (1 year ago)
- Files:
-
- branches/1.1/lib/log/sfWebDebugLogger.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/log/sfWebDebugLogger.class.php
r6869 r7763 50 50 { 51 51 $this->xdebugLogging = $options['xdebug_logging']; 52 } 53 54 // disable xdebug when an HTTP debug session exists (crashes Apache, see #2438) 55 if (isset($_GET['XDEBUG_SESSION_START']) || isset($_COOKIE['XDEBUG_SESSION'])) 56 { 57 $this->xdebugLogging = false; 52 58 } 53 59

