我编辑了文件“www / index.php”Wamp并复制了每行MySql适应PostgreSQL版本
我有错误通知:未定义的偏移量:第 64 行 C:\wamp\www\index.php 中的 1
我的代码是(第 63 64 65 行)
preg_match('|PostgreSQLVersion = (.*)\n|',$wampConfFileContents,$result);
$PostgreSQLVersion = str_replace('"','',$result[1]);
preg_match('|wampserverVersion = (.*)\n|',$wampConfFileContents,$result);