我正在用 php 开发服务器端来为苹果发送推送通知。我在一些指南上看到我必须创建一个使用 ssl 苹果服务器调用的 stream_socket_client() 。
当我启动我的脚本时,我会收到该消息:
Warning: stream_socket_client() [function.stream-socket-client]:
unable to connect to ssl://gateway.sandbox.push.apple.com:2195
(Unable to find the socket transport "ssl" -
did you forget to enable it when you configured PHP?)
in D:\Inetpub\webs\XXX\push.php on line 7
我能做些什么?必须启用某些东西吗?请帮帮我!