1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

Forgot this one.

This commit is contained in:
Moriyoshi Koizumi
2002-10-23 18:34:57 +00:00
parent fdc91ccc73
commit f2f19761a5
+1 -1
View 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);