summaryrefslogtreecommitdiff
path: root/lib/php
Commit message (Expand)AuthorAgeFilesLines
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-052-3/+3
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-242-0/+0
* FIX: missing EXTRA_DIST entriesJens Geyer2022-02-021-1/+1
* FIX: missing EXTRA_DIST entriesJens Geyer2022-02-021-0/+2
* THRIFT-5318: Update PHP thrift_protocol extension for PHP 8Tyler Christensen2021-02-144-17/+101
* Consolidated gitignore & added missing EXTRA_DISTsJens Geyer2021-02-051-65/+77
* 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-5225: Use nullptr instead of NULLzeshuai0072020-06-141-1/+1
* THRIFT-5199: Fix infinite loop writing to closed TSocket in PHPTim Heilig2020-05-131-1/+2
* THRIFT-5130 Use Apcu instead of APCpanivko2020-03-273-29/+29
* Fix PHP style errors (by means of phpcbf) [ci skip]Jens Geyer2019-11-021-14/+14
* Fix PHP style errors (by means of phpcbf)Jens Geyer2019-10-171-14/+14
* THRIFT-4874: Thrift 0.12.0 Source Distribution (.tar.gz) Contains Hardlinks -...Jens Geyer2019-10-101-1/+0
* THRIFT-4845: Stop ignoring small timeoutsJeremy Mikkola2019-05-141-1/+6
* THRIFT-4807: Fix php segfault on reference passJosip Sokcevic2019-02-221-1/+1
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-252-1/+7
* THRIFT-4751: Missing imports in TProtocol (phpdoc related only)Florian Lonqueu-Brochard2019-01-241-1/+3
* revert noexcept changingscyy2019-01-071-5/+5
* remove stdcxx namespace and use std directlycyy2019-01-071-5/+5
* THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows...James E. King III2018-12-181-2/+2
* 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-4373: Derefer PHP zval _TSPEC (#1401)Josip Sokcevic2018-04-091-0/+21
* THRIFT-4474: Use PSR-4 autoloader by defaultRobert Lu2018-03-158-44/+46
* 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-4475: PSR-2 support for lib/php/testRobert Lu2018-01-2914-1252/+1369
* THRIFT-4460: Use PSR-2 as php library coding standardRobert Lu2018-01-2445-4115/+4209
* THRIFT-4459: reduce php library directory depthRobert Lu2018-01-1663-75/+71
* THRIFT-4423: migrate to psr-4Robert Lu2018-01-118-51/+68
* add stdc++ back for php extension buildRobert Lu2017-10-261-0/+2
* THRIFT-4356: fix segment fault for thrift_protocolRobert Lu2017-10-254-1688/+559
* THRIFT-4353: support php ext read data after message begin董菲2017-10-253-0/+90
* configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila...Thomas Petazzoni2017-09-091-2/+0
* THRIFT-4295: rework the docker build images, updating them and tuning the tra...James E. King, III2017-09-041-2/+4
* THRIFT-4263: Fix use after free bug for thrown exceptionsRoy Sindre Norangshol2017-08-121-2/+9
* 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-4126: implement required fields validation in php extension when valid...kufd2017-03-302-1/+85
* THRIFT-3984 PHP7 extension causes segfaultHåkon Hitland2017-02-231-2/+4
* THRIFT-4072 php: TCurlClient - Add the possibility to send custom headersSwati Kumar2017-02-091-3/+21
* THRIFT-3896 fix map type with string key can not access deserialized by php e...James E. King, III2017-02-062-4/+4
* THRIFT-3977 PHP extension creates undefined values when deserializing setsHåkon H. Hitland2016-11-171-1/+1
* THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bugHåkon Hitland2016-11-171-9/+14
* THRIFT-3844 thrift_protocol cannot compile in 7.0.7visoeclipse2016-09-261-1/+2