* Fix: no more "ERR" or "Unpacking the language pack failed" in the translation handling with curl enabled.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1763
709f56b5-9817-0410-a4d7-
c38de5d9e867
+2006-10-17 Ernesto Baschny <ernst@cron-it.de>
+
+ * Fix: no more "ERR" or "Unpacking the language pack failed" in the translation handling with curl enabled.
+
2006-10-14 Dmitry Dulepov <dmitry@typo3.org>
* Fix: t3lib_db::exec_SELECTgetRows() did not free recordset
curl_setopt($ch, CURLOPT_NOBODY, $includeHeader == 2 ? 1 : 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+ curl_setopt($ch, CURLOPT_FAILONERROR, 1);
if (is_array($requestHeaders)) {
curl_setopt($ch, CURLOPT_HTTPHEADER, $requestHeaders);
}