From b4690ffd75230b87cc8a40497fbf561434b95c37 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 23 Oct 2010 13:19:47 +0000 Subject: [PATCH] Added remark about zend-multibyte mode, that its only exposed by phpinfo() (Bug #52348) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304658 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures/declare.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/language/control-structures/declare.xml b/language/control-structures/declare.xml index 89e5b7964b..f55b2c4595 100644 --- a/language/control-structures/declare.xml +++ b/language/control-structures/declare.xml @@ -177,12 +177,16 @@ declare(encoding='ISO-8859-1'); The encoding declare value is ignored in PHP 5.3 unless php is compiled with --enable-zend-multibyte. + + + Note that PHP does not expose whether --enable-zend-multibyte was + used to compile PHP other than by phpinfo. + -