r1369@opsdev009 (orig r71655): mcslee | 2007-11-27 20:17:49 -0800
commit7aeba059be55784b9889e489f84cd1dd8ff8d060
author(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Wed, 28 Nov 2007 04:19:28 +0000 (28 04:19 +0000)
committer(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Wed, 28 Nov 2007 04:19:28 +0000 (28 04:19 +0000)
treef8441454e05c0f511495732caa64d95a2ac56339
parent7c3992823c464fc1fc79cd196f05758c9175e856
 r1369@opsdev009 (orig r71655):  mcslee | 2007-11-27 20:17:49 -0800
 Lowercase autoload strings

 Summary: PHP is undebatably the worst programming language in the world. Class names are case insensitive, so new $tHiNg = new $THing. Garbase. Now autoload has to deal with the fallout.

 Reviewed By: dreiss

 Test Plan: autoload enabled falcon code

git-svn-id: http://svn.facebook.com/svnroot/thrift/trunk@703 41a61cd8-c433-0410-bb1c-e256eeef9e11
compiler/cpp/src/generate/t_generator.h
compiler/cpp/src/generate/t_php_generator.cc
lib/php/src/autoload.php