summaryrefslogtreecommitdiff
path: root/lib/php/lib
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5336 Add possibility to setup connection timeout in TCurlClientvladimir.panivko2021-01-241-0/+26
* THRIFT-5103: Fix for PHP7.4 deprecated syntaxStoyan Markov2020-10-012-2/+2
* THRIFT-5132 Warning in TSocket when using ssl connectionpanivko2020-08-251-2/+3
* THRIFT-5199: Fix infinite loop writing to closed TSocket in PHPTim Heilig2020-05-131-1/+2
* THRIFT-5130 Use Apcu instead of APCpanivko2020-03-272-26/+26
* THRIFT-4845: Stop ignoring small timeoutsJeremy Mikkola2019-05-141-1/+6
* THRIFT-4751: Missing imports in TProtocol (phpdoc related only)Florian Lonqueu-Brochard2019-01-241-1/+3
* THRIFT-4656: Fix infinite loop in PHP TCurlClientJosip Sokcevic2018-12-051-0/+18
* THRIFT-4674 Added stream context support for PHP THttpClientEfimov Evgenij2018-11-271-5/+20
* fix build errors related to updated static code analysis tools for python and...James E. King III2018-11-063-3/+3
* THRIFT-4645: TCurlClient: include failure reason in exceptionJames Johnston2018-10-031-1/+5
* THRIFT-4641: Check HTTP Status Code in TCurlClientJosip Sokcevic2018-09-211-3/+9
* THRIFT-4354: fix php socket blocking behaviorJames E. King III2018-03-061-0/+1
* THRIFT-4477: php TBufferedTransport must have underlying transportRobert Lu2018-01-303-13/+41
* THRIFT-4460: Use PSR-2 as php library coding standardRobert Lu2018-01-2444-4114/+4204
* THRIFT-4459: reduce php library directory depthRobert Lu2018-01-1655-0/+0
* THRIFT-4423: migrate to psr-4Robert Lu2018-01-112-26/+51
* THRIFT-4295: rework the docker build images, updating them and tuning the tra...James E. King, III2017-09-041-2/+4
* THRIFT-4218: Set TCP_NODELAY for PHP client socketKlaus Trainer2017-06-061-0/+3
* THRIFT-4154: properly close socket whether it is persistent or not on close()James E. King, III2017-04-011-4/+2
* THRIFT-4072 php: TCurlClient - Add the possibility to send custom headersSwati Kumar2017-02-091-3/+21
* THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bugHÃ¥kon Hitland2016-11-171-9/+14
* THRIFT-3839 Performance issue with big message deserialization using php exte...myroslav.kosinskyi2016-09-262-2/+8
* THRIFT-948: SSL socket support for PHPjfarrell2016-09-204-11/+237
* THRIFT-3827 Fix CompactProtocol readI64 functionNobuaki Sukegawa2016-08-201-49/+30
* THRIFT-3827 Fix CompactProtocol readI64 functionlnn11232016-08-201-2/+2
* THRIFT-3318 PHP: SimpleJSONProtocol ImplementationAtsushi Takayama2015-12-026-0/+589
* THRIFT-2779: Always write unescaped JSON unicode string.Phongphan Phuttha2015-11-111-1/+39
* THRIFT-2884 Map does not serialize correctly for JSON protocol in Go libraryJens Geyer2014-12-131-10/+1
* THRIFT-2779 PHP TJSONProtocol encode unicode into UCS-4LE which can't be pars...Jens Geyer2014-12-101-1/+10
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-1/+1
* THRIFT-2807 PHP CS FixRoger Thomas2014-11-1646-550/+910
* THRIFT-2701 Update TCompactProtocol.phpJens Geyer2014-09-291-2/+2
* THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALLJens Geyer2014-09-171-2/+2
* THRIFT-2394 TCurlClient: an HTTP transport implementation using libcurlRoger Meier2014-07-261-0/+222
* THRIFT-1926 PHP Constant Generation RefactoringRoger Meier2014-07-061-2/+0
* THRIFT-1926 PHP Constant Generation RefactoringJens Geyer2014-07-041-0/+53
* THRIFT-2506 Update TProtocolException error codes to be used consistently thr...Jens Geyer2014-05-031-0/+2
* THRIFT-2434 Missing namespace import for php TMultiplexedProcessor implementa...Jens Geyer2014-04-011-0/+1
* THRIFT-2439 Bug in TProtocolDecorator Class causes parsing errorsJens Geyer2014-03-311-1/+1
* THRIFT-2425 PHP: Server-side support for Multiplexing ServicesJens Geyer2014-03-241-0/+135
* THRIFT-1579 PHP Extension - function thrift_protocol_read_binary not working ...Jens Geyer2014-02-222-2/+23
* THRIFT-2359 TBufferedTransport doesn't clear it's buffer on a failed flush callJens Geyer2014-02-181-1/+6
* THRIFT-2351 PHP TCompactProtocol has fails to decode messagesRoger Meier2014-02-111-2/+2
* THRIFT-2310 PHP Client-side support for Multiplexing Services (Patch v1 ONLY)Jens Geyer2014-01-302-0/+370
* THRIFT-2285 TJsonProtocol implementation for Java/JavaMe/PHP doesn't allow a ...Jens Geyer2013-12-261-2/+2
* Thrift-1903: PHP namespaces cause binary protocols to not be usedJake Farrell2013-04-191-6/+0
* THRIFT-1878 php: THttpClient - Add the possibility to send custom headersRoger Meier2013-03-231-5/+21
* THRIFT-1801 Sync up TApplicationException codes across languages and thrift i...Roger Meier2012-12-221-0/+3
* THRIFT-1521:patches for more PerformanceJake Farrell2012-09-251-2/+4