Actions
Bug #14823
closedDBAL produces "unexpected EOF on client connection"
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2005-06-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The dbal layer of typo3 produces the following log
when used with postgresql 7.4 and adodb:
postgres: [2-1] LOG: unexpected EOF on client connection
this is very annoying because it happens for every page
request and floods the syslog.
(issue imported from #M1204)
Updated by Karsten Dambekalns almost 19 years ago
With current dbal, adodb and TYPO3 code I cannot reproduce this with PostgreSQL 7.4.9. Anyway, this bug can hardly be triggered by PHP code, as it is on protocol level.
So it is either PHP itself or Apache not closing the connection properly (like suggested in http://www.codecomments.com/archive401-2005-3-441389.html).
If this is still an issue, post a comment here.
Actions