|
|
|
@ -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 |
|
|
|
|