Including variables inside curly braces in a Zend config ini file on Linux
- by Dave Morris
I am trying to include a variable in a .ini file setting by surrounding it with curly braces, and Zend is complaining that it cannot parse it properly on Linux. It works properly on Windows, though:
welcome_message = Welcome, {0}.
This is the error that is being thrown on Linux:
: Uncaught exception 'Zend_Config_Exception' with message 'Error…