Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
372ada90df60c7c4d0cc48da5f09c6988950049c
/
lib
/
php
/
lib
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
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, 11 months ago
79c2337
THRIFT-4845: Stop ignoring small timeouts
by Jeremy Mikkola
· 6 years ago
22749ac
THRIFT-4751: Missing imports in TProtocol (phpdoc related only) Client: php
by Florian Lonqueu-Brochard
· 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
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
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
d7142b7
THRIFT-4295: rework the docker build images, updating them and tuning the travis builds
by James E. King, III
· 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
3590f1e
THRIFT-4072 php: TCurlClient - Add the possibility to send custom headers
by Swati Kumar
· 8 years ago
b7a213c
THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bug
by Håkon Hitland
· 8 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
aede975
THRIFT-3318 PHP: SimpleJSONProtocol Implementation
by Atsushi Takayama
· 9 years ago
90ea4f6
THRIFT-2779: Always write unescaped JSON unicode string.
by Phongphan Phuttha
· 9 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
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
6aacd4c
THRIFT-2394 TCurlClient: an HTTP transport implementation using libcurl
by Roger Meier
· 10 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
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
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
de262dc
Thrift-1903: PHP namespaces cause binary protocols to not be used
by Jake Farrell
· 12 years ago
1f9717d
THRIFT-1878 php: THttpClient - Add the possibility to send custom headers
by Roger Meier
· 12 years ago
0193149
THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations
by Roger Meier
· 12 years ago
78a54a1
THRIFT-1521:patches for more Performance Client: php Patch: D. Edler
by Jake Farrell
· 12 years ago
21c0a85
THRIFT-1615 PHP Namespace (was Thrift for Symfony 2) Patch: Xavier HAUSHERR
by Roger Meier
· 12 years ago