History of changes

Philipp

Member
I have to upgrade from 6.2. to 7.3.2
Most works fine.

A list of changes would be very helpful.
(probably not possible, but maybe .....)

i.E. old: $table_name new: $tablename

Thanks, Philipp
 

eugenio

Administrator
Staff member
You can do it yourself using any directory / file comparison tool, but I think you will find so many differences that the result would be useless. Why do you need it?

For example to see differences between two folders in unix you can do something like:

[pre]
diff -rq folder1 folder2
[/pre]
 
Top