In config/mysql.php I needed to insert the line:
if (!extension_loaded("mysql")){dl("mysql.so");}
in the beginning of database connection function. I think Debian is perhaps unique in their distributing PHP in so many modules.
Maybe just mention this in documentation?
Thanks,
Jerritt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe this is covered somewhere...?
In config/mysql.php I needed to insert the line:
if (!extension_loaded("mysql")){dl("mysql.so");}
in the beginning of database connection function. I think Debian is perhaps unique in their distributing PHP in so many modules.
Maybe just mention this in documentation?
Thanks,
Jerritt
I've added your suggestion to INSTALL.mysql
/Arno