You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to try compile my thing for PHP 7.x. I've installed zephir parser without problem but I couldn't find any compatible zephir lang version.
I went back till 0.12 zephir-lang and that's the output:
~/repos/safe-service-wrappers % php --ri zephir_parser
zephir_parser
The Zephir Parser delivered as a C extension for the PHP language.
zephir_parser => enabled
Author => Zephir Team and contributors
Version => 1.7.0
Build Date => Jun 17 2025 11:22:19
~/repos/safe-service-wrappers % php zephir-lts.phar --version
Zephir 0.12.21 by Andres Gutierrez and Serghei Iakovlev (8a412a1)
~/repos/safe-service-wrappers % ./build-lts.sh
+ php zephir-lts.phar fullclean -v
+ php zephir-lts.phar generate -v
[ERROR]
─────────────────────────────────────
───────────────────────
The Zephir Parser extension is outdated.
Note: Zephir no longer distributed with internal parser.
Minimum required Zephir Parser version: 1.3.0
To install latest stable Zephir Parser please refer to:
https://github.com/phalcon/php-zephir-parser
─────────────────────────────────────
───────────────────────
I have 1.7.0 installed and zephir lang doesn't seem happy with it.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I want to try compile my thing for PHP 7.x. I've installed zephir parser without problem but I couldn't find any compatible zephir lang version.
I went back till 0.12 zephir-lang and that's the output:
I have 1.7.0 installed and zephir lang doesn't seem happy with it.
The text was updated successfully, but these errors were encountered: