+ Changed from MySQL to MySQLi native driver.
+ Added 2 new functions in DataBase class: fetch($query) and num_rows($query) git-svn-id: https://svn.pioder.pl/uf-svn/uF@20 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -136,7 +136,7 @@ switch($_GET['page'])
|
||||
'L.value'=>$lng['value'],
|
||||
'L.php_version'=>$lng['php_version'],
|
||||
'PHP.version'=>phpversion(),
|
||||
'PHP.value' => (phpversion()>='4.3.10') ? '<font color="green">OK</font>' : ' <font color="red">Error - No OK</font>',
|
||||
'PHP.value' => (phpversion()>='5.0.7') ? '<font color="green">OK</font>' : ' <font color="red">Error - No OK</font>',
|
||||
'mySQL.version'=>mysql_get_client_info(),
|
||||
'L.mySQL_version'=>$lng['mysql_version'],
|
||||
'mySQL.value'=>(mysql_get_client_info()>='4.1') ? '<font color="green">OK</font>' : ' <font color="red">Error - No OK</font>',
|
||||
|
||||
Reference in New Issue
Block a user