Index: branches/REL1_16/phase3/includes/HttpFunctions.php |
— | — | @@ -715,7 +715,6 @@ |
716 | 716 | $this->curlOptions[CURLOPT_WRITEFUNCTION] = $this->callback; |
717 | 717 | $this->curlOptions[CURLOPT_HEADERFUNCTION] = array($this, "readHeader"); |
718 | 718 | $this->curlOptions[CURLOPT_MAXREDIRS] = $this->maxRedirects; |
719 | | - $this->curlOptions[CURLOPT_ENCODING] = ""; # Enable compression |
720 | 719 | |
721 | 720 | /* not sure these two are actually necessary */ |
722 | 721 | if(isset($this->reqHeaders['Referer'])) { |
Index: branches/REL1_16/phase3/RELEASE-NOTES |
— | — | @@ -49,8 +49,9 @@ |
50 | 50 | * (bug 23175) Re-added window.ta variable for backwards compatibility. |
51 | 51 | * (bug 23264) Fixed breakage of various command line scripts due to extra line |
52 | 52 | endings being inserted by Maintenance::output(). |
53 | | -* MonobookTemplateToolboxEnd has been deprecated. Use SkinTemplateToolboxEnd |
54 | | - instead. |
| 53 | +* Fixed HTTP client functionality with safe_mode=On. |
| 54 | +* Fixed parser tests broken in 1.16 beta 3. |
| 55 | +* For Oracle DB backend: fixed parser tests and table prefix feature. |
55 | 56 | |
56 | 57 | == Changes since 1.16 beta 2 == |
57 | 58 | |