Actions
Bug #23416
closedUpdate ADOdb to version 5.11
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-08-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
ADOdb was updated. Please find enclosed patch to upgrade it in Core.
$ cd /path/to/typo3/sysext/adodb
$ patch -p0 < /path/to/diff-file
$ cd adodb
$ svn st | grep ? | awk '{ print $2}' | xargs svn add
$ find . -exec svn propdel svn:keywords {} \;
(issue imported from #M15515)
Files
Actions