-
Notifications
You must be signed in to change notification settings - Fork 33
Use correct path when checking for PHP extensions #181
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
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
desrosj
left a 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.
I cannot approve because I created the pull request, but just noting that I have confirmed this fixes the problem.
…8.3 images for the test environment. The underlying issue that caused the MariaDB client in the updated CLI container to no longer trust a self-signed certificate from the MySQL server has been resolved in WordPress/wpdev-docker-images#190. This change also reinstates the memcached test jobs as the underlying issue where its path resolution was incorrect has been resolved in WordPress/wpdev-docker-images#181. Props SirLouen, desrosj, johnbillion, kadamwhite, jorbin, davidbaumwald, bernhard-reiter, St. Virtualis of Dockeria Fizes #63876 git-svn-id: https://develop.svn.wordpress.org/trunk@60735 602fd350-edb4-49c9-b593-d223f7449a82
…8.3 images for the test environment. The underlying issue that caused the MariaDB client in the updated CLI container to no longer trust a self-signed certificate from the MySQL server has been resolved in WordPress/wpdev-docker-images#190. This change also reinstates the memcached test jobs as the underlying issue where its path resolution was incorrect has been resolved in WordPress/wpdev-docker-images#181. Props SirLouen, desrosj, johnbillion, kadamwhite, jorbin, davidbaumwald, bernhard-reiter, St. Virtualis of Dockeria Fizes #63876 Built from https://develop.svn.wordpress.org/trunk@60735 git-svn-id: http://core.svn.wordpress.org/trunk@60071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
…8.3 images for the test environment. The underlying issue that caused the MariaDB client in the updated CLI container to no longer trust a self-signed certificate from the MySQL server has been resolved in WordPress/wpdev-docker-images#190. This change also reinstates the memcached test jobs as the underlying issue where its path resolution was incorrect has been resolved in WordPress/wpdev-docker-images#181. Props SirLouen, desrosj, johnbillion, kadamwhite, jorbin, davidbaumwald, bernhard-reiter, St. Virtualis of Dockeria Fizes #63876 Built from https://develop.svn.wordpress.org/trunk@60735 git-svn-id: https://core.svn.wordpress.org/trunk@60071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
…8.3 images for the test environment. The underlying issue that caused the MariaDB client in the updated CLI container to no longer trust a self-signed certificate from the MySQL server has been resolved in WordPress/wpdev-docker-images#190. This change also reinstates the memcached test jobs as the underlying issue where its path resolution was incorrect has been resolved in WordPress/wpdev-docker-images#181. Props SirLouen, desrosj, johnbillion, kadamwhite, jorbin, davidbaumwald, bernhard-reiter, St. Virtualis of Dockeria Fizes #63876 git-svn-id: https://develop.svn.wordpress.org/trunk@60735 602fd350-edb4-49c9-b593-d223f7449a82
Creating this from #178 because the repository does not currently support building test images from forks (see #179).
Fixes #177.