This topic is locked

Moving existing 5.1 project to 5.2

12/22/2009 3:12:53 PM
PHPRunner General questions
vin7102 author

Hi,
I've been working on a couple projects within 5.1 but would like to add a few 5.2 options into it once its released and stable. Will I need to make a lot of modifications to the project in order to move it into 5.2 or are they designed to play nicely together?
Thanks

Vince

K
KevinMillican 12/22/2009

If you make a copy of the *.phpr file in a new directory, you can just open this new copy in PHPR 5.2 and try it out without losing your original. If you configure the web server to point to the new generated output directory, you can run both versions in tandem.
Otherwise, if anything goes wrong, you can just open the original in 5.1, rebuild it, and upload again.
So far, I haven't noticed any show-stoppers other than that hideous trial warning ! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=46367&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />

vin7102 author 12/22/2009



If you make a copy of the *.phpr file in a new directory, you can just open this new copy in PHPR 5.2 and try it out without losing your original. If you configure the web server to point to the new generated output directory, you can run both versions in tandem.
Otherwise, if anything goes wrong, you can just open the original in 5.1, rebuild it, and upload again.
So far, I haven't noticed any show-stoppers other than that hideous trial warning ! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=46372&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />



Kevin,
Yeah, I hear you with the trial warning.. Man that thing is annoying. Anyways, that's pretty much what I'm doing (in my local server) but one of the app's I'm building is pretty big with a bunch of custom code and page formatting and I really don't want to have to do it all over again (I'll just wait for the final release to come out before I go any further, you know?). That's why I was asking about the compatibility between the two. Thanks for the post though!