Jyri Virkki wrote: > Sriram Natarajan wrote: > >>> But you mean only on upgrade and only those which the customer has >>> modified manually (if any), right? Or did I miss something? >>> >> >> Yes, it is only on upgrade but since the new file (php 5.2.11 version of >> ini files) is different from php 5.2.6 version in that the new php >> 5.2.11 version includes copyright template in the beginning, all the new >> .ini files will end up with .new extension. >> > > Why all? Only the ones (if any) the user has edited since last time > the package was installed. Right? That's to be expected since these > are config files which need to preserve user changes. Now, if all files > end with .new even if previously unmodified, sounds like something is wrong. > > > yes, you are correct. Only those files that are modified by our customers will have a php 5.2.11 ini files with .new extension and our customer will need to manually copy these .new files into .ini files. I just verified them as well.
- Sriram