Closed Thread
Results 1 to 10 of 10

Thread: Can you upgrade PHP version ?

  1. #1
    teodorescumihail200811 is offline x10Hosting Member teodorescumihail200811 is an unknown quantity at this point
    Join Date
    Jul 2011
    Posts
    3

    Can you upgrade PHP version ?

    Hi,

    I'm engineer and I want to show my diploma project created locally with PHP 5.3.2, I uploaded on my free webhosting via FTP but the page shows empty (it recognize style.css and it colorize background).

    I want to show how the project works on server not localhost...

    Can you upgrade PHP version to 5.3 please?

    Thank you very much

  2. #2
    descalzo's Avatar
    descalzo is offline Grim Squeaker descalzo has a brilliant futuredescalzo has a brilliant futuredescalzo has a brilliant future
    Join Date
    Jul 2009
    Location
    Ankh-Morpork
    Posts
    7,633

    Re: Can you upgrade PHP version ?

    There have been discussions about upgrading, but there are no current plans to do so.
    Nothing is always absolutely so.

  3. #3
    joemgap's Avatar
    joemgap is offline x10Hosting Member joemgap is an unknown quantity at this point
    Join Date
    Jun 2011
    Location
    Bulacan, Philippines
    Posts
    51

    Re: Can you upgrade PHP version ?

    Most of the famous scripts still supported the lower version of php. Because newer php makes a huge server load. So it is still safe to use the lower version. By the way, what script that requires you to use php 5.3+?

  4. #4
    essellar's Avatar
    essellar is offline Community Advocate essellar has a spectacular aura about
    Join Date
    Feb 2010
    Location
    Toronto, Ontario, CA
    Posts
    1,150

    Re: Can you upgrade PHP version ?

    I wouldn't look for a PHP upgrade until CentOS is upgraded. CentOS 6 was just released, and it has a new PHP version -- but an OS upgrade isn't something one does to a working complex system on a whim; compatibility with the load-leveling architecture, cPanel and so forth have to be tested (you never go with anything a vendor puts on a fact sheet without testing, unless you like running with scissors), and it's something that's far more likely to happen in response to a problem than to the "latest and greatest" being out there. As for modifying the current setup: there's more than enough weirdness involved trying to put together a massively-shared hosting environment without monkeying with the stuff that came in the box as well.
    “Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
    "It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)

  5. #5
    Corey's Avatar
    Corey is offline VPS Migration Professional Corey is a glorious beacon of lightCorey is a glorious beacon of light
    Join Date
    Dec 2004
    Location
    Northfield, NH
    Posts
    17,150

    Re: Can you upgrade PHP version ?

    We'll most likely upgrade by the end of the summer, however as stated previously in this thread it is not something we can just do. There will be many days of testing when it is time to upgrade.
    Corey Arbogast | CEO
    █ 888-X10-9668 - corey[@]x10hosting.com
    x10Hosting - Giving Away Hosting Since 2004
    Premium Hosting | VPS Services

  6. #6
    teodorescumihail200811 is offline x10Hosting Member teodorescumihail200811 is an unknown quantity at this point
    Join Date
    Jul 2011
    Posts
    3

    Re: Can you upgrade PHP version ?

    if I delete this code
    http://pastebin.com/gR9NKXBF
    then the page shows correctly otherwise not. I call date and I did a trick to block IP after two failed login.

    so, please upgrade to new version of PHP , thank you.

  7. #7
    Anna's Avatar
    Anna is offline I am just me Anna is a name known to allAnna is a name known to all
    Join Date
    Aug 2007
    Location
    Sweden
    Posts
    6,569

    Re: Can you upgrade PHP version ?

    Eventually it will be updated, as stated by Corey probably towards the end of the summer.
    We have to make sure everything will work smoothly before upgrading all servers to the new version, which means there'll have to be a period of extensive testing before putting it live.
    Do you have trouble reaching your site?
    Check here first: News and Announcements


    Don't forget that x10hosting has an irc server as well. Come and join the fun
    server: irc.x10hosting.com, main channel: #x10hosting
    There's a lot helpful users there if need help building your site

  8. #8
    leafypiggy's Avatar
    leafypiggy is offline Community Advocate leafypiggy is on a distinguished road
    Join Date
    Aug 2007
    Location
    Massachusetts
    Posts
    2,226

    Re: Can you upgrade PHP version ?

    @OP: The reason you're getting a blank page is most likely because of your SQL syntax - and not the PHP itself.

    If you'd like to post the entire script for me to take a look at, please use the programming forum down below.
    Neil Hanlon | x10Hosting Support Representative
    Neil[at]x10hosting.com
    █ I'm always happy to help. Just ask a question in Free Hosting
    Terms of Service IRC

  9. #9
    teodorescumihail200811 is offline x10Hosting Member teodorescumihail200811 is an unknown quantity at this point
    Join Date
    Jul 2011
    Posts
    3

    Re: Can you upgrade PHP version ?

    there are not SQL errors, I assure you. I tested my project on localhost and it works perfectly. The problem is the new PHP version. I worked with 5.3 version . In my admin panel of x10hosting, I saw PHP 5.2 version.

    If you are going to update at end of summer then I have to find other service which support a newer version of PHP and/or MySQL.

    Thank you anyway

  10. #10
    garrettroyce's Avatar
    garrettroyce is offline Generally Helpful Member garrettroyce is a glorious beacon of lightgarrettroyce is a glorious beacon of light
    Join Date
    Apr 2008
    Location
    IL, USA
    Posts
    3,746

    Re: Can you upgrade PHP version ?

    Again, this is not the area for this kind of support, but if you would turn on error reporting and check your error log/output, you could find out what the problem is, then ask how to fix it in http://x10hosting.com/forums/programming-help

    My guess is that this is not related to PHP 5.3.X because none of the functions you use have anything in the PHP changelog from 5.1.X to 5.3.X. Don't rely on the $_SERVER variables being what the PHP manual says they'll be. You never check what $_SERVER['REMOTE_ADDR'] actually is. It could be "Because Squid is proxying this request, REMOTE_ADDR isn't set." which will break your query. If mysql_query() returns FALSE, you'll have many errors in your code, so you should check the value of $view1 before using it. "data_expirare" seems like it should be "date_expires" or at least "data_expires".

    I'll try and look out for your reply in the programming help forum, but if I don't get to it, someone else will.
    gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer

Closed Thread

Similar Threads

  1. upgrade php version
    By cGamez010 in forum Free Hosting
    Replies: 18
    Last Post: 01-04-2010, 02:51 PM
  2. PHP Version Upgrade
    By aznized in forum Free Hosting
    Replies: 3
    Last Post: 02-17-2008, 01:14 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers