Menu

#3 Deprecated functions in include.php

open
nobody
None
5
2010-09-08
2010-09-08
No

In version 5.3.2 of php errors occur for deprecated functions.
In file "include.php"
Line 30:
$sysdbh =& new SPSQLite('db/phpsla.sqlite');
for
$sysdbh =& new SPSQLite('db/phpsla.sqlite');

Line 36:
$userdbh =& new SPSQLite($current_db);
for
$userdbh =& new SPSQLite($current_db);

Line 38:
$userdbh2 =& new SPSQLite($current_db);
for
$userdbh2 =& new SPSQLite($current_db);

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.