12/03/2018 at 9:15 am
#478386
Keymaster
@ Tim
Connections runs just fine on PHP versions 7.2 / 7.3. The only reason I have not bumped up the version yet is that there are instances where create_function()
is used. This function will continue to run in PHP for the foreseeable future but it has been deprecated. After I have removed its usage throughout the code, I will bump the version. So, the message is purely for informational purposes.
Hope this helps!