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:
b661e83
)
THRIFT-1577 Compile thrift with php module for php 5.4.0 failed. need to replace...
author
Roger Meier
<roger@apache.org>
Tue, 17 Apr 2012 16:03:21 +0000
(16:03 +0000)
committer
Roger Meier
<roger@apache.org>
Tue, 17 Apr 2012 16:03:21 +0000
(16:03 +0000)
Patch: Matrix Ji
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1327152
13f79535
-47bb-0310-9956-
ffa450edef68
lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp
patch
|
blob
|
history
diff --git
a/lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp
b/lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp
index
4a0a02f
..
0d741c2
100644
(file)
--- a/
lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp
+++ b/
lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp
@@
-96,7
+96,7
@@
const int BAD_VERSION = 4;
#include "zend_exceptions.h"
#include "php_thrift_protocol.h"
-static function_entry thrift_protocol_functions[] = {
+static
zend_
function_entry thrift_protocol_functions[] = {
PHP_FE(thrift_protocol_write_binary, NULL)
PHP_FE(thrift_protocol_read_binary, NULL)
{NULL, NULL, NULL}