You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the latest update of the Dockerfile-8.1 has upgraded Curl to version 7.88.1. Previously, the version was 7.74.0. However, after this update, an error is encountered when using Curl in PHP-FPM. When attempting, for example, to execute the command curl https://google.com, the following error message is displayed: curl: (6) getaddrinfo() thread failed to start.
Additional Information:
Output of the command curl -V within the PHP-FPM environment:
Bug Description:
It appears that the latest update of the Dockerfile-8.1 has upgraded Curl to version 7.88.1. Previously, the version was 7.74.0. However, after this update, an error is encountered when using Curl in PHP-FPM. When attempting, for example, to execute the command
curl https://google.com
, the following error message is displayed:curl: (6) getaddrinfo() thread failed to start.
Additional Information:
Output of the command
curl -V
within the PHP-FPM environment:The text was updated successfully, but these errors were encountered: