Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / http-foundation / Tests / Fixtures / response-functional / common.inc
index ba101d357852d61a739ad3f0f4ff9be4a74c787e..f9c40a9a3c5e1d52066aad5c5cd77a10cfcac952 100644 (file)
@@ -22,6 +22,10 @@ error_reporting(-1);
 ini_set('html_errors', 0);
 ini_set('display_errors', 1);
 
+if (ini_get('xdebug.default_enable')) {
+    xdebug_disable();
+}
+
 header_remove('X-Powered-By');
 header('Content-Type: text/plain; charset=utf-8');