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'.
pull/3255/head
Jeff Ching 8 years ago committed by Bo Yang
parent c344fe8caa
commit 3b1a87518c
  1. 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"

Loading…
Cancel
Save