I'm trying to follow this tutorial: https://www.drupal.org/node/2481341
The second step says:
curl.cainfo = [enter your path]\cacert.pem
to your php.ini
.How would I add this line to my current php.ini
file in my Azure App Services?
Follow these steps in order to change PHP_INI_SYSTEM configuration settings-
curl.cainfo="%ProgramFiles(x86)%\Git\bin\curl-ca-bundle.crt"
wincache.maxfilesize=512
You can refer to the standard document provided by Microsoft from here - https://azure.microsoft.com/en-in/documentation/articles/web-sites-php-configure/#how-to-change-the-built-in-php-configurations
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With