From ddc8b420c5d77cf2072cae9295299d81c336c90a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 23 Nov 2009 13:19:45 +0000 Subject: [PATCH] detect_unicode before __halt_compiler (bug #36711) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291204 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appendices/ini.xml b/appendices/ini.xml index 6b89f10f34..38b6c3dad4 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -3951,6 +3951,8 @@ auto_prepend_file=security.php Check for BOM (Byte Order Mark) and see if the file contains valid multibyte characters. + This detection is performed before processing of + __halt_compiler. Available only in Zend Multibyte mode.