Actions
Task #27954
closedChange usage of t3lib_DB->sql_pconnect to t3lib_DB->connectDB
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2011-07-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Currently many entry points that connect to the database use sql_pconnect
for that. This method is a low level sql method that skips hook initialization.
Also duplicate code was spread all over the entry points and are rewritten
to use the exceptions from t3lib_DB->connectDB.
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I5b3cdecfed018be43236d1d54feac47a29333213 has been pushed to the review server.
It is available at http://review.typo3.org/3059
Updated by Thomas Maroschik over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 89732c4a41ce826d3da44a8b9ee1a8e25466ae3e.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed
Actions