From: Andrei Zmievski Date: Sun, 31 May 2009 01:45:05 +0000 (+0000) Subject: Make a note. X-Git-Tag: php-5.4.0alpha1~191^2~3441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c3ae2812eb298a1fa7b51f3c336852520d23926;p=php Make a note. --- diff --git a/ext/json/json.c b/ext/json/json.c index 8bbd8ea628..2fff23dae0 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -18,6 +18,12 @@ /* $Id$ */ +/* + * UTODO + * - take a look at json_decode, some weird IS_STRING checks there + * - expose encode/decode API once that's done + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif