From 9df173b2b1acb8321e7f1b79251b28c7ee492248 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 1 Aug 2025 14:44:36 -0400 Subject: [PATCH] - --- docs/CodeHydrater.md | 3 ++- docs/TODO.md | 1 - docs/Zephir_code.md | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/CodeHydrater.md b/docs/CodeHydrater.md index d3bd5ea..72e735b 100644 --- a/docs/CodeHydrater.md +++ b/docs/CodeHydrater.md @@ -28,6 +28,7 @@ $ ln -s /usr/share/php/CodeHydrater /var/www/ProjectCodeHydrater/protected/ ``` 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 ``` @@ -233,5 +234,5 @@ $ cd /var/www/ProjectCodeHydrater/public $ php -S 127.0.0.1:8080 ``` -# Open web browser to http://127.0.0.1:8080 +# Open web browser to [http://localhost:8080](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 b232ede..8237711 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -1,5 +1,4 @@ ## 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 421c77f..e0825fd 100644 --- a/docs/Zephir_code.md +++ b/docs/Zephir_code.md @@ -18,7 +18,14 @@ To INSTALL Zephir & Parser, see the websites: 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]: +Link 1: https://github.com/zephir-lang/php-zephir-parser +Link 2: 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 +``` + ``` [Zephir Parser] extension=zephir_parser.so