egroupware_official/importexport/inc
ralf 8d645e5a7d final fix for "Network error" when stream files to client
It is important to FIRST disable zlib.output_compression (before headers are sent!) and THEN end all output-buffering!
Without the two steps in this order, we are either limited by the memory limit or get the "Network error", because the streaming/fpassthrough does not apply the compression.
2022-05-05 12:49:07 +02:00
..
class.importexport_admin_prefs_sidebox_hooks.inc.php fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-14 15:48:44 +01:00
class.importexport_arrayxml.inc.php Try to avoid "PHP Warning: DOMDocument::loadXML(): Empty string supplied as input" 2021-11-03 09:39:30 -06:00
class.importexport_basic_import_csv.inc.php Fix PHP 8.0 TypeError: get_class(): Argument #1 ($object) must be of type object, null given 2021-11-16 09:37:47 -07:00
class.importexport_definition.inc.php fix PHP 8.0 Error: Illegal string offset 'string' 2021-11-23 17:18:17 +01:00
class.importexport_definitions_bo.inc.php Fix PHP 8 error: "array_search(): Argument #2 ($haystack) must be of type array, null given" 2021-10-14 08:59:18 -06:00
class.importexport_definitions_ui.inc.php fix PHP 8.0 TypeError: implode(): Argument #1 ($pieces) must be of type array, string given 2021-11-22 08:37:15 +01:00
class.importexport_export_csv.inc.php next chunk of fixed PHP Warning: Undefined array key or variable in main repo 2022-04-27 20:31:12 +02:00
class.importexport_export_ui.inc.php final fix for "Network error" when stream files to client 2022-05-05 12:49:07 +02:00
class.importexport_helper_functions.inc.php fix PHP 8.0 Error: Undefined constant "self" 2021-11-15 15:56:01 +01:00
class.importexport_iface_egw_record.inc.php Move importexport to new API 2016-05-09 22:49:20 +00:00
class.importexport_iface_export_plugin.inc.php Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 09:35:35 -07:00
class.importexport_iface_export_record.inc.php - Change file/class names to match new naming conventions 2010-03-22 15:09:26 +00:00
class.importexport_iface_import_plugin.inc.php Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 09:35:35 -07:00
class.importexport_iface_import_record.inc.php - Change file/class names to match new naming conventions 2010-03-22 15:09:26 +00:00
class.importexport_import_csv.inc.php fix PHP 8.0 ValueError: fgetcsv(): Argument #3 ($separator) must be a single character 2021-11-16 08:38:15 +01:00
class.importexport_import_ui.inc.php Fix PHP 8.0 TypeError: get_class(): Argument #1 ($object) must be of type object, null given 2021-11-16 09:37:47 -07:00
class.importexport_schedule_ui.inc.php fix PHP 8.0 TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given 2021-11-23 08:42:30 +01:00
class.importexport_widget_filter.inc.php Fix PHP 7.2 warning about count() 2018-12-06 11:47:35 -07:00
class.importexport_wizard_basic_export_csv.inc.php fix PHP 8.0 Error: explode(): Argument #2 ($string) must be of type string, array given 2022-04-06 16:29:17 +03:00
class.importexport_wizard_basic_import_csv.inc.php fix explode(): Argument #2 ($string) must be of type string, array given 2022-01-06 19:12:10 +02:00