↧
Answer by Josh Budde for PHP auto-loading and OS X case insensitivity
You can format your development volume to be HFS case sensitive which will force the behavior you wish. Downside of this is some poorly written OS X applications won't work because developers have made...
View ArticleAnswer by Zoredache for PHP auto-loading and OS X case insensitivity
Personally, I think the best solution would be for you to setup a Virtual machine, using whatever you favorite VM tool is, that is as near to identical to your production environment as possible. Same...
View ArticlePHP auto-loading and OS X case insensitivity
So I develop PHP on a Mac, and OS X (HFS+) is case insensitive when it comes to file and folder names. This can cause issues with auto-loading PHP classes, because it uses the class name to search for...
View Article