Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
21c0a85
)
THRIFT-1615
author
Roger Meier
<roger@apache.org>
Wed, 5 Sep 2012 20:07:52 +0000
(20:07 +0000)
committer
Roger Meier
<roger@apache.org>
Wed, 5 Sep 2012 20:07:52 +0000
(20:07 +0000)
cleanup: remove empty stuff
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1381333
13f79535
-47bb-0310-9956-
ffa450edef68
20 files changed:
lib/php/src/protocol/TBinaryProtocol.php
[deleted file]
patch
|
blob
|
history
lib/php/src/protocol/TBinarySerializer.php
[deleted file]
patch
|
blob
|
history
lib/php/src/protocol/TCompactProtocol.php
[deleted file]
patch
|
blob
|
history
lib/php/src/protocol/TJSONProtocol.php
[deleted file]
patch
|
blob
|
history
lib/php/src/protocol/TProtocol.php
[deleted file]
patch
|
blob
|
history
lib/php/src/server/TForkingServer.php
[deleted file]
patch
|
blob
|
history
lib/php/src/server/TServer.php
[deleted file]
patch
|
blob
|
history
lib/php/src/server/TSimpleServer.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TBufferedTransport.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TFramedTransport.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/THttpClient.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TMemoryBuffer.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TNullTransport.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TPhpStream.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TServerSocket.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TServerTransport.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TSocket.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TSocketPool.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TTransport.php
[deleted file]
patch
|
blob
|
history
lib/php/src/transport/TTransportFactory.php
[deleted file]
patch
|
blob
|
history
diff --git
a/lib/php/src/protocol/TBinaryProtocol.php
b/lib/php/src/protocol/TBinaryProtocol.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/protocol/TBinarySerializer.php
b/lib/php/src/protocol/TBinarySerializer.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/protocol/TCompactProtocol.php
b/lib/php/src/protocol/TCompactProtocol.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/protocol/TJSONProtocol.php
b/lib/php/src/protocol/TJSONProtocol.php
deleted file mode 100755
(executable)
index
e69de29
..0000000
diff --git
a/lib/php/src/protocol/TProtocol.php
b/lib/php/src/protocol/TProtocol.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/server/TForkingServer.php
b/lib/php/src/server/TForkingServer.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/server/TServer.php
b/lib/php/src/server/TServer.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/server/TSimpleServer.php
b/lib/php/src/server/TSimpleServer.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TBufferedTransport.php
b/lib/php/src/transport/TBufferedTransport.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TFramedTransport.php
b/lib/php/src/transport/TFramedTransport.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/THttpClient.php
b/lib/php/src/transport/THttpClient.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TMemoryBuffer.php
b/lib/php/src/transport/TMemoryBuffer.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TNullTransport.php
b/lib/php/src/transport/TNullTransport.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TPhpStream.php
b/lib/php/src/transport/TPhpStream.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TServerSocket.php
b/lib/php/src/transport/TServerSocket.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TServerTransport.php
b/lib/php/src/transport/TServerTransport.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TSocket.php
b/lib/php/src/transport/TSocket.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TSocketPool.php
b/lib/php/src/transport/TSocketPool.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TTransport.php
b/lib/php/src/transport/TTransport.php
deleted file mode 100644
(file)
index
e69de29
..0000000
diff --git
a/lib/php/src/transport/TTransportFactory.php
b/lib/php/src/transport/TTransportFactory.php
deleted file mode 100644
(file)
index
e69de29
..0000000