summaryrefslogtreecommitdiff
path: root/lib/php/src
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5318: Update PHP thrift_protocol extension for PHP 8Tyler Christensen2021-02-144-17/+101
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-141-1/+1
* THRIFT-4807: Fix php segfault on reference passJosip Sokcevic2019-02-221-1/+1
* 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-4373: Derefer PHP zval _TSPEC (#1401)Josip Sokcevic2018-04-091-0/+21
* add stdc++ back for php extension buildRobert Lu2017-10-261-0/+2
* THRIFT-4356: fix segment fault for thrift_protocolRobert Lu2017-10-253-1687/+559
* THRIFT-4353: support php ext read data after message begin董菲2017-10-253-0/+90
* THRIFT-4263: Fix use after free bug for thrown exceptionsRoy Sindre Norangshol2017-08-121-2/+9
* 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-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-3844 thrift_protocol cannot compile in 7.0.7visoeclipse2016-09-261-1/+2
* THRIFT-3839 Performance issue with big message deserialization using php exte...myroslav.kosinskyi2016-09-262-5/+17
* THRIFT-3647 Fix php extension build warningsNobuaki Sukegawa2016-02-201-2/+2
* THRIFT-3514: Add PHP 7 version of php_thrift_protocolDavid Soria Parra2016-01-073-7/+1039
* THRIFT-2807 PHP CS FixRoger Thomas2014-11-163-42/+83
* THRIFT-1908: Using php thrift_protocol accelerated transfer causes core dumpjfarrell2014-04-111-63/+11
* Thrift-1942: Binary accelerated cpp extension does not use Thrift namespaces ...jfarrell2013-04-231-2/+2
* THRIFT-1615 Roger Meier2012-09-0520-0/+0
* THRIFT-1615 PHP Namespace (was Thrift for Symfony 2)Roger Meier2012-09-0520-4279/+0
* THRIFT-1577 Compile thrift with php module for php 5.4.0 failed. need to repl...Roger Meier2012-04-171-1/+1
* Thrift-1453:Don't change types of arguments when serializing with thrift php ...Jake Farrell2012-01-281-11/+63
* THRIFT-1478 TJSONProtocol in PHPRoger Meier2012-01-241-0/+808
* Thrift-1427: PHP library uses non-multibyte safe functions with mbstring func...Jake Farrell2011-11-2911-40/+123
* Thrift-1393: TTransportException's thrown from THttpClient contain superfluou...Jake Farrell2011-10-181-2/+2
* Thrift-1377: abort PHP deserialization on unknown field typeJake Farrell2011-10-071-2/+4
* Thrift-1240: TBinarySerializer.php invalid serialization due to TBufferTransp...Jake Farrell2011-08-261-0/+1
* THRIFT-1225. php: TCompactProtocol for PHPBryan Duxbury2011-07-131-0/+678
* THRIFT-1228. php: The php accelerator module calls flush incorrectlyBryan Duxbury2011-06-301-5/+8
* Thrift-1152: attributes from private to protectedJake Farrell2011-04-201-1/+1
* THRIFT-1144: PHP client Attributes from private to protectedJake Farrell2011-04-131-1/+1
* THRIFT-690. php: Update TApplicationException codesBryan Duxbury2011-04-111-0/+2
* THRIFT-1098. php: Undefined properties in TBinaryProtocolFactoryBryan Duxbury2011-03-211-1/+1
* THRIFT-867. php: PHP accelerator module's output transport is incompatible wi...Bryan Duxbury2011-03-041-1/+1
* THRIFT-638. php: BufferedTransport + C extensions block until recv timeout is...Bryan Duxbury2011-03-041-87/+69
* THRIFT-1067. php: Tons of bugs in php implementationBryan Duxbury2011-02-221-0/+8
* THRIFT-1067. php: Tons of bugs in php implementationBryan Duxbury2011-02-222-15/+45
* THRIFT-999. php: Add TForkingServerBryan Duxbury2011-01-261-0/+114
* THRIFT-347. php: PHP TSocket Timeout IssuesBryan Duxbury2010-11-191-5/+5
* THRIFT-952. TBinarySerializer utility class for converting between byte strin...Mark Slee2010-10-111-0/+69
* THRIFT-941. php: Make PHP C Extension use the defined Protocol writeMessageB...Bryan Duxbury2010-10-061-12/+27
* THRIFT-851. php: php extension fails to compile on centos 5.xBryan Duxbury2010-08-171-6/+5
* THRIFT-682. php: PHP extension doesn't compile on Mac OS XBryan Duxbury2010-08-131-2/+15
* THRIFT-837. php: Fix accelerator bug affecting writes > 8kDavid Reiss2010-08-121-4/+4
* THRIFT-778. php: PHP socket listening serverBryan Duxbury2010-08-127-8/+334
* THRIFT-780. php: Prevent aborts due to simultaneous exceptionsBryan Duxbury2010-08-121-20/+21