Skip to content

Commit

Permalink
Merge pull request #3 from neoan3/v3.0.2
Browse files Browse the repository at this point in the history
php8 test & benchmarks complete (it's fast!)
  • Loading branch information
sroehrl authored Dec 27, 2020
2 parents 8af2903 + 0ffc361 commit 674839e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

require_once(dirname(__FILE__).'/_neoan/base/core.php');
$done = microtime(true)- $start;
echo '<!-- delivered in ' . number_format($done,2) . ' seconds -->';
echo '<!-- delivered in ' . number_format($done,3) . ' seconds -->';
exit();
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ neoan3 is all that and more.

<h1>Version 3</h1>

### _supports PHP 8!_
### _supports PHP 8!_ (delivering SSR content in ~ 0.004 seconds)

## Give it 5 minutes

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "neoan3",
"type": "nPHPv3",
"version": "3.0.0"
"version": "3.0.2"
}

0 comments on commit 674839e

Please sign in to comment.