[Mahara-contributors] [Bug 1187964] Re: Use adodb mysqli instead of mysql

2013-10-23 Thread Aaron Wells
** Changed in: mahara Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org

[Mahara-contributors] [Bug 1187964] Re: Use adodb mysqli instead of mysql

2013-09-30 Thread Aaron Wells
** Changed in: mahara Milestone: 1.8rc1 = 1.8.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before

[Mahara-contributors] [Bug 1187964] Re: Use adodb mysqli instead of mysql

2013-09-22 Thread Aaron Wells
** Changed in: mahara Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1187964] Re: Use adodb mysqli instead of mysql

2013-09-05 Thread Aaron Wells
** Tags added: mysql -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!

[Mahara-contributors] [Bug 1187964] Re: Use adodb mysqli instead of mysql

2013-09-05 Thread Aaron Wells
The adodb mysqli driver requires a different PHP library than the adodb mysql driver: mysql uses the original PHP mysql library: http://nz1.php.net/manual/en/book.mysql.php mysqli uses the Mysql Improved library: http://nz1.php.net/manual/en/book.mysqli.php Since it's conceivable some people

[Mahara-contributors] [Bug 1187964] Re: Use adodb mysqli instead of mysql

2013-09-05 Thread Aaron Wells
https://reviews.mahara.org/2477 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing

[Mahara-contributors] [Bug 1187964] Re: Use adodb mysqli instead of mysql

2013-09-05 Thread Aaron Wells
The way I finally decided to implement this is as follows: 1. I changed the preferred dbtype in config-dist.php to postgres or mysql (we already had code that was transforming the postgres8 and mysql5 into other strings to match the ADODB driver, so I figured that if we're doing that, we may as

[Mahara-contributors] [Bug 1187964] Re: Use adodb mysqli instead of mysql

2013-09-05 Thread Aaron Wells
Testing instructions: Just use the site, in postgres and mysql. Use it intensively. Do a clean install. You can also test the warning messages by uninstalling the PHP mysql and/or mysqli extensions. In Ubuntu, these are both instaled via the same package, php5-mysql, but you can disable mysqli by

[Mahara-contributors] [Bug 1187964] Re: Use adodb mysqli instead of mysql

2013-08-13 Thread Aaron Wells
** Tags added: adodb dmllib -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members https://bugs.launchpad.net/bugs/1187964 Title: Use adodb mysqli instead of