- 4646a35 Remove execute bit from plain text files in git (#2611) by Christopher Tubbs · 2 years, 8 months ago
- f087ec4 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
- a10d401 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
- b04e39a THRIFT-5318: Update PHP thrift_protocol extension for PHP 8 by Tyler Christensen · 4 years, 1 month ago
- 2ef0113 Consolidated gitignore & added missing EXTRA_DISTs by Jens Geyer · 4 years ago
- 0f21e39 THRIFT-5336 Add possibility to setup connection timeout in TCurlClient by vladimir.panivko · 4 years ago
- 44b0b5d THRIFT-5103: Fix for PHP7.4 deprecated syntax Client: php Patch: Stoyan Markov by Stoyan Markov · 4 years, 4 months ago
- 0503fc0 THRIFT-5132 Warning in TSocket when using ssl connection by panivko · 4 years, 8 months ago
- 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
- 64ac65e THRIFT-5199: Fix infinite loop writing to closed TSocket in PHP by Tim Heilig · 4 years, 8 months ago
- dfe7f30 THRIFT-5130 Use Apcu instead of APC Client: PHP Patch: Vladimir Panivko by panivko · 4 years, 10 months ago
- 9ea48f3 Fix PHP style errors (by means of phpcbf) [ci skip] by Jens Geyer · 5 years ago
- dd14e86 Fix PHP style errors (by means of phpcbf) by Jens Geyer · 5 years ago
- 224b43e THRIFT-4874: Thrift 0.12.0 Source Distribution (.tar.gz) Contains Hardlinks - Extract Fails by Jens Geyer · 5 years ago
- 79c2337 THRIFT-4845: Stop ignoring small timeouts by Jeremy Mikkola · 6 years ago
- a4ee1f2 THRIFT-4807: Fix php segfault on reference pass by Josip Sokcevic · 6 years ago
- b96c438 THRIFT-4717: fix up make clean with autoconf by James E. King III · 6 years ago
- 22749ac THRIFT-4751: Missing imports in TProtocol (phpdoc related only) Client: php by Florian Lonqueu-Brochard · 6 years ago
- 0f43f95 revert noexcept changings by cyy · 6 years ago
- 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
- 9b75e4f THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows; remove NOMINMAX from cmake build by James E. King III · 6 years ago
- 30d3125 THRIFT-4656: Fix infinite loop in PHP TCurlClient by Josip Sokcevic · 6 years ago
- 7f0fa6c THRIFT-4674 Added stream context support for PHP THttpClient by Efimov Evgenij · 6 years ago
- f7d43ce fix build errors related to updated static code analysis tools for python and php by James E. King III · 6 years ago
- 4a98306 THRIFT-4645: TCurlClient: include failure reason in exception by James Johnston · 6 years ago
- ce70ba2 THRIFT-4641: Check HTTP Status Code in TCurlClient by Josip Sokcevic · 6 years ago
- cc935b5 THRIFT-4373: Derefer PHP zval _TSPEC (#1401) by Josip Sokcevic · 7 years ago
- 68707d9 THRIFT-4474: Use PSR-4 autoloader by default by Robert Lu · 7 years ago
- 14991f9 THRIFT-4354: fix php socket blocking behavior by James E. King III · 7 years ago
- 2471efa THRIFT-4477: php TBufferedTransport must have underlying transport Client: php by Robert Lu · 7 years ago
- 12f124c THRIFT-4475: PSR-2 support for lib/php/test Client: php by Robert Lu · 7 years ago
- b03ca01 THRIFT-4460: Use PSR-2 as php library coding standard Client: php by Robert Lu · 7 years ago
- bfba370 THRIFT-4459: reduce php library directory depth Client: php by Robert Lu · 7 years ago
- a15060a THRIFT-4423: migrate to psr-4 Client: php by Robert Lu · 7 years ago
- e549455 add stdc++ back for php extension build Client: php by Robert Lu · 7 years ago
- 9dff0ef THRIFT-4356: fix segment fault for thrift_protocol by Robert Lu · 7 years ago
- 1df2d9b THRIFT-4353: support php ext read data after message begin Client: php by 董菲 · 8 years ago
- 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
- d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
- ec64f23 THRIFT-4263: Fix use after free bug for thrown exceptions Client: php by Roy Sindre Norangshol · 7 years ago
- 48ea3cd THRIFT-4218: Set TCP_NODELAY for PHP client socket by Klaus Trainer · 8 years ago
- c6ded92 THRIFT-4154: properly close socket whether it is persistent or not on close() by James E. King, III · 8 years ago
- 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
- 3590f1e THRIFT-4072 php: TCurlClient - Add the possibility to send custom headers by Swati Kumar · 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
- b7a213c THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bug by Håkon 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
- 311c984 THRIFT-948: SSL socket support for PHP Client: php Patch: Mansi Nahar by jfarrell · 8 years ago
- 527637a THRIFT-3827 Fix CompactProtocol readI64 function by Nobuaki Sukegawa · 8 years ago
- 77e5f3a THRIFT-3827 Fix CompactProtocol readI64 function by lnn1123 · 9 years ago
- 4ab9a88 THRIFT-3764: Ensure PHP TSimpleJSONProtocol and TMultiplexedProtocol files included during "make install" by Mark Goldfinch · 9 years ago
- 73d1637 More make dist entries by Nobuaki Sukegawa · 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
- aede975 THRIFT-3318 PHP: SimpleJSONProtocol Implementation by Atsushi Takayama · 9 years ago
- a43063c THRIFT-3451 thrift_protocol PHP extension missing config.m4 file by Roger Meier · 9 years ago
- 622ef03 THRIFT-3309: Missing TConstant.php in /lib/php/Makefile.am by Maxime Mouial · 9 years ago
- 90ea4f6 THRIFT-2779: Always write unescaped JSON unicode string. by Phongphan Phuttha · 9 years ago
- d6ca81b PHP Compiler: always cast scalar types in jsonSerialize() by Stig Bakken · 9 years ago
- f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
- 113b638 THRIFT-3148 Markdown links to coding_standards are dead by Nobuaki Sukegawa · 10 years ago
- 89cffc6 THRIFT-3126 PHP JSON serializer converts empty or int-indexed maps to lists by Jens Geyer · 10 years ago
- 3bc6424 THRIFT-2724 - Coding standards template added all over project by Konrad Grochowski · 10 years ago
- 8bcfdd9 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
- 4991574 THRIFT-2884 Map does not serialize correctly for JSON protocol in Go library by Jens Geyer · 10 years ago
- 119869a THRIFT-2779 PHP TJSONProtocol encode unicode into UCS-4LE which can't be parsed by other langurage bindings by Jens Geyer · 10 years ago
- 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
- 6fb5923 THRIFT-2807 PHP CS Fix by Roger Thomas · 10 years ago
- 964082a THRIFT-2712 PHP: add "json" option to create JsonSerializable code by Roger Meier · 10 years ago
- 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
- aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
- eb393ac THRIFT-2701 Update TCompactProtocol.php by Jens Geyer · 10 years ago
- a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
- db8751b THRIFT-2673 PHP: generated Service_method_result code should not have validators by Roger Meier · 10 years ago
- 6aacd4c THRIFT-2394 TCurlClient: an HTTP transport implementation using libcurl by Roger Meier · 10 years ago
- 577f407 THRIFT-2632 add "validate" option to generate read/write validation code by Jens Geyer · 10 years ago
- 30a472e THRIFT-2602: Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
- 4c8506e Thrift-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
- 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
- f9fbda8 THRIFT-1926 PHP Constant Generation Refactoring by Roger Meier · 11 years ago
- bc2ca4e THRIFT-1926 PHP Constant Generation Refactoring by Jens Geyer · 11 years ago
- 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
- 26c68ea THRIFT-1908: Using php thrift_protocol accelerated transfer causes core dump by jfarrell · 11 years ago
- 8001421 THRIFT-2434 Missing namespace import for php TMultiplexedProcessor implementation by Jens Geyer · 11 years ago
- d21032a THRIFT-2439 Bug in TProtocolDecorator Class causes parsing errors by Jens Geyer · 11 years ago
- e8ca73f THRIFT-2425 PHP: Server-side support for Multiplexing Services by Jens Geyer · 11 years ago
- 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
- 1998338 THRIFT-1579 PHP Extension - function thrift_protocol_read_binary not working from TBinarySerializer::deserialize by Jens Geyer · 11 years ago
- 8c1779d THRIFT-2359 TBufferedTransport doesn't clear it's buffer on a failed flush call by Jens Geyer · 11 years ago
- 47b89b9 THRIFT-2351 PHP TCompactProtocol has fails to decode messages Patch: Paul Banks by Roger Meier · 11 years ago
- b3e7849 THRIFT-2310 PHP Client-side support for Multiplexing Services (Patch v1 ONLY) by Jens Geyer · 11 years ago
- 7975950 THRIFT-2285 TJsonProtocol implementation for Java/JavaMe/PHP doesn't allow a slash (/) to be escaped (\/) by Jens Geyer · 11 years ago
- 16ff233 Thrift-2129: php ext missing from dist Client: php Patch: jfarrell by jfarrell · 11 years ago
- 102c600 Thrift-2124: .o, .so, .la, .deps, .libs, gen-* files left tutorials, test and lib/cpp when making DIST by jfarrell · 11 years ago
- aa72161 THRIFT-2111: typo in php readme Client: php Patch: Jeremy Thomerson by jfarrell · 11 years ago
- 1e3c884 THRIFT-1981 Not all PHP libraries are installed when building an installing a debian package by Roger Meier · 12 years ago
- 6bdb10b Thrift-1942: Binary accelerated cpp extension does not use Thrift namespaces for Exceptions by jfarrell · 12 years ago