Bläddra i källkod

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 år sedan
förälder
incheckning
5729cf77f6
1 ändrade filer med 0 tillägg och 1 borttagningar
  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"