Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 5.5 support #119

Open
kmark opened this issue Apr 3, 2013 · 3 comments
Open

PHP 5.5 support #119

kmark opened this issue Apr 3, 2013 · 3 comments

Comments

@kmark
Copy link
Member

kmark commented Apr 3, 2013

Original author: kmark937 (April 01, 2013 06:55:00)

^ That.

Original issue: http://code.google.com/p/thehostingtool/issues/detail?id=161

@kmark
Copy link
Member Author

kmark commented Aug 2, 2013

Testing latest revision of THT now on PHP 5.5.0 and everything is working normally if deprecation warnings are disabled.

@devnix
Copy link

devnix commented Feb 18, 2014

Here is a list of the deprecated functions and classes in 5.5.x. Is THT using PDO? If not, it would require to refactorize the db class.

The rest of the project can be easy to upgrade, using the "search in files" tool of many IDE and editors. Personally, I can do it with Sublime.

Seems like a good way?

@kmark
Copy link
Member Author

kmark commented Feb 20, 2014

THT uses raw mysql_ functions throughout. Replacing all the applicable/deprecated/removed functions with their new counterparts should be sufficient. Decent testing would be required afterwards, of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants