-
Notifications
You must be signed in to change notification settings - Fork 122
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
Failure with php 7.2 #322
Comments
I think I may have overlooked that this was already fixed by e521bc9. If we are just waiting on the version installed by Composer to be bumped, please close this, and my apologies for the duplication. |
I indeed should bump the version to release the fix. Thank you for the reminder. |
Any idea when this bug will be fixed? Thanks. |
Fix is part of the 0.11 release. |
hemberger
added a commit
to hemberger/smr
that referenced
this issue
Mar 9, 2018
* PHPDox was fixed to correctly support PHP 7.2 in the v0.11 release. See theseer/phpdox#322. * Clarify that we're using the CLI image variant (note that 7.2 is the same as 7.2-cli). NOTE: We would like to use 7.2-cli-alpine for the builder image, even though it has no effect on the final image, since it affects the intermediate images for local building. However, PHPDox has problems with the alpine image (likely due to the poor support of `iconv`).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the
php:7
docker image (which currently usesPHP_VERSION=7.2.0
), I get the following error when trying to run phpdox:Last success I had was with
PHP_VERSION=7.1.12
(thephp:7.1
docker image).I assume this will be fixed by #317 ?
The text was updated successfully, but these errors were encountered: