I have my development website on a mac, and php don't care with uppercase and lowercase. But when I set my website on production server (debian) I have problems because I forgot to set uppercase.
Is there a solution to set php on mac case sensitive ?
for exemple
$test = new test();
will work on dev but not on prod
Thanks