22 Feb
2006
22 Feb
'06
5:56 p.m.
On 2/22/06, Robert Douglass <rob@robshouse.net> wrote:
Dries Buytaert wrote:
Why an .ini file? The .ini extension *means* something (Windows .ini file) - is Drupal going to have full support of the .ini specification? ... If we can use .ini-files, we should. No need to invent our own file format/parser. PHP has built-in functionality to parse .ini-files:
In other words, PHP has already overloaded the .ini meaning for us.
Here is a way to get over the .ini stigma: On Linux: ln -s blah.ini blah.this_is_a_linux_file On MacOS/X ln -s blah.ini blah.ThisIsANiceMacFile Problem solved ... ;-)