Changes between Version 17 and Version 18 of XMLRPC


Ignore:
Timestamp:
Nov 28, 2008, 5:08:55 AM (15 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v17 v18  
    1515 * For languages codes, check [http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes ISO639], use '''pb/pob''' for Portuguese (Brazil) - [http://www.opensubtitles.org/addons/export_languages.php Download OS languages table dump]
    1616 * for gzip compression use function which adds no header to output, for PHP it is: [http://www.php.net/manual/en/function.gzcompress.php gzcompress]. For decompression is used [http://www.php.net/gzuncompress gzdecompress].
     17 * if you get '''407 Download limit reached''', do not use persistent connections (HTTP keep-alive)
    1718
    1819= XMLRPC methods =