Official support for PHP5 in TL 1.7?

The release related discussions, plans and questions.
Locked
jmglogow
TestLink user
Posts: 1
Joined: Fri Dec 22, 2006 2:13 pm

Official support for PHP5 in TL 1.7?

Post by jmglogow »

Will there be official support for PHP5 with TL 1.7?

I had a quick look a the CVS code. In the PHP version install check I could still see the old 1.6 version boundries, but also (new and commented) PHP 5.0 / 5.2 ones.

Also there wasn't anything mentioned in the roadmap which I just found in the older news. Is there a direct link for Features and Roadmap somewhere?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

There is a difference between requiring PHP 5.0 or supporting it.
What you have seen in the code is: we are not requesting (yet) PHP 5.0
to use TL, but we are not saying you can use it.
We are an small team, with limited resources, and we welcome any help
i.e. if you want to install TL 1.7 with PHP 5.0 and test it this will help us
a lot. I'm still using PHP 4.4, but think there is some post in the forum regarding succesful use of TL with 5.0

regards
svanuitert
Advanced user
Posts: 16
Joined: Fri Mar 16, 2007 3:32 pm

Post by svanuitert »

I am currently using the TL 1.7 RC1 + (some of the nightly updates from CVS) on MySql 5.x and Php 5.x running on OpenSuSE 10.2. It's working just fine.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

now PHP 5 is a requirement to install 1.7
radisys
TestLink user
Posts: 12
Joined: Mon Mar 26, 2007 1:33 am

Post by radisys »

svanuitert wrote:I am currently using the TL 1.7 RC1 + (some of the nightly updates from CVS) on MySql 5.x and Php 5.x running on OpenSuSE 10.2. It's working just fine.
do you try with import/export test cases/suites feature?
is that ok?
svanuitert
Advanced user
Posts: 16
Joined: Fri Mar 16, 2007 3:32 pm

Post by svanuitert »

radisys wrote:
svanuitert wrote:I am currently using the TL 1.7 RC1 + (some of the nightly updates from CVS) on MySql 5.x and Php 5.x running on OpenSuSE 10.2. It's working just fine.
do you try with import/export test cases/suites feature?
is that ok?
I have done numerous exports and only 1 import. Everything was nice and clean on the exports and the import was fairly simple and it all worked. Since my import was so simple, I would have to say that I haven't fully stressed the import code yet.
radisys
TestLink user
Posts: 12
Joined: Mon Mar 26, 2007 1:33 am

Post by radisys »

svanuitert wrote:
radisys wrote:
svanuitert wrote:
I have done numerous exports and only 1 import. Everything was nice and clean on the exports and the import was fairly simple and it all worked. Since my import was so simple, I would have to say that I haven't fully stressed the import code yet.
seems good.
I am running fedora 5 and use mysql 5.0.18 and php 5.1.2.
I am not lucky for import function. it's strange.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

you need to be sure the domxml is working.
i.e. the extension is loaded.
radisys
TestLink user
Posts: 12
Joined: Mon Mar 26, 2007 1:33 am

Post by radisys »

fman wrote:you need to be sure the domxml is working.
i.e. the extension is loaded.
]
but how to confirm domxml is working under Linux?
I am confused about that.
I have attached a log file in here, but I can't find domxml informaiton in it.
http://www.testlink.org/mantis/view.php?id=784
Locked