summaryrefslogtreecommitdiff
path: root/ext/json/JSON_parser.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-07-19 16:17:15 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-07-19 16:17:15 +0000
commitcdfe00b8014bc6eb94edc9ce0c0d6b7a154fa03d (patch)
tree4c386799e0cce38f3ef09b25c8ae173e0881d0c3 /ext/json/JSON_parser.h
parenta90c48fb48bd4dcbec1cd96d026fb0a67072ffe9 (diff)
downloadphp-git-cdfe00b8014bc6eb94edc9ce0c0d6b7a154fa03d.tar.gz
Fixed compiler warnings and enable Json by default.
Diffstat (limited to 'ext/json/JSON_parser.h')
-rw-r--r--ext/json/JSON_parser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/JSON_parser.h b/ext/json/JSON_parser.h
index 085e776982..4790f728e3 100644
--- a/ext/json/JSON_parser.h
+++ b/ext/json/JSON_parser.h
@@ -3,6 +3,4 @@
#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);