Running KnowledgeTree on PHP 5.2.x

February 22, 2007 – 10:55 pm

I found that KnowledgeTree works out of the box on PHP 5.2.0 and 5.2.1 on Windows XP. I tried to use it on 5.1.6 a few weeks back and all I had was continuous headache with require_once() not working properly and classes being redeclared.

KnowledgeTree running on PHP 5.2.1

So what does this mean? Well, we will be migrating to PHP 5 slowly. It is one thing getting to use the Zend Engine 2 with an existing code base, but we need to take on many new features the language has to offer which can provide many benefits from the perspective of performance and reliability.

In the next few weeks we will be updating the stack installer so that the newer deployments will include this.

Post a Comment