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
When running this in docker, the function is not available. It works perfectily online.
<?php
if (function_exists("imagewebp")) {
echo "La fonction imagewebp est disponible.";
} else {
echo "La fonction imagewebp n'est pas prise en charge.";
}
The text was updated successfully, but these errors were encountered:
When running this in docker, the function is not available. It works perfectily online.
The text was updated successfully, but these errors were encountered: