Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast
Results 46 to 60 of 77
  1. #46
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Sep 2003
    Posts
    397

    Default

    I have update Php on my Centos 4 server but after easyapache i dont have php 4.4.1!

    [~]# php -v
    PHP 4.4.0 (cli) (built: Sep 16 2005 16:04:21)
    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. #47
    Member
    Join Date
    Feb 2004
    Posts
    26

    Default

    Chirpy: Ah... But squirrelmail instalations on client areas will use the new php version and have problems..

    Ok. Thanks. I'll wait.

  3. #48
    Member Rooter's Avatar
    Join Date
    Apr 2003
    Location
    Houston, Texas, U.S.A.
    Posts
    146
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by adapter
    I have update Php on my Centos 4 server but after easyapache i dont have php 4.4.1!

    [~]# php -v
    PHP 4.4.0 (cli) (built: Sep 16 2005 16:04:21)
    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
    See the following: http://bugzilla.cpanel.net/show_bug.cgi?id=3485
    The Root Underground | [TRU] - Houston, Texas, U.S.A.
    TRU Networks Hosting Services www.trunetworks.com
    TRU Domains Registrar Services www.trudomains.com (Reseller/Bulk discounts available.)
    Fried nublets for breakfast, yum... [TRU] Clan Gaming Guild www.truclan.org

  4. #49
    Member serversphere's Avatar
    Join Date
    Jan 2004
    Posts
    658

    Default

    Ok, think I get it. I see that when I do a phpinfo it IS showing 4.4.1 as what I am using. But doing php -v from command line gets me 4.4.0, which means I need to make sure the path is pointed to the new location for locally run scripts.

    Code:
    root@x [~/downloads]# /usr/local/bin/php -v
    PHP 4.4.0 (cli) (built: Aug 29 2005 13:18:14)
    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
    
    root@x [~/downloads]# /usr/bin/php -v
    PHP 4.4.1 (cgi) (built: Nov  2 2005 10:01:40)
    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
    Now my include directories are showing both /usr/bin and /usr/local/bin - should I nix one of those since the older php is still there? -- edit -- sorry, see now most are symlinking...
    Last edited by serversphere; 11-08-2005 at 10:12 AM.

  5. #50
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    which means I need to make sure the path is pointed to the new location for locally run scripts
    Yes, that's exactly it. It doesn't affect scripts run normally through apache.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  6. #51
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Apr 2004
    Posts
    91

    Default

    I seem to find php 4.4.1 also causes problems on phpMyAdmin.

    Export of a database does not complete properly or gives a "Missing parameters" error.

  7. #52
    Member
    Join Date
    Sep 2003
    Posts
    126

    Default

    Quote Originally Posted by EDevil
    Chirpy: Ah... But squirrelmail instalations on client areas will use the new php version and have problems..

    Ok. Thanks. I'll wait.
    I also have problem on squirrelmail after update php to version 4.4.1
    Internal Server Error

    Unable to open engine binary (php) at cpsrvd.pl line 3681
    main:: phpHandler() called at cpsrvd.pl line 2734
    main::dodoc_webmaild() called at cpsrvd.pl line 518
    main::dodoc() called at cpsrvd.pl line 429
    How to fix this error?
    Thanks

    -fl-
    Last edited by fleksi; 11-10-2005 at 05:35 AM.

  8. #53
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,057

    Default

    a LOT OF problem here too ..

    When will be avaialble a new easyapache to fix all these problems with 4.4.1 ?
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  9. #54
    Member
    Join Date
    Dec 2002
    Posts
    315

    Default

    Quote Originally Posted by Radio_Head
    a LOT OF problem here too ..

    When will be avaialble a new easyapache to fix all these problems with 4.4.1 ?
    It's not CPanel that's the issue. It's PHP itself.

  10. #55
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,057

    Default

    I am saying

    after latest easyapache now I have 2 version of php

    /usr/bin/php PHP 4.4.1 (cgi)
    /usr/local/bin/php PHP 4.4.0 (cli)

    Why ?

    And some client which was using zend opt. has having problems with his scripts ..

    I upgraded to zend 2.5.1a but it didn't fix the problem ..

    It seems that latest easyapache broken a lot of things ...and we were not adviced about the problems with zend ..
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  11. #56
    Member
    Join Date
    Dec 2002
    Posts
    315

    Default

    I know what you are saying. The reason is that in the past, PHP will compile both CGI and CLI version. But for some reason, in the new version it only compiles either the CGI or the CLI version (not both). /usr/bin/ is the CGI copy and /usr/local/bin is the CLI version.

    As such, the compile from previous installations still remains, and only one version is updated leading to 2 different versions.

    If you use PHP as an apache mod, that will have been upgraded. So no worries. And if you are using PHP as CGI, the CGI version will have been updated, once again no effect.

    It will only be an issue if you try to run it in command line.

  12. #57
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Indeed. Which has been explained at some length in this thread already
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  13. #58
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,057

    Default

    all php 4.4.1 problem could be fixed with one of these php versions http://snaps.php.net/ should fix these problems.

    Chirpy , may we have one of them on easyapache ? Can you forward this request to darkorb ?

    Yes I could open a ticket or bug , but it's really urgent.
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  14. #59
    Member Rooter's Avatar
    Join Date
    Apr 2003
    Location
    Houston, Texas, U.S.A.
    Posts
    146
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by Radio_Head
    all php 4.4.1 problem could be fixed with one of these php versions http://snaps.php.net/ should fix these problems.

    Chirpy , may we have one of them on easyapache ? Can you forward this request to darkorb ?

    Yes I could open a ticket or bug , but it's really urgent.
    A new and more accurate bug report was opened over a week ago regarding this problem.
    See: http://bugzilla.cpanel.net/show_bug.cgi?id=3491
    The Root Underground | [TRU] - Houston, Texas, U.S.A.
    TRU Networks Hosting Services www.trunetworks.com
    TRU Domains Registrar Services www.trudomains.com (Reseller/Bulk discounts available.)
    Fried nublets for breakfast, yum... [TRU] Clan Gaming Guild www.truclan.org

  15. #60
    Member
    Join Date
    Jun 2005
    Posts
    11

    Default

    Quote Originally Posted by adapter
    I have update Php on my Centos 4 server but after easyapache i dont have php 4.4.1!

    [~]# php -v
    PHP 4.4.0 (cli) (built: Sep 16 2005 16:04:21)
    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
    I updated my php follow the tips from these posts and it works fine:

    PHP 4.4.1 has been released

+ Reply to Thread
Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast
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, 08:07 AM
  2. PHP 5.2.10 Released!
    By DReade83 in forum cPanel and WHM Discussions
    Replies: 55
    Last Post: 07-02-2009, 10:13 AM
  3. PHP 4.4.9 Released
    By arhs in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 08-10-2008, 07:52 AM
  4. PHP 5.2.1 Released
    By Bulent Tekcan in forum cPanel and WHM Discussions
    Replies: 13
    Last Post: 03-02-2007, 05:54 PM
  5. PHP 4.3.3 Released
    By jackal in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 08-25-2003, 01:25 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube