#16 (permalink)  
Old 11-02-2005, 06:33 AM
Registered User
 
Join Date: Feb 2004
Posts: 203
flash7
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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 11-02-2005, 08:50 AM
Registered User
 
Join Date: Nov 2003
Posts: 147
ezztro
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 11-02-2005, 09:02 AM
Registered User
 
Join Date: Sep 2003
Posts: 126
fleksi
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 11-02-2005, 09:17 AM
Registered User
 
Join Date: Nov 2003
Posts: 87
nisse
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 11-02-2005, 10:53 AM
Registered User
 
Join Date: Mar 2004
Posts: 347
netlook is on a distinguished road
Yes, this is a clue. But how to correct this? Copy over new version of PHP to the old ones?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #21 (permalink)  
Old 11-03-2005, 01:47 AM
Registered User
 
Join Date: Jun 2005
Location: Den Haag
Posts: 119
Freezer is on a distinguished road
Squirrelmail and phpadsnew don't work in 4.4.1

http://bugs.php.net/bug.php?id=35067
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 11-03-2005, 03:11 AM
Registered User
 
Join Date: Mar 2005
Location: Ekaterinburg - Russia
Posts: 49
PvUtrix is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 11-03-2005, 03:17 AM
Registered User
 
Join Date: Mar 2004
Posts: 347
netlook is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 11-03-2005, 04:16 AM
Zaf Zaf is offline
Registered User
 
Join Date: Aug 2005
Posts: 115
Zaf is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 11-03-2005, 04:34 AM
Registered User
 
Join Date: Mar 2004
Posts: 347
netlook is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 11-03-2005, 04:56 AM
Zaf Zaf is offline
Registered User
 
Join Date: Aug 2005
Posts: 115
Zaf is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 11-03-2005, 05:12 AM
Registered User
 
Join Date: May 2003
Location: Ukraine
Posts: 163
AlexAT
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, Alexei
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 11-03-2005, 05:18 PM
Registered User
 
Join Date: Oct 2003
Posts: 95
avio
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 11-03-2005, 05:24 PM
Registered User
 
Join Date: Apr 2003
Posts: 189
budway is an unknown quantity at this point
I have compiled with no problem under RHE +cpanel to 1.34 and 4.4.1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 11-03-2005, 05:29 PM
Registered User
 
Join Date: Feb 2004
Posts: 203
flash7
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() ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 09:54 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc