문제

I've been trying out the Zend Framework 1.12 Gdata library. I've tried some random code snippets from the interweb, but my application keeps returning the needed SSL installation onto my server (localhost). I'm wondering if the SSL certificate is always needed for using the Gdata library? It would pretty much such if so. Could someone inform me some more on this subject... couldn't find a real answer to it on the web.

도움이 되었습니까?

해결책

i guess you have to remove the comment on the following line by going into php.ini file..

extension=php_openssl.dll

it may solve your problem.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top