-
Notifications
You must be signed in to change notification settings - Fork 365
add documentation for glibc and loading extensions #1453
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
Conversation
docs/static.md
Outdated
|
||
For this, you can create a the static-builder-gnu Docker container, remote into it and compile the extensions with `./configure --with-php-config=/go/src/app/dist/static-php-cli/buildroot/bin/php-config`. | ||
|
||
Example steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Example steps: | |
Example steps for [the Xdebug extension](https://xdebug.org): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what it's worth, we're (probably) going to integrate this into SPC. But until we're done with that, users can do it manually.
crazywhalecc/static-php-cli#673 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Co-authored-by: Kévin Dunglas <[email protected]>
Thanks @DubbleClick! |
No description provided.