diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-07-19 16:17:15 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-07-19 16:17:15 +0000 |
commit | cdfe00b8014bc6eb94edc9ce0c0d6b7a154fa03d (patch) | |
tree | 4c386799e0cce38f3ef09b25c8ae173e0881d0c3 /ext/json/JSON_parser.h | |
parent | a90c48fb48bd4dcbec1cd96d026fb0a67072ffe9 (diff) | |
download | php-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.h | 2 |
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); |