Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: whistler on March 27, 2004, 02:48:50 PM

Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: whistler on March 27, 2004, 02:48:50 PM
http://www.php.net/ChangeLog-4.php

There is something for 4.3.4, but that version has some nasty bugs :-(
http://forums.contribs.org/index.php?topic=19445.msg84248#msg84248
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: ergozd on March 27, 2004, 04:57:07 PM
I hope Dan soon will build his RPMS for PHP v4.3.5...

I tried it this afternoon (no luck) way  :oops:
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: Rigger on March 28, 2004, 01:33:24 AM
php-4.3.5rc

Quote


ergozd:
 
Custom RPM updates for RedHat 7.3 are avaliable at

http://norlug.org/~chipster/rpm_index.pxml?cat=1

You'll find updates for curl, gd, apache etc...

I am using a few his RPMS and have not had any problem so far
 



--
Doug M.
"Rigger"
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: Rigger on March 29, 2004, 01:51:37 AM
Yeah!!! Look to Dans contrib area. He's built the php-4.3.5 package. Still have to use --nodeps for the devel package though same as 4.3.4.


--
DougM.
"Rigger"
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: ergozd on March 29, 2004, 11:11:43 AM
Just upgraded the new RPMS... Thank you Dan.  :-)
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: Anonymous on March 30, 2004, 10:42:20 PM
Which one's do you need for 6.0B3 and how do you download those from the cmd line on the server?
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: whistler on March 31, 2004, 12:05:50 AM
You can use mc and it's ftp link - sort files by date and you will see. I skipped manual, developer, odbc, postresql, as far as I remember.
Title: DanBrown contribs area?
Post by: Anonymous on March 31, 2004, 11:14:12 PM
Quote from: "ergozd"
Just upgraded the new RPMS... Thank you Dan.  :-)


I'm interested in upgrading my PHP version, but can only find old HOWTOs and dead links. Could you tell me where the DanBrown contribs area is? I can't seem to find it anywhere.

Thanks,

-- Jason
Title: Re: DanBrown contribs area?
Post by: Anonymous on March 31, 2004, 11:22:56 PM
Quote from: "Anonymous"
I'm interested in upgrading my PHP version, but can only find old HOWTOs and dead links. Could you tell me where the DanBrown contribs area is? I can't seem to find it anywhere.


Found it:

http://www.ibiblio.org/pub/Linux/distributions/e-smith/contrib/DanBrown/RPMS/i386/?M=D

-- Jason
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: Anonymous on April 01, 2004, 06:21:51 PM
Can someone write a how to.  I have ryed installign the RPm and it is still showing I have an older copy of PHP
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: DanB35 on April 03, 2004, 06:28:19 PM
Quote from: "Rigger"
Still have to use --nodeps for the devel package though same as 4.3.4.


Shouldn't have to use --nodeps for anything.  What exactly is the dependency failure on the devel package?

BTW, keep an eye out for 4.3.6; looks like they introduced a couple of new bugs in 4.3.5.  Once I see that 4.3.6 final is out, I'll build RPMs of that.
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: DanB35 on April 03, 2004, 06:29:30 PM
Quote from: "Anonymous"
I have ryed installign the RPm and it is still showing I have an older copy of PHP

Have you restarted httpd?

# /etc/rc.d/init.d/httpd-e-smith restart
# /etc/rc.d/init.d/httpd-admin restart
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: Anonymous on April 03, 2004, 09:51:10 PM
Yes still showing "PHP Version 4.1.2"
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: DanB35 on April 04, 2004, 12:51:01 AM
Quote from: "Anonymous"
Yes still showing "PHP Version 4.1.2"

Did you have any error messages when you installed?  What do you get if you do 'rpm -q php'?
Title: Any 'how to' for udpating PHP to 4.3.5?
Post by: Rigger on April 04, 2004, 06:34:01 PM
Quote from: "DanB35"
Quote from: "Rigger"
Still have to use --nodeps for the devel package though same as 4.3.4.


Shouldn't have to use --nodeps for anything.  What exactly is the dependency failure on the devel package?

BTW, keep an eye out for 4.3.6; looks like they introduced a couple of new bugs in 4.3.5.  Once I see that 4.3.6 final is out, I'll build RPMs of that.


]# rpm -ivh php-devel-4.3.5-1db*
error: failed dependencies:
        BEGIN   is needed by php-devel-4.3.5-1db
        mkinstalldirs   is needed by php-devel-4.3.5-1db


--
Doug M.
"Rigger"