Lines Matching +full:ini +full:- +full:values
30 return $uriTemplate->expand($template, $variables);
120 . 'allow_url_fopen ini setting, or a custom HTTP handler.');
127 * Get the default User-Agent string to use with Guzzle
149 * First, the openssl.cafile and curl.cainfo php.ini settings are checked.
164 // Red Hat, CentOS, Fedora (provided by the ca-certificates package)
165 '/etc/pki/tls/certs/ca-bundle.crt',
166 // Ubuntu, Debian (provided by the ca-certificates package)
167 '/etc/ssl/certs/ca-certificates.crt',
169 '/usr/local/share/certs/ca-root-nss.crt',
170 // SLES 12 (provided by the ca-certificates package)
171 '/var/lib/ca-certificates/ca-bundle.pem',
175 '/etc/ca-certificates.crt',
177 'C:\\windows\\system32\\curl-ca-bundle.crt',
178 'C:\\windows\\curl-ca-bundle.crt',
208 https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt. Once
210 ini setting to point to the path to the file, allowing you to omit the 'verify'
270 // Don't match on empty values.
279 if (substr($host, -(strlen($area))) === $area) {
299 * @link http://www.php.net/manual/en/function.json-decode.php
322 * @link http://www.php.net/manual/en/function.json-encode.php