瀏覽代碼

Remove inclusion of ext/json/php_json.h. (#3241)

That implementation of json is not being used - this extension is using
a json encoder/decoder provided by 'upb'.
Jeff Ching 8 年之前
父節點
當前提交
3b1a87518c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      php/ext/google/protobuf/message.c

+ 0 - 1
php/ext/google/protobuf/message.c

@@ -30,7 +30,6 @@
 
 
 #include <php.h>
 #include <php.h>
 #include <stdlib.h>
 #include <stdlib.h>
-#include <ext/json/php_json.h>
 
 
 #include "protobuf.h"
 #include "protobuf.h"