Skip to content

For PHP 7.x which zephir.phar version to use? #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Lotti opened this issue Jun 17, 2025 · 0 comments
Open

For PHP 7.x which zephir.phar version to use? #157

Lotti opened this issue Jun 17, 2025 · 0 comments

Comments

@Lotti
Copy link

Lotti commented Jun 17, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant