Quote:
Originally Posted by tbworld
So there are quite a few simple line edits, three to four hours of manual work while watching football if your not using folder/file text compare utility, less if you are using auto text replacement software. Two or less lines per file require changing on average.
I attached a list of the changed files. I doubt that I am allowed to post the actual text changes in all the files.

|
I appreciate the file list but what I meant was a single line of code that is an issue due to the newer version of PHP. Like a call statement or function where the parameters are inconsistent with the new PHP versions.
For example:
Current PHP version FunctionX(parm1, parm2, parm3)
New PHP version FunctionX(parm1, parm2, parm3
, parm4, parm5)
A piece of actual code that is a problem due to a newer version of PHP
In other words, not the number of files that need to be changed but what the changes actually are. I can scan the files for the code to change if I know what the required changes are