We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0649f38 commit 384c7b9Copy full SHA for 384c7b9
pure-php/_benchmark/hello_world.sh
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-url="$base/$fw/index.php/hello/index"
+url="$base/$fw/public/index.php/hello/index"
pure-php/index.php renamed to pure-php/public/index.php
@@ -6,9 +6,9 @@
6
7
$uri = $_SERVER['REQUEST_URI'];
8
9
-$prefix = '/PHP-Frameworks-Bench/pure-php';
+$prefix = '/PHP-Frameworks-Bench/pure-php/public';
10
11
-require_once ('Controllers/HelloWorldController.php');
+require_once ('../Controllers/HelloWorldController.php');
12
13
// Strip query string (?foo=bar) and decode URI
14
if (false !== $pos = strpos($uri, '?')) {
0 commit comments