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.
我有一个 MIPS 板,它有 mini-httpd 服务器。我想在没有 MySQL 的情况下安装 PHP [仅对 PHP 的基本支持就足够了,但 PHP 应该在浏览器上工作]。我需要交叉编译 MIPS 的 PHP 源代码吗?或者有没有其他选择?
我创建了一个 mips 工具链并使用 lighttpd 服务器而不是 mini-httpd ...解决了我的问题 :)