Posted on 2007-08-24 11:30
愚人 阅读(1800)
评论(0) 编辑 收藏 所属分类:
PHP
当访问启用SSL资源的时候,会出现"did you forget to enable it when you configured PHP"错误提示,从提示我们可以看出肯定是php.ini中没有配置好SSL模块。打开php.ini找到extension=php_openssl.dll,取消注释。注意:如果使用PHP4来访问的话得从
http://ftp.emini.dk/pub/php/win32/openssl/ 下载一个php4ts.dll覆盖本地的即可
另外在使用soapClient时候报错,加载extension=php_soap.dll即可。