[Bug 47312] Re: Message partially hidden in "File Sharing"

2007-04-03 Thread A-Wing
Cheers, completely forgot about this bug to be honest, shame I don't use a GUI on Linux anymore :) -- Message partially hidden in "File Sharing" https://bugs.launchpad.net/bugs/47312 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubu

[Bug 76705] cURL in PHP5, CURLOPT_HTTPHEADER problems

2006-12-21 Thread A-Wing
Public bug reported: Binary package hint: php5-curl When using: curl_setopt($ch, CURLOPT_HTTPHEADER, $header); $header should be an array such as: $header = array(); $header[] = "Host: www.google.com"; $header[] = "MIME-Version: 1.0"; $header[] = "Accept: text/xml"; etc... However it seems i