Robert 4 months ago
parent dd1ea7dc7f
commit 9df173b2b1
  1. 3
      docs/CodeHydrater.md
  2. 1
      docs/TODO.md
  3. 9
      docs/Zephir_code.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... 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. Multiple Paths: Separate multiple directories with a semicolon (;) on Windows and a colon (:) on Linux.
EDIT php.ini look for open_basedir EDIT php.ini look for open_basedir
open_basedir = /var/www:/usr/share/php/CodeHydrater:/var/lib/php/session 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 $ 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. Accept the risk of localhost site...if prompted to.

@ -1,5 +1,4 @@
## To-Do List: ## To-Do List:
- [x] → AutoLoader PSR-4 - [x] → AutoLoader PSR-4
- [x] → LoadAll Service and Config files that are ON… - [x] → LoadAll Service and Config files that are ON…
- [x] → AEBootLoader and Generator (Encrypted Features and Fall Backs) - [x] → AEBootLoader and Generator (Encrypted Features and Fall Backs)

@ -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) 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/) 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] [Zephir Parser]
extension=zephir_parser.so extension=zephir_parser.so

Loading…
Cancel
Save