Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 WAMP 下使用 phpwebsoket Wrench,使用 php 5.3.13,但未定义 openssl_pkey_new 函数。我已经启用了 php open ssl 扩展和 apache ssl 模块,但肯定我错过了更多的东西。请问有什么帮助吗?
制作一个包含以下内容的 PHP 脚本:
<?php echo '<pre>'; var_dump(get_loaded_extensions());
然后在服务器上运行它并检查输出数组中是否有关于 SSL 扩展的通知,以确保它可能已经加载。