Changeset 8596 for trunk/xmlrpc/lib
- Timestamp:
- 01/19/09 03:15:38 (3 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc/lib/xmlrpcs.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/lib/xmlrpcs.inc
r7558 r8596 482 482 if(function_exists('gzinflate')) 483 483 { 484 $this->accepted_compression = array( 'gzip', 'deflate');484 $this->accepted_compression = array(); //array('gzip', 'deflate'); !!! 485 485 $this->compress_response = true; 486 486 }
Note: See TracChangeset
for help on using the changeset viewer.