On Tue, 2003-06-10 at 01:28, Chris W. Parker wrote:
> Hello.
> 
> This is my first post to the list so please forgive any blatant mistakes I might 
> make.

Well, for starters next you post, make sure that your email has less
than 80 characters per line...

You asked for it :)


> As the subject states, I need to upgrade my PHP install. I'm (relatively) new to 
> linux and so unless I can find an RPM I'm pretty much not going to get something 
> installed. The reason I need to upgrade is so that I can use the sha1() function. 
> For now I can do with md5 but I'd prefer to use sha when if possible.

Quick glance on Google turned out some packages for RH8. But... If I
were you I'd stick with the RH provided RPMs, if possible. With them you
always know that your system is secure (if you keep up with the updates
RH provides). As there has been some vulnerabilities found from PHP from
time to time... 

So, I'd recommend that don't pump up the PHP version, but solve your
problem in some other way. For example read the user contributed notes
for the sha1 function at php.net and try the sha1-function that someone
has written for PHP (prior to 4.3.0):

http://fi2.php.net/manual/fi/function.sha1.php

Note that I have not tried that function. You might find a better
solution elsewhere.

Regards,
Peter


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to