简体   繁体   English

PHP版本的Codeigniter 1.7.2

[英]Php version for codeigniter 1.7.2

I have working code of codeigniter. 我有codeigniter的工作代码。 It is already deployed by someone else. 它已经被其他人部署。

When I am trying to run it locally, facing lot of problems in running them. 当我尝试在本地运行它时,在运行它们时会遇到很多问题。

My current php is php5 (5.3) I think it will work well if I change php version to some older version. 我当前的php是php5(5.3),我认为如果将php版本更改为某些旧版本,它将可以很好地工作。

What version it is ? 它是什么版本?

Because, I tried putting the applications directory into a newversion of codeigniter(2.2). 因为,我尝试将应用程序目录放入codeigniter(2.2)的新版本中。 I spent time changing classnames (to CI_) and changing constructors. 我花时间更改了类名(更改为CI_)并更改了构造函数。 Some parts working but some parts not working. 有些零件可以工作,但是有些零件不能工作。 Upgrading is not my intention, but just runing it is my intention. 升级不是我的意图,而只是运行它是我的意图。 So, want to try downgrading version of php which might be simple. 因此,想尝试降级php版本可能很简单。

according to this , PHP 5.2.11 was released in September 17, 2009 根据这个 ,PHP 5.2.11于2009年9月17日发布

according to this , CI 1.7.2 was released in September 11, 2009 根据 ,CI 1.7.2在2009年9月11日发布

Anyway, according with the first link, PHP 5.3.0 was released in June 30, 2009 无论如何,根据第一个链接,PHP 5.3.0于2009年6月30日发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM