I'm developing on a windows computer and using xampp. I want to use php 5.5 because it has a new simplified password hashing API. It says here: http://php.net/archive/2013.php#id2013-04-11-1 that the beta3 version of php 5.5 is available.
I've looked through similar stackoverflow questions, and found this: http://hype-free.blogspot.com/2007/07/updating-php-in-xampp-for-windows.html
I feel like this is what I need, except I'm confused about where to find the newer versions of the files in the apache\bin directory. Is that somewhere in the downloaded php 5.5 files?