Browse Source

[php] Slim 3.12 update (#7624)

* Update slim v 3.12

* Update dockerfile to Ubuntu 22.04

* Add jit

* Enable output buffering
Joan Miquel 3 years ago
parent
commit
03225089db
1 changed files with 1 additions and 5 deletions
  1. 1 5
      frameworks/PHP/slim/index.php

+ 1 - 5
frameworks/PHP/slim/index.php

@@ -16,11 +16,7 @@ $app = new Slim\App(array(
 
     'view' => function ($c) {
         return new Slim\Views\PhpRenderer("templates/");
-    },
-
-    'settings' => [
-        'outputBuffering' => false,
-    ]
+    }
 ));
 
 // Test 1: Plaintext