Changeset 253 for trunk/install/index.php
- Timestamp:
- Mar 12, 2018, 8:53:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/index.php
r230 r253 96 96 <tr> 97 97 <td> 98 - supporto MySQL 99 </td> 100 <td align="left"> 101 <?php echo function_exists( 'mysql_connect' ) ? '<b><font color="green">Disponibile</font></b>' : '<b><font color="red">Non Disponibile</font></b>';?> 98 - supporto PDO MySQL 99 </td> 100 <td align="left"> 101 102 <?php echo (extension_loaded('Pdo_mysql')) ? '<b><font color="green">Disponibile</font></b>' : '<b><font color="red">Non Disponibile</font></b>';?> 102 103 </td> 103 104 </tr> … … 163 164 <?php 164 165 $php_recommended_settings = array( 165 array ('Magic Quotes GPC','magic_quotes_gpc','O N'),166 array ('Magic Quotes GPC','magic_quotes_gpc','OFF'), 166 167 array ('Register Globals','register_globals','OFF'), 167 168 array ('Session auto start','session.auto_start','OFF'),
Note:
See TracChangeset
for help on using the changeset viewer.