Not a silly question at all. You can find items here for incompatible and depreciated for migrating from one version to the next. http://us1.php.net/manual/en/appendices.php You could then roll with something like this -- if you can excuse shell scripts https://gist.github.com/waja/6552974 -- was for people migrating from 5.3 to 5.4 -- which one of my hosting companies did 2 years ago. On Thu, Feb 8, 2018 at 2:43 PM, Philip <philip@xxxxxxxxx> wrote: > Silly Question, But is there a list somewhere of deprecated functions? > > On 09/02/2018 06:41, Bastien Koert wrote: > >> Hey David, >> >> The thing to check is the usage of any deprecated functions like eregi or >> mysql_ functions. They will break under php 7 since they’ve been removed. >> >> Thanks, >> >> Bastien >> >> On Feb 8, 2018, at 10:01 AM, David Mehler <dave.mehler@xxxxxxxxx> wrote: >>> >>> Hello, >>> >>> I'm doing a server upgrade. It is not mine. I am having several Php >>> versions to choose from, 5.6, 7.0, and 7.1. I'm wondering which I >>> should go with and what the major differences are? Also, are there any >>> module compatibility issues between modules that work in 5.6 to say >>> 7.1? >>> >>> Thanks. >>> Dave. >>> >>> -- >>> PHP General Mailing List (http://www.php.net/) >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >>> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Thank you, Dan Cell: 484-459-2856 Facebook: http://www.facebook.com/dpmccullough LinkedIn: https://www.linkedin.com/in/danmccullough -