Hi there guys,
I'm running the final tests on my script, and I ran an install on my older server(php 4.2.2), and where I'm checking a remote server for an update, it's failing:
Fatal error: Call to undefined function: file_get_contents() in /path/to/automonial/admin/index.php on line 956
I would like to allow versions of php < 4.3.0 to be able to check for updates. Is it possible?
If it's not possible, How could I get the script to detect that their php won't handle the request, and thus not perform it?
thanks very much for your time,
json