diff options
Diffstat (limited to 'ext/json/JSON_parser.h')
-rw-r--r-- | ext/json/JSON_parser.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/json/JSON_parser.h b/ext/json/JSON_parser.h deleted file mode 100644 index 085e776982..0000000000 --- a/ext/json/JSON_parser.h +++ /dev/null @@ -1,8 +0,0 @@ -/* JSON_checker.h */ - -#include "php.h" -#include "ext/standard/php_smart_str.h" - -static char digits[] = "0123456789abcdef"; - -extern int JSON_parser(zval *z, unsigned short p[], int length, int assoc TSRMLS_DC); |