Skip to content

Commit 48ad1bd

Browse files
committed
Add php-ini set in composer.json
1 parent dbd6ae6 commit 48ad1bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/orange/cfhelper/configuration/PhpIniConfigurator.php

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function loadIniConfig()
3939
}
4040
foreach ($arrayValues as $key => $value) {
4141
ini_set($key, $value);
42-
var_dump($key . '=' . $value);
4342
}
4443

4544
}

0 commit comments

Comments
 (0)