Skip to content
Snippets Groups Projects
Commit bab4a8bd authored by Andreas Gohr's avatar Andreas Gohr
Browse files

check for preg_replace in install.php

to avoid problems like in http://forum.dokuwiki.org/thread/521

darcs-hash:20070102204857-7ad00-9a352a5503114c2df20eb2aded243c2c9e50abe8.gz
parent d1dc6532
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,8 @@ function check_functions(){
'file file_exists fseek flush filesize ftell fopen '.
'glob header ignore_user_abort ini_get mail mkdir '.
'ob_start opendir parse_ini_file readfile realpath '.
'rename rmdir serialize session_start unlink usleep');
'rename rmdir serialize session_start unlink usleep'.
'preg_replace');
if (!function_exists('mb_substr')) {
$funcs[] = 'utf8_encode';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment