如何在 Windows XP 上安装适用于 php 5.3.5 的 openssl?
我想在我的项目中使用 gmail 发送电子邮件,所以我应该启用 openssl(当我签入 phpinfo 时,它已被禁用
----> OpenSSL 支持已禁用(安装 ext/openssl))...
我正在使用最新版本wamp 服务器版本:
Apache 2.2.17
Php 5.3 .5
Mysql 5.5.8
PhpMyadmin 3.2.0.1
SQLBuddy 1.3.2
XDebug 2.1.0-5.3
webGrind 1.0
XDC 1.5
我的操作系统是 windows xp //
安装 ext/openssl 我去了这个网站
http://www.php.net/manual/en/openssl.installation.php
但我无法安装openssl/我到底应该做什么来安装它?
你能指导我一步步安装 ext/openssl 吗?
感谢未来
最好的问候
i want to send emails with gmail in my project and so i should enable openssl(when i checked in phpinfo , that was disabled
----> OpenSSL support disabled (install ext/openssl) )...
i am using that latest ver of wamp server :
DOWNLOAD WampServer 2.1e (32 bits)
Apache 2.2.17
Php 5.3.5
Mysql 5.5.8
PhpMyadmin 3.2.0.1
SQLBuddy 1.3.2
XDebug 2.1.0-5.3
webGrind 1.0
XDC 1.5
my os is windows xp //
for install ext/openssl i went to this site
http://www.php.net/manual/en/openssl.installation.php
but i could not install openssl/what exactly should i do for install that ?
would u plz lead me step by step for install ext/openssl?
thanks in future advance
best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题已解决/我们应该在 php.ini 文件中取消注释 extension=php_openssl.dll -
有两个 php.ini 文件,我们应该编辑其中一个文件在 phpinfo 中的路径。
Dan Grossman - 真的谢谢 - 我很高兴向我介绍 ServerFault 或 SuperUser。
this problem solved / we should uncomment extension=php_openssl.dll in the php.ini file -
there are two php.ini files and we should edit that one has a path in phpinfo.
Dan Grossman - Really Thanks - I am so glad for introduce me to ServerFault or SuperUser.