]> granicus.if.org Git - php/commitdiff
Forgot this one.
authorMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 23 Oct 2002 18:34:57 +0000 (18:34 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 23 Oct 2002 18:34:57 +0000 (18:34 +0000)
sapi/apache/mod_php4.c

index 722e90e7d4eb2755034546e235ff9546dda231ea..51951333fe2c11694f31b6182bdf1c2a4d6c7014 100644 (file)
@@ -481,7 +481,7 @@ static int send_php(request_rec *r, int display_source_mode, char *filename)
                fh.type = ZEND_HANDLE_FILENAME;
 
 #if defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING)
-               php_mbstring_set_zend_encoding(TSRMLS_C);
+               php_mb_set_zend_encoding(TSRMLS_C);
 #endif /* defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING) */
 
                zend_execute_scripts(ZEND_INCLUDE TSRMLS_CC, NULL, 1, &fh);