Why upgrade to php and mysql 5+?

Discussion in 'Site & Server Administration' started by CLKeenan, Jan 18, 2007.

  1. #1
    I'm currently running my server on mysql and php 4+ versions. What benefit would I gain by upgrading to 5+?

    Thanks,
    -Chris
     
    CLKeenan, Jan 18, 2007 IP
  2. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Newer scripts requiring php5 will run. Also, some scripts supporting 4 and 5 might run better on php5 due to optimizations.
     
    agnivo007, Jan 22, 2007 IP
  3. Bensky

    Bensky Peon

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Like agn said, php5 is MUCH faster than 4 because they made some speed improvements. I noticed a huge difference after I upgraded.
     
    Bensky, Jan 25, 2007 IP
  4. koolasia

    koolasia Banned

    Messages:
    1,413
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #4
    but if ur using applications made for php4 only than they wont work in php5 so check first befire upgrading
     
    koolasia, Jan 25, 2007 IP
  5. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Better run php4 as FCGI and php5 as apachehandler.
    Then you'd be able to select which to use through .htaccess and it'd be more backward compatible.
    (eg- for old php4 scripts, select php4)
     
    agnivo007, Jan 25, 2007 IP