Community Forums
Connect with us on LinkedIn
Community Notice
  
Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 31 to 45 of 61
  1. #31
    Member
    Join Date
    Feb 2008
    Location
    Atlanta, GA
    Posts
    74
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by Spiral View Post
    PHP 5.3 makes major backwards incompatibility jumps and will break a lot of scripts until those scripts are re-written to be compatible with PHP 5.3 plus a number of other glitches and issues.

    I very strongly do not recommend using PHP 5.3 at this time on production servers and I suspect Cpanel is holding back for the same reasons.

    Presently, the newest and best PHP to go with is 5.2.11 and that is also already available to you via EasyApache.

    If you have some psychotic self-abusive tendencies and really want to go with PHP 5.3 right now before script authors have had time to adapt or patches be released to fix the other problems, you can do so by manually compiling PHP which ironically is actually easier than using EasyApache as you are only compiling what you really need to update.


    Your post assumes that all servers are hosting scripts that will break if 5.3.1 is used and that if CPanel allows the OPTION to compile 5.3.1 that everyone is going to just upgrade without making sure that it will not adversely affect their system. If a sysadmin does that and screws up then its their fault not cpanels. Our servers are not for public hosting and only host our code and this new verison of php would help us out a lot.

  2. #32
    Member
    Join Date
    Nov 2009
    Location
    United States of America
    Posts
    6

    Default

    Quote Originally Posted by tomdchi View Post
    Your post assumes that all servers are hosting scripts that will break if 5.3.1 is used and that if CPanel allows the OPTION to compile 5.3.1 that everyone is going to just upgrade without making sure that it will not adversely affect their system. If a sysadmin does that and screws up then its their fault not cpanels. Our servers are not for public hosting and only host our code and this new verison of php would help us out a lot.
    Agreed. That's all it ever is... an option! I know I'm ready to upgrade, and to take advantage of the sweet features 5.3.1 has to offer.

  3. #33
    Registered User
    Join Date
    Nov 2008
    Posts
    1

    Default

    Really interested in PHP 5.3.1 via WHM upgrade.

  4. #34
    Registered User
    Join Date
    Nov 2009
    Location
    Charlotte, NC
    Posts
    3

    Cool PHP 5.3.1 Support

    I just wanted to add in my enthusiasm for having PHP 5.3.x support in cPanel/WHM. I understand, and respect, that there are scripts out there that will be broken. But, unless cPanel is one of these softwares (which it would really be nice to be told one way or the other if it is or isn't), then I personally do not see why 5.3.x cannot be added to the option list. Just because it is there doesn't mean people will automatically upgrade to it. And if cPanel really wants to cover their collective selves, then put a very strong message to users making them fully aware that upgrading is not recommended or supported since there are potential bc issues. But holding back a version because of third party software is not a good thing, especially when most people on this thread have already acknowledged that they are willing to accept the responsibility for their decision (myself included). Thank you, and either way, I can't wait for 5.3.x support!

  5. #35
    Registered User
    Join Date
    Jan 2008
    Posts
    4

    Default Exploit...

    You should get rid of "we have to test" stuff...

    there is a really danger DoS exploit out there..
    PHP "multipart/form-data" Denial of Service Exploit (Python)

    Want 5.3.1 now...

  6. #36
    Member
    Join Date
    Dec 2006
    Location
    Istanbul / TURKEY
    Posts
    40
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Just came to say the same. We need 5.3.1 right away. Or perhaps if there's a patch for 5.2.x it would be sufficient. But cPanel needs to act now.

  7. #37
    Member
    Join Date
    Nov 2009
    Location
    United States of America
    Posts
    6

    Default

    Timeline??

  8. #38
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Apr 2003
    Location
    Houston, TX
    Posts
    350
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Any update yet on PHP 5.3.1 availability?

  9. #39
    Member yayyo's Avatar
    Join Date
    Jul 2004
    Location
    London, UK
    Posts
    58

    Thumbs up

    +1 for option to upgrade to PHP 5.3.1 - thanks.

    Borken scripts have gotta be a better choice than "in the wild" DOS/exploit.

  10. #40
    Registered User
    Join Date
    Jan 2008
    Posts
    4

    Default

    up !!!

  11. #41
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,554
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by javamorg View Post
    You should get rid of "we have to test" stuff...

    there is a really danger DoS exploit out there..
    PHP "multipart/form-data" Denial of Service Exploit (Python)

    Want 5.3.1 now...
    Quality Assurance testing is an essential requirement. The issue described is expected to be addressed by the addition of a php.ini directive ("max_file_uploads") in the upcoming PHP version 5.2.12 upon its final release; related to the upcoming version, we have completed initial testing of PHP 5.2.12RC3 per internal case ID #35835.


    Quote Originally Posted by Datcrack View Post
    Just came to say the same. We need 5.3.1 right away. Or perhaps if there's a patch for 5.2.x it would be sufficient. But cPanel needs to act now.
    Regarding patching the existing PHP version 5.2.11 this is being actively tracked in the following internal case ID: #35955


    Quote Originally Posted by yayyo View Post
    +1 for option to upgrade to PHP 5.3.1 - thanks.

    Borken scripts have gotta be a better choice than "in the wild" DOS/exploit.
    Please note that at any time you may apply preventative measures, such as one or both of the following steps:

    1.) Disable file uploads via php.ini setting:
    Code:
    file_uploads = Off
    2.) If needing to allow file uploads, then you could use Suhosin that is available in EasyApache and enable enforcement via php.ini setting:
    Code:
    suhosin.simulation = Off
    Optionally, you may customize the Suhosin php.ini setting "suhosin.upload.max_uploads" that defaults to 25, which is similar to the PHP 5.3.1 default of 20 for "max_file_uploads":
    Code:
    suhosin.upload.max_uploads = 25

    Related reference: CVE - CVE-2009-4017 (under review)
    Last edited by cPanelDon; 12-03-2009 at 04:31 PM. Reason: Correction of typo 's/SuPHP/Suhosin/g'

  12. #42
    Member
    Join Date
    Feb 2007
    Posts
    271

    Default

    Will PHP 5.3.1 be implemented within few weeks or it will take 1 year + just like MySQL 5.1?

  13. #43
    Member
    Join Date
    Nov 2009
    Location
    United States of America
    Posts
    6

    Default

    I don't understand why we ONLY got a response about 5.2.12 and the max_file_uploads directive, and nothing related to 5.3.x... come on cPanel! It's obvious that there is a huge demand for this. Can we have a timeline?

  14. #44
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,554
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by webjawns.com View Post
    I don't understand why we ONLY got a response about 5.2.12 and the max_file_uploads directive, and nothing related to 5.3.x... come on cPanel! It's obvious that there is a huge demand for this. Can we have a timeline?
    The reply was in direct response to the specific security-related concern expressed by the quoted posts and why "5.3.1" is not the only solution as could have been inferred.

    Please be aware there is no ETA available; however, we understand this is a heavily-desired enhancement to include support for PHP version series 5.3 and with that it is given appropriate priority. It is not an acceptable level of quality to release something before it is ready; we strive to ensure components such as this are fully supported when used with cPanel/WHM and due to the significant, major changes in PHP 5.3 this required extensive review and testing and where applicable development time, more so than a typical minor version update of PHP.

    Your continued patience is very much appreciated, and with this please know we are working expeditiously to ensure the utmost quality of release and to ensure full support upon inclusion of PHP series 5.3 into the main branch of EasyApache.

  15. #45
    Member
    Join Date
    Feb 2007
    Posts
    271

    Default

    Can we expect it before Christmas begins?

Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast
Similar Threads & Tags
Similar threads

  1. Individual php.ini files for PHP FCGI and PHP CGI
    By Miraenda in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 08-22-2011, 09:55 AM
  2. Two php extentions (index.php.php)
    By mcyates in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 04-02-2007, 10:30 PM
  3. Replies: 5
    Last Post: 01-05-2007, 01:41 PM
  4. New VPS site loading but clicking php link just redirect to index.php
    By ozegreatdeals in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 01-20-2006, 07:38 AM
  5. php safe_mode on and /usr/lib/php/DB.php error
    By naox in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 10-09-2005, 06:49 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube