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. + -