Revision: 2632
https://sourceforge.net/p/mrbs/code/2632/
Author: cimorrison
Date: 2013-01-03 21:41:38 +0000 (Thu, 03 Jan 2013)
Log Message:
-----------
Changed default $dbsys to 'mysqli' from 'mysql', which is now deprecated in PHP
5.5.0
Modified Paths:
--------------
mrbs/trunk/web/config.inc.php
mrbs/trunk/web/systemdefaults.inc.php
Modified: mrbs/trunk/web/config.inc.php
===================================================================
--- mrbs/trunk/web/config.inc.php 2013-01-03 13:32:42 UTC (rev 2631)
+++ mrbs/trunk/web/config.inc.php 2013-01-03 21:41:38 UTC (rev 2632)
@@ -37,7 +37,7 @@
******************/
// Which database system: "pgsql"=PostgreSQL, "mysql"=MySQL,
// "mysqli"=MySQL via the mysqli PHP extension
-$dbsys = "mysql";
+$dbsys = "mysqli";
// Hostname of database server. For pgsql, can use "" instead of localhost
// to use Unix Domain Sockets instead of TCP/IP.
$db_host = "localhost";
Modified: mrbs/trunk/web/systemdefaults.inc.php
===================================================================
--- mrbs/trunk/web/systemdefaults.inc.php 2013-01-03 13:32:42 UTC (rev
2631)
+++ mrbs/trunk/web/systemdefaults.inc.php 2013-01-03 21:41:38 UTC (rev
2632)
@@ -58,7 +58,7 @@
******************/
// Which database system: "pgsql"=PostgreSQL, "mysql"=MySQL,
// "mysqli"=MySQL via the mysqli PHP extension
-$dbsys = "mysql";
+$dbsys = "mysqli";
// Hostname of database server. For pgsql, can use "" instead of localhost
// to use Unix Domain Sockets instead of TCP/IP.
$db_host = "localhost";
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits