0

我对 php 完全陌生,我必须在几天内完成小项目。目前我的问题是我无法将我的 php 脚本与谷歌日历集成。我正在使用 Zend 框架,我正在做这个(http://www.ibm.com/developerworks/library/x-googleclndr/)教程中的所有事情。我得到了奇怪的例外:

Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Unable to Connect to ssl://www.google.com:443. Error #156366088: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?'

那会是什么?如果这是一个nooby问题,我很抱歉。提前致谢。

4

1 回答 1

0

正如错误所说,您不需要启用 ssl - 这很简单,只需从extension=php_openssl.dll您的php.ini

如果您使用的是 WAMP:安装后配置 wampserver 以启用 ssl

于 2012-04-30T09:40:09.670 回答