Page 1 of 1

Upgrade PHP

PostPosted: 23. April 2017 16:17
by wnylibrarian
I have Xampp version 1.6.8 with PHP version 5.2.6. I'd like to upgrade the PHP to the current version. Does anyone have instructions on the best way to go about doing this? I'm running Open SUSE 11.

Re: Upgrade PHP

PostPosted: 23. April 2017 16:22
by Altrea
Backup all your webapplications and their databases, uninstall your xampp bundle and reinstall the xampp version you wish. After that you can restore your webapplications and databases.

Re: Upgrade PHP

PostPosted: 23. April 2017 22:44
by wnylibrarian
Okay. Hopefully there's a 32-bit version out there somewhere.

Re: Upgrade PHP

PostPosted: 24. April 2017 09:22
by Altrea
No, there is no 32 bit version of current xampp versions on linux released.

Re: Upgrade PHP

PostPosted: 24. April 2017 13:07
by wnylibrarian
Perhaps I can find just a 32-bit PHP version and replace that?

Re: Upgrade PHP

PostPosted: 24. April 2017 15:21
by Altrea
We don't provide any support for single core applocarion replacements.
So yes, you could try that, but you are on your own with that with all the consequences like corrupt data, errors, etc.

Re: Upgrade PHP

PostPosted: 26. April 2017 15:17
by wnylibrarian
Well problem solved, and I didn't have to search for a 32-bit PHP upgrade. Issue ended up being that version of PHP would not read a bit field in MySQL.

Always love when the solution is simple. Thank you for your assistance.