Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 14 of 14
  1. #1
    Member
    Join Date
    May 2004
    Posts
    164

    Exclamation PHP 5.2.1 Released

    The PHP development team would like to announce the immediate availability of PHP 5.2.1 This release is a major stability and security enhancement of the 5.X branch, and all users are strongly encouraged to upgrade to it as soon as possible. Further details about this release can be found in the release announcement 5.2.1, the full list of changes is available in the ChangeLog PHP 5.

    Security Enhancements and Fixes in PHP 5.2.1:

    Fixed possible safe_mode & open_basedir bypasses inside the session extension.
    Prevent search engines from indexing the phpinfo() page.
    Fixed a number of input processing bugs inside the filter extension.
    Fixed unserialize() abuse on 64 bit systems with certain input strings.
    Fixed possible overflows and stack corruptions in the session extension.
    Fixed an underflow inside the internal sapi_header_op() function.
    Fixed allocation bugs caused by attempts to allocate negative values in some code paths.
    Fixed possible stack overflows inside zip, imap & sqlite extensions.
    Fixed several possible buffer overflows inside the stream filters.
    Fixed non-validated resource destruction inside the shmop extension.
    Fixed a possible overflow in the str_replace() function.
    Fixed possible clobbering of super-globals in several code paths.
    Fixed a possible information disclosure inside the wddx extension.
    Fixed a possible string format vulnerability in *print() functions on 64 bit systems.
    Fixed a possible buffer overflow inside mail() and ibase_{delete,add,modify}_user() functions.
    Fixed a string format vulnerability inside the odbc_result_all() function.
    Memory limit is now enabled by default.
    Added internal heap protection.
    Extended filter extension support for $_SERVER in CGI and apache2 SAPIs.
    The majority of the security vulnerabilities discovered and resolved can in most cases be only abused by local users and cannot be triggered remotely. However, some of the above issues can be triggered remotely in certain situations, or exploited by malicious local users on shared hosting setups utilizing PHP as an Apache module. Therefore, we strongly advise all users of PHP, regardless of the version to upgrade to 5.2.1 release as soon as possible. PHP 4.4.5 with equivalent security corrections will be available shortly.

    For users upgrading from PHP 5.0 and PHP 5.1, an upgrade guide is available here, detailing the changes between those releases and PHP 5.2.1.

  2. #2
    Member
    Join Date
    Sep 2005
    Posts
    74

    Default

    And still no cPanel support

  3. #3
    Member
    Join Date
    Sep 2004
    Location
    U.K.
    Posts
    265

    Default

    I just compile PHP my self now, a lot faster than waiting on other people

  4. #4
    BANNED
    Join Date
    Jun 2005
    Location
    Wild Wild West
    Posts
    2,025

    Default

    Viptexting, PHP is one of those things that you don't need to wait for Cpanel to add
    because manually upgrading PHP is brainlessly easy and actually is much easier to
    do it yourself than do it with Cpanel's easyapache or easyphp scripts.

  5. #5
    Member
    Join Date
    Mar 2002
    Posts
    248

    Default

    we don't have to wait for cpanel to release it's own php5 ?

    will it break the system if we compile using the source at php.net?

  6. #6
    Member
    Join Date
    Sep 2005
    Posts
    74

    Default

    Quote Originally Posted by Spiral View Post
    Viptexting, PHP is one of those things that you don't need to wait for Cpanel to add
    because manually upgrading PHP is brainlessly easy and actually is much easier to
    do it yourself than do it with Cpanel's easyapache or easyphp scripts.
    Oh yer I'm well aware of that, but when I've got several production servers that use PHP it's less time consuming to wait and click upgrade apache, load previous config then tick the correct PHP box and the go button

    cPanel usually have the latest PHP versions added to easyapache within a few days anyway, we have to wait on Zend Platform updates which are a bit slow!

  7. #7
    Member
    Join Date
    Feb 2003
    Posts
    205

    Default

    Quote Originally Posted by Spiral View Post
    Viptexting, PHP is one of those things that you don't need to wait for Cpanel to add
    because manually upgrading PHP is brainlessly easy and actually is much easier to
    do it yourself than do it with Cpanel's easyapache or easyphp scripts.
    While we do our own upgrades, and this is very much the case please note cpanel will not assist you in any way with their control panel or any other software that cpanel installs if your running anything custom ie PHP

  8. #8
    BANNED
    Join Date
    Jun 2005
    Location
    Wild Wild West
    Posts
    2,025

    Default

    Quote Originally Posted by viptexting View Post
    it's less time consuming to wait and click upgrade apache, load previous config then tick the correct PHP box and the go button
    Are you insane? That takes at least 10 times the time to upgrade than just simply
    compiling yourself which only takes a few seconds and is simple enough that it
    can even be totally automated by cronjob (as we do).

    Quote Originally Posted by MN-Robert View Post
    While we do our own upgrades, and this is very much the case please note cpanel will not assist you in any way with their control panel or any other software that cpanel installs if your running anything custom ie PHP
    Don't make me laugh! 99 times out of 100, I know what's wrong when Cpanel support staff doesn't and I generally
    have things resolved in a matter of seconds while they continue to work on the same issue for weeks or even months.

    Thanks but no thanks .... not interested in "cpanel support".
    Last edited by Spiral; 02-11-2007 at 10:48 AM.

  9. #9
    Member
    Join Date
    Nov 2006
    Posts
    101

    Default

    How-to: update PHP (5.x.x => 5.2.1)

    Download PHP 5.2.1 and put it on your server...

    # tar -xfvz php-5.2.1.tar.gz
    # cd php-5.2.1

    Open a PHP Info page on your server and copy the Configure Command box..

    Past it in SSH and hit enter... When it's done, do:

    # make
    # make install
    # service httpd restart


    I followed these exact steps to do 5.2.0 => 5.2.1 and it worked well. The only thing I had to do was get rid of xCache to get apache to start.

  10. #10
    Member
    Join Date
    May 2004
    Posts
    164

    Default

    Still wait cpanel update....

  11. #11
    Member
    Join Date
    Feb 2007
    Posts
    22

    Default

    As do I..........

  12. #12
    Member
    Join Date
    Feb 2007
    Posts
    29

    Default

    Quote Originally Posted by BamaStangGuy View Post
    As do I..........
    so does many of us.

  13. #13
    Member
    Join Date
    Oct 2006
    Posts
    191

    Default

    Is eAccelerator compatible with 5.2.1?
    Owner/President
    Booyah! Web Hosting
    Great Personal Service
    Experience the Booyah! Difference

  14. #14
    Member
    Join Date
    May 2003
    Posts
    10

    Default

    yes , eccelerator is compatible with php 5.2.1

Similar Threads & Tags
Similar threads

  1. PHP 5.2.11 Released
    By DjiXas in forum cPanel and WHM Discussions
    Replies: 21
    Last Post: 09-26-2009, 07:07 AM
  2. PHP 5.2.10 Released!
    By DReade83 in forum cPanel and WHM Discussions
    Replies: 55
    Last Post: 07-02-2009, 09:13 AM
  3. PHP 4.4.9 Released
    By arhs in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 08-10-2008, 06:52 AM
  4. PHP 5.2.3 Released
    By Bulent Tekcan in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 06-05-2007, 02:35 AM
  5. PHP 4.3.3 Released
    By jackal in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 08-25-2003, 12:25 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube