Question Details

Browse

Case - Sensitivity Problem

By vijay.padhariya - Aug. 29, 2008

Hello friends,

I am developing one site using PHP, Mysql, JavaScript & Smarty.

site is working fine on windows server but when i change the server windows to linux then i have got the problem of case-sensitivity with Smarty....as smarty is Case Sensitive

now my question is there any idea to have Case Insensitive Smarty?

or any idea how to remove Case insensitivity in linux?


Answers

Add Answer
  1. By rodeliosr on Aug. 29, 2008

    Just modify your code... use find and replace all strategy...


    0 Votes
  2. By sconnall on Aug. 30, 2008

    You could modify your code to perform toUpper or toLower on all comparisons or at the time you insert/update your data. If you aren't concerned with case it shouldn't break anything.


    0 Votes
  3. By chinaLong on Aug. 30, 2008

    Just modify your code


    0 Votes
  4. By farleym on Sep. 03, 2008

    develop on case sensitive environment first, you cannot go wrong.


    0 Votes
Share your knowledge