bjori Fri May 25 19:57:31 2007 UTC
Modified files: /phpdoc/en/reference/json/functions json-encode.xml Log: Mention the scalar support http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/json/functions/json-encode.xml?r1=1.1&r2=1.2&diff_format=u Index: phpdoc/en/reference/json/functions/json-encode.xml diff -u phpdoc/en/reference/json/functions/json-encode.xml:1.1 phpdoc/en/reference/json/functions/json-encode.xml:1.2 --- phpdoc/en/reference/json/functions/json-encode.xml:1.1 Sun Jan 28 00:32:43 2007 +++ phpdoc/en/reference/json/functions/json-encode.xml Fri May 25 19:57:31 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.json-encode"> <refnamediv> <refname>json_encode</refname> @@ -45,6 +45,30 @@ </para> </refsect1> + <refsect1 role="changelog"> + &reftitle.changelog; + <para> + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>&Version;</entry> + <entry>&Description;</entry> + </row> + </thead> + <tbody> + <row> + <entry>5.2.1</entry> + <entry> + Added support to JSON encode basic types + </entry> + </row> + </tbody> + </tgroup> + </informaltable> + </para> + </refsect1> + <refsect1 role="examples"> &reftitle.examples; <para>