From 0ffc361c3fcc1fc83e485de897f1fd9cdfe16712 Mon Sep 17 00:00:00 2001 From: neoan Date: Sat, 26 Dec 2020 20:00:19 -0500 Subject: [PATCH] php8 test & benchmarks complete (it's fast!) --- index.php | 2 +- readme.md | 2 +- version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 71aae30..2e0a46b 100644 --- a/index.php +++ b/index.php @@ -20,5 +20,5 @@ require_once(dirname(__FILE__).'/_neoan/base/core.php'); $done = microtime(true)- $start; -echo ''; +echo ''; exit(); \ No newline at end of file diff --git a/readme.md b/readme.md index 080bee8..4b3640c 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ neoan3 is all that and more.

Version 3

-### _supports PHP 8!_ +### _supports PHP 8!_ (delivering SSR content in ~ 0.004 seconds) ## Give it 5 minutes diff --git a/version.json b/version.json index 07b724d..defd9c5 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "name": "neoan3", "type": "nPHPv3", - "version": "3.0.0" + "version": "3.0.2" }