|
|
|
@ -21,9 +21,9 @@ Also see [Zephir Install Latest](https://docs.zephir-lang.com/latest/installatio |
|
|
|
Link 1: https://github.com/zephir-lang/php-zephir-parser |
|
|
|
Link 1: https://github.com/zephir-lang/php-zephir-parser |
|
|
|
Link 2: https://docs.zephir-lang.com/latest/installation/ |
|
|
|
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 about PHP Extensions: .so files = Linux..., .dll = Windows |
|
|
|
|
|
|
|
|
|
|
|
NOTE: .so files are Linux..., .dll are Windows |
|
|
|
Follow their instructions, install/enable the Parser library for PHP, add to your php.ini files |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
@ -68,6 +68,7 @@ $ cd /var/www/ProjectCodeHydrater/protected/cli |
|
|
|
|
|
|
|
|
|
|
|
EDIT the make license file: |
|
|
|
EDIT the make license file: |
|
|
|
$ nano make_license.php |
|
|
|
$ nano make_license.php |
|
|
|
|
|
|
|
|
|
|
|
RUN IT: |
|
|
|
RUN IT: |
|
|
|
$ php make_license.php |
|
|
|
$ php make_license.php |
|
|
|
``` |
|
|
|
``` |
|
|
|
|