Dotclear


Ignore:
Timestamp:
07/27/17 17:24:16 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add MySQL UTF8-MB4 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/install/wizard.php

    r3404 r3565  
    201201'<form action="wizard.php" method="post">'. 
    202202'<p><label class="required" for="DBDRIVER"><abbr title="'.__('Required field').'">*</abbr> '.__('Database type:').'</label> '. 
    203     form::combo('DBDRIVER',array(__('MySQL (deprecated)')=>'mysql',__('MySQLi')=>'mysqli',__('PostgreSQL')=>'pgsql',__('SQLite')=>'sqlite'),$DBDRIVER).'</p>'. 
     203    form::combo('DBDRIVER',array(__('MySQL (deprecated)')=>'mysql',__('MySQLi')=>'mysqli',__('MySQLi (full UTF-8)')=>'mysqlimb4',__('PostgreSQL')=>'pgsql',__('SQLite')=>'sqlite'),$DBDRIVER).'</p>'. 
    204204'<p><label for="DBHOST">'.__('Database Host Name:').'</label> '. 
    205205form::field('DBHOST',30,255,html::escapeHTML($DBHOST)).'</p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map