Jump to content

upgrade 5.5


Go to solution Solved by requinix,

Recommended Posts

with recommendation of trq and strider64 ...I was looking into using 'password_compat' to handle my password hashing.

I noticed that I was still using PHP 5.3.19 and 'password_compat' requires 5.3.7....

I assume that any newer version will work just fine?

 

What is my best practice for updating my PHP version.  Will this interfere with anything I already am running on my website?

 

I think that I simply need to download the newer version then in IIS Manager under PHP setup click 'register new PHP version' and point to the new exe?

 

Any help on doing this update would be appreciated.  Thanks

Link to comment
Share on other sites

  • Solution

I see a 5.5.1 in the downloads page so yes, there is a version there you can upgrade to. But you know you don't have to upgrade at all, right?

 

By the way, unless you're ready to spend the time testing your website in 5.5 and know that you'll be able to host it in a place that supports 5.5, stick with 5.3 or 5.4 for now.

Link to comment
Share on other sites

Thanks....reason i was talking about updating my version was:  I am trying to implement 'password_compat' to hash passwords and with my current version i think i need the below mentioned php file...not sure how to install that, or get that going...

1. put the file somewhere?

2. reference it in phpl.ini?

 

Can you shed some light on that?

 

There is a compatibility pack available for PHP versions 5.3.7 and later, so you don't have to wait on version 5.5 for using this function. It comes in form of a single php file:
https://github.com/ircmaxell/password_compat

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.