Fixed an annoying bug where the search results div collapsed and expanded again every time an AJAX request completed
Cancel any existing AJAX requests before sending a new one
Check for PHP 5.x. Displays an error when you try to activate the plugin on PHP < 5
No longer sends the entire WP_Query object to the browser. This was a potential information disclosure issue, plus it was a lot to serialize on the server and parse in the brower