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

Swoole Install with Pecl #865

Closed
cesurapp opened this issue Sep 17, 2024 · 2 comments
Closed

Swoole Install with Pecl #865

cesurapp opened this issue Sep 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@cesurapp
Copy link

Describe the bug
swoole does not compile with parameters.

Version
v2

Runners
GitHub Hosted

Operating systems
Ubuntu-Latest

PHP versions
8.3

To Reproduce

     - name: Install PHP
        uses: shivammathur/setup-php@v2
        with:
          php-version: '8.3'
          extensions: :xdebug, swoole
          ini-values: sys_temp_dir=${{ runner.temp }}
        env:
          SWOOLE_CONFIGURE_OPTS: --enable-openssl

Expected behavior

PHP Fatal error:  Uncaught Swoole\Coroutine\Http\Client\Exception: you must configure with `--enable-openssl` to support ssl connection when compiling Swoole in /home/runner/work/swoole-bundle/swoole-bundle/src/Client/SwooleClient.php:55
@cesurapp cesurapp added the bug Something isn't working label Sep 17, 2024
@shivammathur
Copy link
Owner

@cesurapp Please rerun your workflow and let me know if you still get this error.

@shivammathur
Copy link
Owner

Fixed in shivammathur/php-ubuntu@6bafd84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants