From 9b5216b00a57656ada496d13f22061380694f048 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 8 Feb 2008 09:28:15 +0000 Subject: [PATCH] - Type --- README.UNICODE-UPGRADES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1