Find the answer to your Linux question:
Results 1 to 5 of 5
I need to upgrade my version of php (4) to the latest version (5). My version of debian is functioning as a server and doesn't have a gui installed....
  1. #1
    Just Joined!
    Join Date
    Jun 2006
    Posts
    3

    Upgrading php4 to php5

    I need to upgrade my version of php (4) to the latest version (5).

    My version of debian is functioning as a server and doesn't have a gui installed.

  2. #2
    Linux Newbie
    Join Date
    Dec 2004
    Location
    Portland, OR
    Posts
    123
    Yeah, okay. So what's the problem?

  3. #3
    Just Joined!
    Join Date
    Jun 2006
    Posts
    3
    The problem is that I don't know how to upgrade the php packages from the command line.

  4. #4
    Linux Newbie
    Join Date
    Apr 2005
    Location
    CT --> PA
    Posts
    170

    welcome to apt

    Code:
    apt-get update
    apt-get php5
    i use synaptic, but i think that's the equivalent for the command lines for a php5 upgrade.

    It might take some tweaking of your apt setup, but i am reasonably confident it's in stable now...
    Chicks dig giant mechanized war machines

  5. #5
    Just Joined!
    Join Date
    Nov 2005
    Posts
    59

    here is you are looking for

    check here for how to update php4 to php5 in debian server Read here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •