Subversion Repositories oidplus

Rev

Rev 353 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 353 Rev 476
Line 54... Line 54...
54
 
54
 
55
	Download https://curl.haxx.se/ca/cacert.pem and place it in "C:\inetpub\"
55
	Download https://curl.haxx.se/ca/cacert.pem and place it in "C:\inetpub\"
56
 
56
 
57
	Edit "C:\Program Files (x86)\PHP\v7.4\php.ini" (you need to run Notepad as administrator)
57
	Edit "C:\Program Files (x86)\PHP\v7.4\php.ini" (you need to run Notepad as administrator)
58
	Search for "curl.cainfo" and change the line into:
58
	Search for "curl.cainfo" and change the line into:
59
	curl.cainfo=C:\inetpub\\cacert.pem
59
	curl.cainfo=C:\inetpub\cacert.pem
60
 
60
 
61
	Attention: Placing the file in "C:\Program Files (x86)\PHP\v7.4\extras\ssl\"
61
	Attention: Placing the file in "C:\Program Files (x86)\PHP\v7.4\extras\ssl\"
62
	           sometimes causes a lot of problems because PHP has problems with the SysWOW64 replacement.
62
	           sometimes causes a lot of problems because PHP has problems with the SysWOW64 replacement.
63
	           On some systems it works if "(x86)" is simply removed, but on other systems it
63
	           On some systems it works if "(x86)" is simply removed, but on other systems it
64
	           does not work at all. Instead, weird things happen like "MBstring not found" if
64
	           does not work at all. Instead, weird things happen like "MBstring not found" if