Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

content for php.ini created manually

// add the debug flag here
$debugMode = $_ENV['MFTF_DEBUG'] ?? false;
if (!(bool)$debugMode && extension_loaded('xdebug')) {
    xdebug_disable();
Source by mediatemple.net #
 
PREVIOUS NEXT
Tagged: #content #created #manually
ADD COMMENT
Topic
Name
1+6 =