1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

adding php support to a script

Discussion in 'PHP' started by dscurlock, Nov 13, 2018.

  1. #1
    If I am running php script that supports 5.3, but the server php is 7+, this can cause problems in the running of the script.
    What should have to be done in order to add php 7 support to the existing php script, in order for it to function correctly on the server?

    Thank-You
     
    dscurlock, Nov 13, 2018 IP
  2. malky66

    malky66 Acclaimed Member

    Messages:
    3,996
    Likes Received:
    2,248
    Best Answers:
    88
    Trophy Points:
    515
    #2
    You will need to update all the out-dated functions, is it throwing errors and warnings? You will also more than likely face security issues, how old is the script?
     
    malky66, Nov 13, 2018 IP
  3. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #3
    Can it cause a problem? Yes. Will it? I don't know did you even try it?
     
    NetStar, Dec 11, 2018 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #4
    Run it and wait for it to fall over - once you have each offending function identified do a search for where else you've used it.
     
    sarahk, Dec 11, 2018 IP