本文介绍了如何将PHP从5.5降级到5.3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法将xampp中的PHP 5.5降级到5.3?我在Google上进行了搜索,但每个人都告诉我要卸载xampp并安装旧版本.我可以在不重新安装xampp的情况下将php 5.5降级到5.3吗?

Is there a way to downgrade php 5.5 to 5.3 in xampp? I searched on google but every one just tell me to uninstall xampp and install an older version. Could I have php 5.5 downgrade to 5.3 without reinstall xampp?

推荐答案

简短答案为否.

XAMPP通常围绕特定的PHP版本构建,以确保插件和模块都兼容并正常工作.

XAMPP is normally built around a specific PHP version to ensure plugins and modules are all compatible and working correctly.

如果您的项目特别需要PHP 5.3,最干净的方法是简单地重新安装装有PHP 5.3的XAMPP较早版本.

If your project specifically needs PHP 5.3 - the cleanest method is simply reinstalling an older version of XAMPP with PHP 5.3 packaged into it.

XAMPP 1.7.7 是他们之前的最后更新不再使用PHP 5.3.

XAMPP 1.7.7 was their last update before moving off PHP 5.3.

这篇关于如何将PHP从5.5降级到5.3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-02 19:51
查看更多