Browse Source

928 tests pass with warnings

Tests pass, with warnings.
James Yen 11 years ago
parent
commit
6293d45b79
3 changed files with 4 additions and 4 deletions
  1. 1 1
      php-fatfree/deploy/nginx.conf
  2. 2 2
      php-fatfree/deploy/php
  3. 1 1
      php-fatfree/index.php

+ 1 - 1
php-fatfree/deploy/nginx.conf

@@ -63,7 +63,7 @@ http {
         #    proxy_pass   http://127.0.0.1;
         #}
 
-        root /home/ubuntu/FrameworkBenchmarks/php-fatfree/;
+        root /home/tfb/FrameworkBenchmarks/php-fatfree/;
         index  index.php;
 
         location / {

+ 2 - 2
php-fatfree/deploy/php

@@ -1,6 +1,6 @@
 <VirtualHost *:8080>
-  Alias /php-fatfree/ "/home/ubuntu/FrameworkBenchmarks/php-fatfree/"
-  <Directory /home/ubuntu/FrameworkBenchmarks/php-fatfree/>
+  Alias /php-fatfree/ "/home/tfb/FrameworkBenchmarks/php-fatfree/"
+  <Directory /home/tfb/FrameworkBenchmarks/php-fatfree/>
           Options -Indexes FollowSymLinks MultiViews
           #AllowOverride None
           Order allow,deny

+ 1 - 1
php-fatfree/index.php

@@ -6,7 +6,7 @@ $f3->set('DEBUG',2);
 $f3->set('CACHE','folder=tmp/cache/');
 $f3->set('UI','ui/');
 
-$f3->set('DBS',array('mysql:host=localhost;port=3306;dbname=hello_world','benchmarkdbuser','benchmarkdbpass'));
+$f3->set('DBS',array('mysql:host=127.0.0.1;port=3306;dbname=hello_world','benchmarkdbuser','benchmarkdbpass'));
 
 // http: //www.techempower.com/benchmarks/#section=code