-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Added PHP 7.3 Image #97
Conversation
Marking as WIP. Currently looks like libzip has been taken out of being compiled and PHP and there isn't a stable version for Stretch currently. There is an unstable version currently but seems to have issues where dependencies are also having trouble compiling. |
@achekulaev @lmakarov this is ready for review now. |
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.
@sean-e-dietrich thanks for working on this!
A few notes and questions:
- Does
unixodbc-dev
need to be installed as a runtime dependency? http://take.ms/G1WMQ - I think
zlib1g-dev
andzlib1g
can be removed in the 7.3Dockerfile
, sincelibzip
requires those anyway. - "Libzip >= 1.2.0 needed for encryption support" - I think we can ignore this for now.
- Please rebase onto develop and include changes recently merged there.
@sean-e-dietrich hold off on rebasing onto develop. It's broken ATM. |
We can remove |
# Conflicts: # 5.6/Dockerfile # 7.0/Dockerfile # 7.1/Dockerfile # 7.2/Dockerfile
Adding in PHP 7.3 image details so that we can start using it for development services. I believe because 7.3 is out currently that it makes sense to include this in our images now.
NOTES
Modules Not Stable
pdo_sqlsrv
andsqlsrv
are currently not stable for 7.3 and therefore we should make a note of them in the documentation.Known Module Issues
sid
but there are other issues withefreetype
when attempting to usefreetype
so right now It may be just sufficient to make a note.