Results 1 to 6 of 6

Thread: up-to-date PHP 5.2 versions for Hardy needed!

  1. #1
    Join Date
    Apr 2006
    Beans
    136
    Distro
    Ubuntu

    up-to-date PHP 5.2 versions for Hardy needed!

    I am currently running multiple VPS's of which one is a Hardy based LAMP install with PLESK. I have just one gripe about running Hardy on this VPS: PHP 5.2 is horribly outdated!! It has 5.2.4 in the repos, whilst 5.2.14 was released a while ago.

    As an LTS server distro you would expect these kinds of packages to be updated to ensure security?

    Please don't tell me I can use Dotdeb, it was never meant for Ubuntu and I have had problems with it in the past.

  2. #2
    Join Date
    Oct 2007
    Location
    Belgium
    Beans
    146
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: up-to-date PHP 5.2 versions for Hardy needed!

    euh...
    just update the server and it should be ok...
    "He only earns his freedom and his life Who takes them every day by storm." - Johann Wolfgang von Goethe

  3. #3
    Join Date
    Apr 2006
    Beans
    136
    Distro
    Ubuntu

    Re: up-to-date PHP 5.2 versions for Hardy needed!

    Errr no...
    Package: php5
    State: not installed
    Version: 5.2.4-2ubuntu5.10
    Priority: optional
    Section: web
    Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    Uncompressed Size: 20.5k
    Depends: libapache2-mod-php5 (>= 5.2.4-2ubuntu5.10) | php5-cgi (>= 5.2.4-2ubuntu5.10), php5-common (>= 5.2.4-2ubuntu5.10)
    Description: server-side, HTML-embedded scripting language (meta-package)
    This package is a meta-package that, when installed, guarantees that you have at least one of the four server-side versions of the PHP5 interpreter installed. Removing this package won't remove PHP5 from your system, however it may
    remove other packages that depend on this one.

    PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically
    generated pages quickly.

    Homepage: http://www.php.net/
    Last edited by snek; August 23rd, 2010 at 02:37 PM.

  4. #4
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: up-to-date PHP 5.2 versions for Hardy needed!

    5.2.4-2ubuntu5.10 > 5.2.4

    Fixes made in more recent releases get backported to the stable version (5.2.4) in the repos.
    Code:
    zcat /usr/share/doc/php5-common/changelog.Debian.gz|less
    What are you concerned about specifically?

    https://wiki.ubuntu.com/StableReleaseUpdates
    Last edited by cdenley; August 23rd, 2010 at 03:33 PM.

  5. #5
    Join Date
    Apr 2007
    Location
    Glasgow
    Beans
    308
    Distro
    Ubuntu

    Re: up-to-date PHP 5.2 versions for Hardy needed!

    Hi,

    You can trivially build your own php package for any version you choose. Don't feel you're constrained to what's in the repos. It's 100% your choice what you run. This option requires you to take complete responsiblity for future updates though.

    However, as cdenley says, the only reason to do this would be feature upgrades as security fixes are backported.

  6. #6
    Join Date
    Apr 2006
    Beans
    136
    Distro
    Ubuntu

    Re: up-to-date PHP 5.2 versions for Hardy needed!

    Quote Originally Posted by cdenley View Post
    5.2.4-2ubuntu5.10 > 5.2.4

    Fixes made in more recent releases get backported to the stable version (5.2.4) in the repos.
    Ah I was not aware of this. Thank you for the information, that fixes my worries
    And about building PHP mysql, I just can't be bothered. I am a PHP programmer and I don't have too much time to do system maintenance.

    Normally I run Zend Server with PHP 5.3, but it doesn't play nice with Plesk.

Tags for this Thread

Bookmarks

Posting Permissions

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