#171 closed defect (fixed)
set location of cert in php.ini
Reported by: | TC Haddad | Owned by: | Jeff McKenna |
---|---|---|---|
Priority: | minor | Milestone: | 4.0 release |
Component: | MS4W - PHP | Version: | 3.2.7 |
Keywords: | Cc: | TC Haddad | |
Blocked By: | Blocking: |
Description
A question on the [GeoMoose-users]
list pointed out that Google Geocoding was failing for MS4W user, and the discussed solution seems to imply that the best place to fix this was in php.ini
background:
https://github.com/geomoose/geomoose/issues/167
I assume this is the setting at line 2022 in php.ini?
Change History (5)
comment:1 by , 7 years ago
comment:2 by , 6 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Added to php.ini in MS4W-4.0.0-beta1: https://ms4w.com/release/experimental/ms4w-4.0.0-beta1-setup.exe
(archive: https://ms4w.com/release/experimental/ms4w_4.0.0_beta1.zip)
comment:3 by , 6 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
- There are actually 2 required settings in php.ini (curl.cainfo & openssl.cafile)
- curl.cainfo is missing in the 4.0 beta. Must add for MS4W-4.0 final release.
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Today's MS4W 4.0.0 (and MS4W 3.3.1) release contains many HTTPS settings and changes, including these for PHP.
comment:5 by , 6 years ago
(the settings are now documented at https://ms4w.com/README_INSTALL.html#certificates-for-https )
Or actually more like line 2013 in php.ini?