1.0.2
1.0.2.0add socket support to the mysqli driver in contao lts
LGPLv3
The Requires
- php >=5.2
 - contao/core 2.11.*
 
by Dominik Zogg
mysqli contao
                         Wallogit.com
                    
                    2017 © Pedro Peláez
                    
                    
                    
                    
                
                
            
add socket support to the mysqli driver in contao lts
Contao LTS mysqli socket connection support, (*1)
copy the content of the src folder to your Installation (PLEASE NOT WITH APPLE FINDER), merge the data, not overwrite all, (*2)
Modify your system/config/localconfig.php, (*3)
$GLOBALS['TL_CONFIG']['dbDriver'] = 'mysqliwithsocketsupport'; $GLOBALS['TL_CONFIG']['dbSocket'] = 'path/to/the/mysql.sock';
add socket support to the mysqli driver in contao lts
LGPLv3
mysqli contao