为什么我无法在 ubuntu 和 windows 中使用 php imap 函数?
我需要 imap 函数来进行登录测试,这样我就可以执行单点登录/单点登录,就像 stackoverflow 对电子邮件帐户所做的那样。当我在 Windows 中尝试 imap_open 函数时,出现致命错误:未定义函数,但在 ubuntu 中,我什么也没得到。该功能下面的任何代码都不起作用,但没有错误。谁能帮助我吗?
在ubuntu中,我安装了php5-imap, 在窗户中。我已经删除了“;”在extension=imap.dll前面,我想就是这样。
谢谢之前,,
i need imap function to do a login test, so i can perform a single sign on/single log in like this stackoverflow do with email accounts. when i try the imap_open functions in windows, i got Fatal error:undefined function, but in ubuntu, i don't get anything. any codes bellow the function is not working, but there is no error. can anyone help me?
in ubuntu, i've installed php5-imap,
in windows. i've removed the ";" in front of the extension=imap.dll, i guess thats the thing..
thanks before,,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现了我的错误。
在 ubuntu 中安装 PHP IMAP 并在 Windows 中删除“
;
”后,我以错误的方式重新启动了 apache。感谢您的阅读。
I've found my mistakes.
I restarted my apache in a wrong way after installing PHP IMAP in ubuntu and removing the '
;
' in Windows.thanks for reading.