From: Marcus Boerger Date: Fri, 8 Feb 2008 09:28:15 +0000 (+0000) Subject: - Type X-Git-Tag: RELEASE_2_0_0a1~561 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b5216b00a57656ada496d13f22061380694f048;p=php - Type --- diff --git a/README.UNICODE-UPGRADES b/README.UNICODE-UPGRADES index a7c7f8dc8b..026a467279 100644 --- a/README.UNICODE-UPGRADES +++ b/README.UNICODE-UPGRADES @@ -549,7 +549,7 @@ Unicode strings: zend_spprintf(error, 0, "class '%.*Z' not found", clen, callable); - The function allows to output any kind of zaval values, as long as a + The function allows to output any kind of zval values, as long as a string (or unicode) conversion is available. Note that printing non string zvals outside of request time is not possible.