소스 검색

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 년 전
부모
커밋
5729cf77f6
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 <stdlib.h>
-#include <ext/json/php_json.h>
 
 #include "protobuf.h"