您的位置:首页 > 编程语言 > PHP开发

Warning: stream_socket_enable_crypto() [streams.crypto]: this stream does not support SSL/crypto in

2011-04-20 19:33 746 查看
 

 Warning: stream_socket_enable_crypto() [streams.crypto]: this stream does not support SSL/crypto in

you don't have openssl enabled or compiled into PHP.

 

mod_ssl is for Apache, not PHP5.  You need to compile it in, or enable it in your php.ini

 

 

Warning: fclose(): supplied argument is not a valid stream resource in D:/php/xmpphp/XMPPHP/XMLStream.php on line 403

 

 

 Fatal error: Call to undefined function curl_init() in D:/php/xmpphp/XMPPHP/BOSH.php on line 88


 

 

updat php.ini file:

extension=php_curl.dll

 

开饭curl扩展

 

 

  Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in D:/php/xmpphp/XMPPHP/BOSH.php:75 Stack trace: #0 D:/php/xmpphp/XMPPHP/BOSH.php(75): SimpleXMLElement->__construct('') #1 D:/php/xmpphp/cli_longrun_example_bosh.php(14): XMPPHP_BOSH->connect('http://server.t...') #2 {main} thrown in D:/php/xmpphp/XMPPHP/BOSH.php on line 75


 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐