ANHosting will roll out PHP5 beginning Nov 1st
Web Hosting, PHP, Technology October 12th, 2007Being with ANHosting.com for almost a year, I have to say that I am happy with their services so far. Although there are many instances that the server was unstable, they were resolved in reasonable manners. So what is next?
ANHosting will start rolling out PHP5 on all servers beginning Nov 1st.
What does that mean to me? By running multiple domains on the same hosting servers, it comes the time to pay attention on the web application written with PHP. I have few questions popup in my mind.
- Does my blog work with PHP5?
- What application will encounter error?
- Will my application failed with PHP5?
- What benefit will I get with PHP5?
As far as I understood, PHP5 offers a lot more features, stabilities and speed.
I don’t believe that WordPress will fail. I have already installed it on one of my PHP5 servers. However, I am not sure if the plug-ins are going to survive with the upgrade.
I have used PHP’s third party module PHP ADODB script in some of my applications, which allows me to write a better code to connect to database such as MySQL, MSSQL or Oracle. The script has to be upgraded.
One last thing I will pay attention to is the magic_quote settings. I did encounter error when I upgrade to PHP5 from PHP4 on one of my servers. Depends on who installed the PHP5, it may turn magic_quote on by default. In most of the case, the magic_quote should be turn off. This is my common practice. I hate PHP converting the single quote into a backslash single quote, when doing database connection.
I will keep eyes on this upgrade. Hopefully, nothing went wrong.
Popularity: 10% [?]
Save To Del.icio.us | Digg This | Stumble It
2 Responses to “ANHosting will roll out PHP5 beginning Nov 1st”
Leave a Comment
Comment PolicyA comment will be DELETED/MODIFIED if:
- Contains links to splogs or MFA (Made For Adsense) sites
- Contains links to a non-blog related sites
- Contains racists, drugs or illegal statements and stuff like that
- Adds no value to the discussion










October 13th, 2007 at 1:23 am
Terence,
I’m writing a WordPress plugin at the moment and I had the opposite problem: Works fine on my local test site as I’m running PHP5, but died when I tried it on my live site because my host only has PHP4. I found the PHP4 workaround pretty quickly, but I think upgrading to PHP5 is a good idea as more and more software will start to take advantage of the features in PHP5.
October 13th, 2007 at 9:54 am
@Stephen:
I agree. I have not played with PHP5, but I like the way it handle object. I think more hosting company will move to PHP5.