<Newbie>My learning curve is almost vertical at the moment</Newbie>
Over the last few months I have started migrating my VB application. Development has been on a PHP 5.5.16 system
I have signed up to a hosting company which supports PHP 5.4.34 and my system does not work.
Much digging and learning I discovered the password_hash function (using PASSWORD_BCRYPT) is causing the issue on the hosted 5.4 system
So question is this. I would like to continue with 5.5 but I need to know what features/functions are not in 5.4 (is there a list) and is there a list of workarounds to help me implement 5.5 functionality in a 5.4 install
Thanks