panique / mini2

Just an extremely simple naked PHP application, useful for small projects and quick prototypes.
MIT License
417 stars 102 forks source link

[fix] Case Sensitive namespace fix for Composer's autoloader #33

Closed sim2github closed 9 years ago

sim2github commented 9 years ago

On local both variants works. But on some hosting environments not. composer#2767

panique commented 9 years ago

Good point! Can you say in which environments it will not work (to reproduce) ? I'll merge after testing. Thanks!!!

sim2github commented 9 years ago

PHP Version => 5.5.16 - works PHP Version 5.3.29 and 5.3.14 - not

sim2github commented 9 years ago

Changing PHP version 5.3.29 -> 5.5.18 on the same hosting don't fix the problem. Maybe its difference between Linux an MacOS filesystem.

panique commented 9 years ago

@sim2github Can you say on which environment it works and where not ?

panique commented 9 years ago

btw for everybody following this thread: it's a big topic on Composer repo! In addition to sim2github's link: https://github.com/composer/composer/issues/1803

sim2github commented 9 years ago

Not working in Linux based systems. Will try your vagrant env. Found discrepancy of IP in Readme (192.168.33.77) and Vagrantfile (192.168.33.10)

panique commented 9 years ago

@sim2github thanks! fixed the IP