From fdbb8c269448b49c293134421ce3b2e87e7c8622 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Sun, 3 Aug 2008 11:58:15 +0000 Subject: [PATCH] MFH: no c++ comments in c files --- ext/mbstring/mbstring.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index acfb4eb32c..fe1a383f92 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -1330,12 +1330,12 @@ static PHP_INI_MH(OnUpdate_mbstring_internal_encoding) if (stage == PHP_INI_STAGE_STARTUP || stage == PHP_INI_STAGE_SHUTDOWN) { return _php_mb_ini_mbstring_internal_encoding_set(new_value, new_value_length TSRMLS_CC); } else { - // the corresponding mbstring globals needs to be set according to the - // ini value in the later stage because it never falls back to the - // default value if 1. no value for mbstring.internal_encoding is given, - // 2. mbstring.language directive is processed in per-dir or runtime - // context and 3. call to the handler for mbstring.language is done - // after mbstring.internal_encoding is handled. + /* the corresponding mbstring globals needs to be set according to the + * ini value in the later stage because it never falls back to the + * default value if 1. no value for mbstring.internal_encoding is given, + * 2. mbstring.language directive is processed in per-dir or runtime + * context and 3. call to the handler for mbstring.language is done + * after mbstring.internal_encoding is handled. */ return SUCCESS; } } -- 2.40.0