Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
5ec805b22b81001b1b785cd7f85eb8647fde60df
/
lib
/
php
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
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
9b25244
THRIFT-1861 PHP Makefile does not include TStringFuncFactory Patch: Logan Owen
by Roger Meier
· 12 years ago
87afaac
THRIFT-1822 PHP unit test does not work Patch: Roger Meier
by Roger Meier
· 12 years ago
0193149
THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations
by Roger Meier
· 12 years ago
7c7a5e0
Thrift-1721:Dist broken due to 0.8.0 to 0.9.0 changes
by Jake Farrell
· 12 years ago
819ad6e
remove unused stuff
by Roger Meier
· 12 years ago
78a54a1
THRIFT-1521:patches for more Performance Client: php Patch: D. Edler
by Jake Farrell
· 12 years ago
814818e
THRIFT-1615 cleanup: remove empty stuff
by Roger Meier
· 12 years ago
21c0a85
THRIFT-1615 PHP Namespace (was Thrift for Symfony 2) Patch: Xavier HAUSHERR
by Roger Meier
· 12 years ago
0b92274
THRIFT-1597 TJSONProtocol.php is missing from Makefile.am Patch: Andrew Grumet
by Roger Meier
· 13 years ago
7c76791
THRIFT-1577 Compile thrift with php module for php 5.4.0 failed. need to replace function_entry with zend_function_entry
by Roger Meier
· 13 years ago
c00d83b
Thrift-1453:Don't change types of arguments when serializing with thrift php extension
by Jake Farrell
· 13 years ago
ac70b5f
THRIFT-1478 TJSONProtocol in PHP fix: remove dist and add lunit log format
by Roger Meier
· 13 years ago
33b720a
THRIFT-1478 TJSONProtocol in PHP Patch: Greg Fodor, Andrew Grumet, Roger Meier
by Roger Meier
· 13 years ago
b03a59c
Thrift-1427: PHP library uses non-multibyte safe functions with mbstring function overloading
by Jake Farrell
· 13 years ago
711c70c
Thrift-1393: TTransportException's thrown from THttpClient contain superfluous slashes in the Exception message
by Jake Farrell
· 13 years ago
5170064
Thrift-1377: abort PHP deserialization on unknown field type
by Jake Farrell
· 13 years ago
b5c618a
Thrift-1240: TBinarySerializer.php invalid serialization due to TBufferTransport not flushing last chunk of data into TMemoryBuffer
by Jake Farrell
· 13 years ago
11dfc8b
THRIFT-1225. php: TCompactProtocol for PHP
by Bryan Duxbury
· 14 years ago
2323aa9
THRIFT-1228. php: The php accelerator module calls flush incorrectly
by Bryan Duxbury
· 14 years ago
ebf0bec
Thrift-1152: attributes from private to protected patch: jfarrell clent: php
by Jake Farrell
· 14 years ago
10ed8e8
THRIFT-1144: PHP client Attributes from private to protected
by Jake Farrell
· 14 years ago
d26cb9b
THRIFT-690. php: Update TApplicationException codes
by Bryan Duxbury
· 14 years ago
d3fceb0
THRIFT-1098. php: Undefined properties in TBinaryProtocolFactory
by Bryan Duxbury
· 14 years ago
e7b1864
THRIFT-867. php: PHP accelerator module's output transport is incompatible with TFramedTransport
by Bryan Duxbury
· 14 years ago
c46f32c
THRIFT-638. php: BufferedTransport + C extensions block until recv timeout is reached on last fread call
by Bryan Duxbury
· 14 years ago
f1ed926
THRIFT-1067. php: Tons of bugs in php implementation
by Bryan Duxbury
· 14 years ago
7d1517a
THRIFT-1067. php: Tons of bugs in php implementation
by Bryan Duxbury
· 14 years ago
c0e2ef5
THRIFT-999. php: Add TForkingServer
by Bryan Duxbury
· 14 years ago
cecbe0f
THRIFT-347. php: PHP TSocket Timeout Issues
by Bryan Duxbury
· 14 years ago
052bbef
THRIFT-952. TBinarySerializer utility class for converting between byte strings and PHP objects
by Mark Slee
· 14 years ago
ded25bb
THRIFT-941. php: Make PHP C Extension use the defined Protocol writeMessageBegin function
by Bryan Duxbury
· 14 years ago
653eada
THRIFT-841. Exclude generated php and erlang Makefiles from "make dist"
by David Reiss
· 14 years ago
89200e1
THRIFT-854. php: Provide configure option and make rules to build/install php extension
by Bryan Duxbury
· 14 years ago
184d262
THRIFT-851. php: php extension fails to compile on centos 5.x
by Bryan Duxbury
· 14 years ago
7b1128c
THRIFT-682. php: PHP extension doesn't compile on Mac OS X
by Bryan Duxbury
· 14 years ago
cf8fc15
THRIFT-837. php: Fix accelerator bug affecting writes > 8k
by David Reiss
· 14 years ago
17115d7
THRIFT-778. php: PHP socket listening server
by Bryan Duxbury
· 14 years ago
7c74d9b
THRIFT-780. php: Prevent aborts due to simultaneous exceptions
by Bryan Duxbury
· 14 years ago
b149bc7
THRIFT-718. php: Thrift PHP library includes closing tags and extraneous whitespace
by Bryan Duxbury
· 14 years ago
1873fed
THRIFT-647. php: Add license header and fix style in Makefile.am
by David Reiss
· 15 years ago
6a68187
THRIFT-647. php: PHP library is missing install target
by Bryan Duxbury
· 15 years ago
eb598b8
THRIFT-755. php: Fix compilation as a static module
by David Reiss
· 15 years ago
006260f
THRIFT-659. php: Make php_thrift_protocol handle std::exception cleanly
by David Reiss
· 15 years ago
3bb5e05
THRIFT-683. Remove profanity
by David Reiss
· 15 years ago
70c89d4
THRIFT-350. php: Fix the extension build when C++ is not already used
by David Reiss
· 16 years ago
af3b630
THRIFT-349. php: Accelerated binary protocol serialization segementation fault
by Bryan Duxbury
· 16 years ago
c2a9245
THRIFT-499. php: Thrift_protocol PHP extension does not handle signedness correctly
by Bryan Duxbury
· 16 years ago
def30a6
THRIFT-387. Add appropriate Apache header to all code files
by Bryan Duxbury
· 16 years ago
deda141
THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL"
by David Reiss
· 16 years ago
887bd33
Remove obsolete php extension tag
by David Reiss
· 16 years ago
f82aee5
THRIFT-387. Add license statements to some autoconf macro files
by David Reiss
· 16 years ago
ea2cba8
THRIFT-387. Add license headers to a bunch of files
by David Reiss
· 16 years ago
be648ee
THRIFT-404. php: Make TPhpStream work for cli (cgi) scripts
by David Reiss
· 16 years ago
5ab303c
php: Improve some docblock comments for TSocket
by David Reiss
· 16 years ago
13083d6
THRIFT-294. Remove @author tags
by Bryan Duxbury
· 16 years ago
a9ea68b
Make the PHP generator dynamic.
by David Reiss
· 16 years ago
fc8a1e0
THRIFT-169: Fixes framed/buffered transport state on underlying flush failure
by Mark Slee
· 16 years ago
1f5ce50
THRIFT-99. php: Add scheme (http[s], etc.) support to THttpClient
by David Reiss
· 16 years ago
1931b12
php: Fix an undefined variasble in an error message
by David Reiss
· 16 years ago
e4dc4f5
[thrift] Propogate exceptions from transports in thrift_protocol extension
by dweatherford
· 17 years ago
0b8a382
[thrift] Error checking for T_OBJECT serialization
by dweatherford
· 17 years ago
840ca08
[thrift] php thrift_protocol crash fixes
by dweatherford
· 17 years ago
9b945da
[thrift] ZTS fixes for thift_protocol extension
by dweatherford
· 17 years ago
Next »