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'.
This commit is contained in:
parent
710543d915
commit
5729cf77f6
@ -30,7 +30,6 @@
|
||||
|
||||
#include <php.h>
|
||||
#include <stdlib.h>
|
||||
#include <ext/json/php_json.h>
|
||||
|
||||
#include "protobuf.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user