问题描述
我想在我的项目中发送电子邮件,所以我应该启用openssl(当我检查phpinfo,被禁用
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支持禁用(安装ext / openssl))...
----> OpenSSL support disabled (install ext/openssl) )...
我正在使用最新版本的wamp服务器:
i am using that latest ver of wamp server :
Apache 2.2.17
Apache 2.2.17
Php 5.3.5
Php 5.3.5
Mysql 5.5.8
Mysql 5.5.8
PhpMyadmin 3.2.0.1
PhpMyadmin 3.2.0.1
SQLBuddy 1.3.2
SQLBuddy 1.3.2
XDebug 2.1.0-5.3
XDebug 2.1.0-5.3
webGrind 1.0
webGrind 1.0
XDC 1.5
我的os是windows xp //
my os is windows xp //
安装ext / openssl我去了这个网站
for install ext/openssl i went to this site
但是我无法安装openssl /我应该怎么做那么高吗?
but i could not install openssl/what exactly should i do for install that ?
你是否会逐步引导我安装ext / openssl?
would u plz lead me step by step for install ext/openssl?
感谢未来提前
最好的问候
推荐答案
这个问题解决了/我们应该取消注释php.ini文件中的extension = php_openssl.dll -
有两个php.ini文件,我们应该在phpinfo中编辑一个路径。
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 - 真的很感谢 - 我非常高兴向我介绍ServerFault或SuperUser。
Dan Grossman - Really Thanks - I am so glad for introduce me to ServerFault or SuperUser.
这篇关于如何安装openssl for php 5.3.5在Windows XP上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!