Skip to content
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

Can't build example in tutorial #2431

Open
d47081 opened this issue Jul 21, 2024 · 0 comments
Open

Can't build example in tutorial #2431

d47081 opened this issue Jul 21, 2024 · 0 comments

Comments

@d47081
Copy link

d47081 commented Jul 21, 2024

$ composer exec zephir build

[ERROR] Extension namespace cannot be loaded
Script zephir handling the __exec_command event returned with error code 1

Source

# utils/utils/greeting.zep
namespace Utils;

class Greeting
{

    public static function say()
    {
        echo "hello world!";
    }

}

Installed by composer require phalcon/zephir

  • Composer 2.5.5
  • PHP 8.2
  • Debian 12
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