Fixed handling of signed 64bit integers to support 32bit and 64bit architectures
authorMarc Slemko <marc@apache.org>
Thu, 24 Aug 2006 23:37:36 +0000 (23:37 +0000)
committerMarc Slemko <marc@apache.org>
Thu, 24 Aug 2006 23:37:36 +0000 (23:37 +0000)
commitd97eb611202c25d2210c647f32d7e780cfe319a6
treee2813996cd7309ec45c47da3f36057d04517ef20
parent9de5a5cdb761a68dec2c1262c10d98c5eb0712a6
Fixed handling of signed 64bit integers to support 32bit and 64bit architectures

Fixed a few bugs with php code generation

Initial stab at setting absolute thrift php require_once paths at configure time in order to guarantee APC caching.  Needswork.  It's hard to get automake to allow post-processing of installed files.

Lightly reviewed by mark slee

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664768 13f79535-47bb-0310-9956-ffa450edef68
compiler/src/cpp_generator.py
compiler/src/php_generator.py
lib/cpp/src/protocol/TProtocol.h
lib/cpp/src/test/StressTest.thrift
lib/cpp/src/test/main.cc
lib/php/src/Thrift.php
lib/php/src/protocol/TBinaryProtocol.php
lib/php/src/protocol/TProtocol.php
lib/php/src/protocol/TType.php