Lowercase autoload strings
authorMark Slee <mcslee@apache.org>
Wed, 28 Nov 2007 04:17:49 +0000 (04:17 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 28 Nov 2007 04:17:49 +0000 (04:17 +0000)
commite02ab33cb8e38392d371d08e09dbfb136202d61a
treef8441454e05c0f511495732caa64d95a2ac56339
parent645ecea7146b95f4b832a1042e58227216d7db4e
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: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665375 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_generator.h
compiler/cpp/src/generate/t_php_generator.cc
lib/php/src/autoload.php