----- Original Message ----- From: "Marc Delisle" DelislMa@CollegeSherbrooke.qc.ca
Should we really support the old config file format?
common.lib.php3 would get really big if we did so... I'd like to create a new file that would be included this way:
if (!isset($cfg)) require('config_import.lib.php3');
I could put all the old backwards compatibility code here. imho we should support the old file format because the difference between the old and the new format isn't that big.
Alexander
Should we really support the old config file format?
common.lib.php3 would get really big if we did so... I'd like to create a new file that would be included this way:
if (!isset($cfg)) require('config_import.lib.php3');
I could put all the old backwards compatibility code here. imho we should support the old file format because the difference between the old and the new format isn't that big.
Rather than support the old file format, I will ask a friend that does a lot of regex replacement strings if there is a perl s/// command we can use to convert the existing config file they have to the new format.