Bug #765
Deprecated Functions PHP5
| Status: | Assigned | Start: | 09/04/2009 | ||
| Priority: | Normal | Due date: | |||
| Assigned to: | - | % Done: | 50% |
||
| Category: | core | ||||
| Target version: | 2.4 | ||||
Description
This funtions are deprecated on php5 5.3, still working on 5.2.8
Deprecated: Assigning the return value of new by reference is deprecated in D:\imageboard\lib\adodb\adodb.inc.php on line 921 Deprecated: Assigning the return value of new by reference is deprecated in D:\imageboard\lib\adodb\adodb.inc.php on line 1996 Deprecated: Assigning the return value of new by reference is deprecated in D:\imageboard\lib\adodb\adodb.inc.php on line 2068 Deprecated: Function split() is deprecated in D:\imageboard\core\util.inc.php on line 683 Deprecated: Function split() is deprecated in D:\imageboard\core\util.inc.php on line 702
History
Updated by Shish Moom 67 days ago
- % Done changed from 0 to 50
shimmie parts fixed in ea215fb
now to look into adodb; ideally I'd update that to the latest version and find that it all works magically, but I have a suspicion that it won't be that easy...
Updated by Shish Moom 44 days ago
- Status changed from New to Assigned
- Priority changed from Urgent to Normal
- Target version changed from 2.3 to 2.4
adodb seems not to have updated, and I'd really rather not maintain my own custom version of a huge third party library...
Moving to 2.4 since it doesn't actually break anything