Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 2 of 6 FirstFirst 1 2 3 4 ... LastLast
Results 16 to 30 of 77
  1. #16
    Member
    Join Date
    Feb 2004
    Posts
    203

    Default

    Updated apache to 1.3.4 and php to 4.4.1 and Zend to v2.5.10a

    but

    phpinfo(); // apache version 1.3.3

    and

    # php -v
    PHP 4.4.0 (cli) (built: Jul 13 2005 01:31:05)
    Copyright (c) 1997-2004 The PHP Group
    Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with Zend Extension Manager v1.0.8, Copyright (c) 2003-2005, by Zend Technologies
    with Zend Optimizer v2.5.10, Copyright (c) 1998-2005, by Zend Technologies



  2. #17
    Member
    Join Date
    Nov 2003
    Posts
    148

    Default

    Quote Originally Posted by AlexAT
    PHP 4.4.1 is now available for download [1]. This version is a maintenance release, that contains numerous bug fixes, including a number of security fixes related to the overwriting of the GLOBALS array. All users of PHP 4.3 and 4.4 are encouraged to upgrade to this version.


    Wondering - when it will be in easyapache?

    http://bugs.php.net/search.php?searc...ail=&bug_age=0

  3. #18
    Member
    Join Date
    Sep 2003
    Posts
    126

    Default

    update zend 2.5.10a & php 4.4.1 via /scripts/easyapache

    # php -v
    PHP 4.4.0 (cli) (built: Sep 17 2005 14:33:20)
    Copyright (c) 1997-2004 The PHP Group
    Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with Zend Extension Manager v1.0.8, Copyright (c) 2003-2005, by Zend Technologies
    with Zend Optimizer v2.5.10, Copyright (c) 1998-2005, by Zend Technologies


    # /usr/bin/php -v
    PHP 4.4.1 (cgi) (built: Nov 2 2005 10:42:45)
    Copyright (c) 1997-2004 The PHP Group
    Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with Zend Extension Manager v1.0.8, Copyright (c) 2003-2005, by Zend Technologies
    with Zend Optimizer v2.5.10, Copyright (c) 1998-2005, by Zend Technologies

    what wrong?

  4. #19
    Member
    Join Date
    Nov 2003
    Posts
    87

    Default

    Probably because there are three different copies of PHP; at least there are on my server:

    /usr/bin/php
    /usr/local/bin/php
    /usr/local/cpanel/3rdparty/bin/php

  5. #20
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2004
    Posts
    347

    Default

    Yes, this is a clue. But how to correct this? Copy over new version of PHP to the old ones?

  6. #21
    Member
    Join Date
    Jun 2005
    Location
    Den Haag
    Posts
    120

    Default

    Squirrelmail and phpadsnew don't work in 4.4.1

    http://bugs.php.net/bug.php?id=35067

  7. #22
    Member
    Join Date
    Mar 2005
    Location
    Ekaterinburg - Russia
    Posts
    56
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by Freezer
    Squirrelmail and phpadsnew don't work in 4.4.1

    http://bugs.php.net/bug.php?id=35067
    they do in my installation... it's been fixed, you need a later CVS snapshot of php
    Last edited by PvUtrix; 11-03-2005 at 03:13 AM.

  8. #23
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2004
    Posts
    347

    Default

    So, right now I've got two questions to cPanel Staff:

    1. How to fix the problem with 3 different versions of PHP on the servers? (1. /usr/bin, 2. /usr/local/bin, 3. /usr/local/cpanel/3rdparty/bin/)

    2. When 4.4.1 from the latest snapshot CSV will be in WHM/ApacheUpdate?

    Thanks

  9. #24
    Zaf
    Zaf is offline
    Member
    Join Date
    Aug 2005
    Posts
    119

    Default

    Quote Originally Posted by netlook
    1. How to fix the problem with 3 different versions of PHP on the servers? (1. /usr/bin, 2. /usr/local/bin, 3. /usr/local/cpanel/3rdparty/bin/)
    First make sure which is the latest version of PHP (most probably it would be /usr/bin/php). Having done that, please note that there is not just php file that needs to be taken care of. AFAIK you will need to take care of php, php-config, phpextdist, phpize & pear. You may either symlink them in the other directories where the old versions still exist or simply remove the older files. I'd prefer symlinking as that sounds safer to me.
    ln -s -f /path/of/latestversion/file /path/of/oldversion/file

  10. #25
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2004
    Posts
    347

    Default

    That would be nice if cPanel Staff will do something with this. We pay over $200 for our cPanel licences every month so I think they should fix this ASAP.

  11. #26
    Zaf
    Zaf is offline
    Member
    Join Date
    Aug 2005
    Posts
    119

    Default

    Quote Originally Posted by netlook
    That would be nice if cPanel Staff will do something with this. We pay over $200 for our cPanel licences every month so I think they should fix this ASAP.
    There are dozens of applications for which cPanel is being a frontend. Some use x method of installing their binaries, others use y method. Moreover, methods keep changing too. I dont think its easy to maintain all of them. But thats my opinion.

  12. #27
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    May 2003
    Location
    Ukraine
    Posts
    195
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by Shahzada
    There are dozens of applications for which cPanel is being a frontend. Some use x method of installing their binaries, others use y method. Moreover, methods keep changing too. I dont think its easy to maintain all of them. But thats my opinion.
    For $200 from onlly 1 customer?
    I think this should be VERY easy.
    Regards, Alexey

  13. #28
    Member
    Join Date
    Oct 2003
    Posts
    95

    Thumbs down

    Apache failed after I performed a PHP 4.4.1 update from easyapache! I am recompiling apache with 4.4.0

    This needs to looked at by cPanel immediately.

  14. #29
    Member
    Join Date
    Apr 2003
    Posts
    193

    Default

    I have compiled with no problem under RHE +cpanel to 1.34 and 4.4.1

  15. #30
    Member
    Join Date
    Feb 2004
    Posts
    203

    Default

    Quote Originally Posted by budway
    I have compiled with no problem under RHE +cpanel to 1.34 and 4.4.1
    Indeed, but what version of apache you see on phpinfo() ?

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.1 Released
    By Bulent Tekcan in forum cPanel and WHM Discussions
    Replies: 13
    Last Post: 03-02-2007, 04:54 PM
  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