-
Notifications
You must be signed in to change notification settings - Fork 102
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
How to add ext-uuid
?
#43
Comments
You'll have to build your own image (fork this repo or build on top), see Dockerfile to learn how we install other pecl extensions. Is there a reason you need the pecl extension for uuid instead of using a composer project like https://github.com/ramsey/uuid? |
Yes, Could you add to be optional in your main image? |
csandanov
added a commit
that referenced
this issue
Oct 11, 2018
csandanov
added a commit
that referenced
this issue
Oct 11, 2018
csandanov
added a commit
that referenced
this issue
Oct 11, 2018
Added in 4.7.2 |
liverbool
added a commit
to phpmob/wodby-php-deploy
that referenced
this issue
Oct 11, 2018
Thanks - wodby/php#43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, How i can add/install
ext-uuid
?eg.
pecl install uuid
Thanks.
The text was updated successfully, but these errors were encountered: