- 1360270 THRIFT-4126: implement required fields validation in php extension when validate compiler option is enabled by kufd · 8 years ago
- e66b8fc THRIFT-3984 PHP7 extension causes segfault by Håkon Hitland · 8 years ago
- 3a8bbbd THRIFT-3896 fix map type with string key can not access deserialized by php extension by James E. King, III · 8 years ago
- 2a89bd9 THRIFT-3977 PHP extension creates undefined values when deserializing sets by Håkon H. Hitland · 8 years ago
- 22ec64f THRIFT-3844 thrift_protocol cannot compile in 7.0.7 by visoeclipse · 9 years ago
- dd9885e THRIFT-3839 Performance issue with big message deserialization using php extension by myroslav.kosinskyi · 9 years ago
- 37a1222 THRIFT-3647 Fix php extension build warnings Client: PHP Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
- 496454a THRIFT-3514: Add PHP 7 version of php_thrift_protocol by David Soria Parra · 9 years ago
- 6fb5923 THRIFT-2807 PHP CS Fix by Roger Thomas · 10 years ago
- 26c68ea THRIFT-1908: Using php thrift_protocol accelerated transfer causes core dump by jfarrell · 11 years ago
- 6bdb10b Thrift-1942: Binary accelerated cpp extension does not use Thrift namespaces for Exceptions by jfarrell · 12 years ago
- 814818e THRIFT-1615 cleanup: remove empty stuff by Roger Meier · 12 years ago
- 21c0a85 THRIFT-1615 PHP Namespace (was Thrift for Symfony 2) Patch: Xavier HAUSHERR by Roger Meier · 12 years ago
- 7c76791 THRIFT-1577 Compile thrift with php module for php 5.4.0 failed. need to replace function_entry with zend_function_entry by Roger Meier · 13 years ago
- c00d83b Thrift-1453:Don't change types of arguments when serializing with thrift php extension by Jake Farrell · 13 years ago
- 33b720a THRIFT-1478 TJSONProtocol in PHP Patch: Greg Fodor, Andrew Grumet, Roger Meier by Roger Meier · 13 years ago
- b03a59c Thrift-1427: PHP library uses non-multibyte safe functions with mbstring function overloading by Jake Farrell · 13 years ago
- 711c70c Thrift-1393: TTransportException's thrown from THttpClient contain superfluous slashes in the Exception message by Jake Farrell · 13 years ago
- 5170064 Thrift-1377: abort PHP deserialization on unknown field type by Jake Farrell · 13 years ago
- b5c618a Thrift-1240: TBinarySerializer.php invalid serialization due to TBufferTransport not flushing last chunk of data into TMemoryBuffer by Jake Farrell · 13 years ago
- 11dfc8b THRIFT-1225. php: TCompactProtocol for PHP by Bryan Duxbury · 14 years ago
- 2323aa9 THRIFT-1228. php: The php accelerator module calls flush incorrectly by Bryan Duxbury · 14 years ago
- ebf0bec Thrift-1152: attributes from private to protected patch: jfarrell clent: php by Jake Farrell · 14 years ago
- 10ed8e8 THRIFT-1144: PHP client Attributes from private to protected by Jake Farrell · 14 years ago
- d26cb9b THRIFT-690. php: Update TApplicationException codes by Bryan Duxbury · 14 years ago
- d3fceb0 THRIFT-1098. php: Undefined properties in TBinaryProtocolFactory by Bryan Duxbury · 14 years ago
- e7b1864 THRIFT-867. php: PHP accelerator module's output transport is incompatible with TFramedTransport by Bryan Duxbury · 14 years ago
- c46f32c THRIFT-638. php: BufferedTransport + C extensions block until recv timeout is reached on last fread call by Bryan Duxbury · 14 years ago
- f1ed926 THRIFT-1067. php: Tons of bugs in php implementation by Bryan Duxbury · 14 years ago
- 7d1517a THRIFT-1067. php: Tons of bugs in php implementation by Bryan Duxbury · 14 years ago
- c0e2ef5 THRIFT-999. php: Add TForkingServer by Bryan Duxbury · 14 years ago
- cecbe0f THRIFT-347. php: PHP TSocket Timeout Issues by Bryan Duxbury · 14 years ago
- 052bbef THRIFT-952. TBinarySerializer utility class for converting between byte strings and PHP objects by Mark Slee · 14 years ago
- ded25bb THRIFT-941. php: Make PHP C Extension use the defined Protocol writeMessageBegin function by Bryan Duxbury · 14 years ago
- 184d262 THRIFT-851. php: php extension fails to compile on centos 5.x by Bryan Duxbury · 14 years ago
- 7b1128c THRIFT-682. php: PHP extension doesn't compile on Mac OS X by Bryan Duxbury · 14 years ago
- cf8fc15 THRIFT-837. php: Fix accelerator bug affecting writes > 8k by David Reiss · 14 years ago
- 17115d7 THRIFT-778. php: PHP socket listening server by Bryan Duxbury · 14 years ago
- 7c74d9b THRIFT-780. php: Prevent aborts due to simultaneous exceptions by Bryan Duxbury · 14 years ago
- b149bc7 THRIFT-718. php: Thrift PHP library includes closing tags and extraneous whitespace by Bryan Duxbury · 14 years ago
- eb598b8 THRIFT-755. php: Fix compilation as a static module by David Reiss · 15 years ago
- 006260f THRIFT-659. php: Make php_thrift_protocol handle std::exception cleanly by David Reiss · 15 years ago
- 3bb5e05 THRIFT-683. Remove profanity by David Reiss · 15 years ago
- 70c89d4 THRIFT-350. php: Fix the extension build when C++ is not already used by David Reiss · 16 years ago
- af3b630 THRIFT-349. php: Accelerated binary protocol serialization segementation fault by Bryan Duxbury · 16 years ago
- c2a9245 THRIFT-499. php: Thrift_protocol PHP extension does not handle signedness correctly by Bryan Duxbury · 16 years ago
- deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 16 years ago
- 887bd33 Remove obsolete php extension tag by David Reiss · 16 years ago
- f82aee5 THRIFT-387. Add license statements to some autoconf macro files by David Reiss · 16 years ago
- ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
- be648ee THRIFT-404. php: Make TPhpStream work for cli (cgi) scripts by David Reiss · 16 years ago
- 5ab303c php: Improve some docblock comments for TSocket by David Reiss · 16 years ago
- 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 16 years ago
- a9ea68b Make the PHP generator dynamic. by David Reiss · 16 years ago
- fc8a1e0 THRIFT-169: Fixes framed/buffered transport state on underlying flush failure by Mark Slee · 16 years ago
- 1f5ce50 THRIFT-99. php: Add scheme (http[s], etc.) support to THttpClient by David Reiss · 16 years ago
- 1931b12 php: Fix an undefined variasble in an error message by David Reiss · 16 years ago
- e4dc4f5 [thrift] Propogate exceptions from transports in thrift_protocol extension by dweatherford · 17 years ago
- 0b8a382 [thrift] Error checking for T_OBJECT serialization by dweatherford · 17 years ago
- 840ca08 [thrift] php thrift_protocol crash fixes by dweatherford · 17 years ago
- 9b945da [thrift] ZTS fixes for thift_protocol extension by dweatherford · 17 years ago
- f8f21e7 restore tags/1.0.0, we need these at least until fb9 is rolled everywhere by lucas · 17 years ago
- cf997a4 [thrift] PHP thrift_protocol extension, revision 2.0 by dweatherford · 17 years ago
- 260a5fa [thrift] grrrr ... TPhpStream can read the string '0' by eletuchy · 17 years ago
- 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
- 9726486 is_a is deprecated, instanceof only takes vars or constants by Mark Slee · 17 years ago
- bef54c0 Thrift: Fix a backwards change. by David Reiss · 17 years ago
- d0f5b28 Fix typo in Thrift trunk by Mark Slee · 17 years ago
- e02ab33 Lowercase autoload strings by Mark Slee · 17 years ago
- 645ecea Kill fast binary compliance in TBase, it doesn't work by Mark Slee · 17 years ago
- 276eea6 Add (int) case to Thrift version comparison by Mark Slee · 17 years ago
- b6014f4 added trunk by hzhao · 17 years ago
- 7fcc9e8 tagging thrift-protocol-1.0.0 by hzhao · 17 years ago
- 09f69e0 Add __autoload() support to Thrift-generated PHP code by Mark Slee · 17 years ago
- f5a6b0c Fix PHP TBufferedTransport readAll() to work with TSocket timeouts by Mark Slee · 17 years ago
- 6114349 [thrift] Fix extension deserialization call with no classname by dweatherford · 17 years ago
- 465ccc0 Thrift: Fix new-style generated PHP code. by David Reiss · 17 years ago
- 0cdc6c8 Merging PHP transport changes from www trunk to thrift trunk by Mark Slee · 17 years ago
- 2b78622 Fixing typo in Thrift trunk by Mark Slee · 17 years ago
- 5b74307 Thrift PHP generation Redux by Mark Slee · 17 years ago
- ffc21fb [TMemoryBuffer: an in-memory buffer acting like a transport] by lklots · 17 years ago
- b000f74 [thrift_protocol] need negative testing for default inclusion by hzhao · 17 years ago
- f36e484 [thrift] return empty string instead of NULL by dweatherford · 17 years ago
- 8ebe4a1 THRIFT: update the thrift extension by boz · 17 years ago
- 80940b7 [thrift] Merge protocol/transport changes from tfb/www by dweatherford · 17 years ago
- 51c0393 [thrift] PHP thrift_protocol extension by dweatherford · 17 years ago
- 6fc7be2 Thrift: TNullTransport for PHP. by David Reiss · 17 years ago
- 4d73d5c Thrift: THttpClient for PHP in Thrift trunk by Mark Slee · 18 years ago
- 808454e Thrift TBinaryProtocol change by Mark Slee · 18 years ago
- 13a0d4a PHP new build fix for TBinaryProtocol by Mark Slee · 18 years ago
- 7679196 Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc. by Mark Slee · 18 years ago
- adde968 Giving Marc K props for crazy bitshifting in PHP binary protocol by Mark Slee · 18 years ago
- 4902c05 Apply Thrift license to PHP source code by Mark Slee · 18 years ago
- 0af62d1 Bogus $this->type in TApplicationException in PHP by Mark Slee · 18 years ago
- d395d57 Same fix to thrift codebase by Mark Slee · 18 years ago
- 1ecb1b0 Fix thrift includes by Mark Slee · 18 years ago
- dac7856 Proper exception types in PHP thrift by Mark Slee · 18 years ago
- 0b64e77 Thrift: PHP Socket instrumentation for connect/read/write issues by Martin Kraemer · 18 years ago
- 6a5bcaa -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
- 893ef72 Fix identifier typo in Thrift error message. by Karl Lehenbauer · 18 years ago