mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Renaming the functions.
This commit is contained in:
parent
e96e0ae002
commit
fdc91ccc73
3 changed files with 29 additions and 29 deletions
|
@ -1537,7 +1537,7 @@ PHPAPI int php_execute_script(zend_file_handle *primary_file TSRMLS_DC)
|
|||
append_file_p = NULL;
|
||||
}
|
||||
#if defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING)
|
||||
php_mbstring_set_zend_encoding(TSRMLS_C);
|
||||
php_mb_set_zend_encoding(TSRMLS_C);
|
||||
#endif /* ZEND_MULTIBYTE && HAVE_MBSTRING */
|
||||
zend_unset_timeout(TSRMLS_C);
|
||||
zend_set_timeout(EG(timeout_seconds));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue