[TYPO3-core] FYI: Fixed bug #15343: dbClientCompress crashes with pconnect
Oliver Hader
oliver at typo3.org
Thu Aug 5 17:55:56 CEST 2010
The following changes were committed to SVN:
* TYPO3_4-3 (rev. 8482)
* TYPO3_4-4 (rev. 8483)
* Trunk (rev. 8484)
Type: Bugfix
Bugtracker references:
http://bugs.typo3.org/view.php?id=15343
Branches: TYPO3_4-3, TYPO3_4-4, Trunk
Problem:
When dbClientCompress is enabled in the install tool and the database is
not on the localhost, no connection can be established.
Solution:
mysql_pconnect() is called with a wrong parameter count. There is no
"new_link" argument for persistent connections. Thus, remove it...
See: http://php.net/manual/en/function.mysql-pconnect.php
Notes:
Thanks to Till Kleisli for pointing this out!
olly
--
Oliver Hader
TYPO3 v4 Core Team Leader
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0015343.patch
Type: text/x-patch
Size: 710 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100805/78736df3/attachment.bin>
More information about the TYPO3-team-core
mailing list