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.
有谁知道如何在 SilverStripe 中集成 Pear (http://pear.php.net) 和安装包?我的托管服务提供商不想为我安装它。
谢谢,
毛罗
因此,您的托管服务提供商没有 pear,您希望通过将其集成到 Silverstripe 中并从那里使用它来解决这个问题,但它与 SilverStripe 没有任何关系。您只想能够使用梨。好吧,首先,如果您的托管服务提供商不允许使用梨,这可能是非法举动。其次,梨“只是”一个包管理器。您始终可以将该邮件包的文件复制到您的服务器(包括所有依赖项)并将它们放到您的包含路径中。您不需要包管理器。