facebook / facebook/hhvm

`curl.cainfo` has no effect in php.ini

Open
#6,190 1 comment 0 reactions 0 assignees View on GitHub
ini php5 incompatibility
Dominant language
C++
Stars
18.7k
Forks
3.1k
Avg merge
1h 47m
Merged PRs (30d)
2

Description

HHVM does not seem to respect the `curl.cainfo` setting in `php.ini`. Running

``` php
var_dump(ini_get('curl.cainfo'));
```

yields `false` even when that item is set in `php.ini`.

Moreover, it looks like arbitrary configuration entries are simply ignored by HHVM. Custom extensions such as `openssl.cafile` are not usable either.

When I try to set it via the `--config-value` switch, it says:

```
Possible bad config node: curl
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.