On Wed, 2009-12-09 at 22:54 +0100, Florian Anderiasch wrote:
> 
> --- ext/json/json.c.orig        2009-12-09 22:15:33.000000000 +0100
> +++ ext/json/json.c     2009-12-09 22:48:04.000000000 +0100
> @@ -42,6 +42,7 @@
>  #define PHP_JSON_HEX_APOS      (1<<2)
>  #define PHP_JSON_HEX_QUOT      (1<<3)
>  #define PHP_JSON_FORCE_OBJECT  (1<<4)
> +#define PHP_JSON_FORMAT_OUTPUT (1<<5) 

btw. they should be move to a header as we're exporting the API
depending on the.

johannes



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to