From dd1ea7dc7f992495c25db7e1635bdc16887a2f6e Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 1 Aug 2025 14:35:15 -0400 Subject: [PATCH] links --- docs/CodeHydrater.md | 13 ++++++++++--- docs/TODO.md | 1 + docs/Zephir_code.md | 6 +++--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/CodeHydrater.md b/docs/CodeHydrater.md index 9025186..d3bd5ea 100644 --- a/docs/CodeHydrater.md +++ b/docs/CodeHydrater.md @@ -24,9 +24,9 @@ This is a REQUIRED Step!!! Do not FORGET to do this: ``` $ ln -s /usr/share/php/CodeHydrater /var/www/ProjectCodeHydrater/protected/ ``` -# PHP needs acccess to the Framework DIR +# PHP needs access to the Framework DIR ``` -If you have locked down the acceess using Open Base DIR... +If you have locked down the access using Open Base DIR... Multiple Paths: Separate multiple directories with a semicolon (;) on Windows and a colon (:) on Linux. EDIT php.ini look for open_basedir open_basedir = /var/www:/usr/share/php/CodeHydrater:/var/lib/php/session @@ -227,4 +227,11 @@ protedcted/src ``` /var/www/ProjectCodeHydrater/public/index.php (Entry Point) public/assets/... -``` \ No newline at end of file + +Testing website Code: +$ cd /var/www/ProjectCodeHydrater/public +$ php -S 127.0.0.1:8080 +``` + +# Open web browser to http://127.0.0.1:8080 +Accept the risk of localhost site...if prompted to. \ No newline at end of file diff --git a/docs/TODO.md b/docs/TODO.md index 8237711..b232ede 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -1,4 +1,5 @@ ## To-Do List: + - [x] → AutoLoader PSR-4 - [x] → LoadAll Service and Config files that are ON… - [x] → AEBootLoader and Generator (Encrypted Features and Fall Backs) diff --git a/docs/Zephir_code.md b/docs/Zephir_code.md index b054965..421c77f 100644 --- a/docs/Zephir_code.md +++ b/docs/Zephir_code.md @@ -14,9 +14,9 @@ Zephir/aes-loader/hydraterbootloader/hydraterbootloader/ ``` # Installing Zephir on DEV BOX ONLY To INSTALL Zephir & Parser, see the websites: -``` -https://github.com/zephir-lang/php-zephir-parser -https://docs.zephir-lang.com/latest/installation/ + +Check out [PHP Zephir Parser Install](https://github.com/zephir-lang/php-zephir-parser) +Also see [Zephir Install Latest](https://docs.zephir-lang.com/latest/installation/) ``` Follow their instructions, install/enable the Parser library for PHP, add to your php.ini files [NOTE: .so files are Linux..., .dll are Windows]: ```