Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-21225

Remove uneeded charset setup if dfs cluster

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Customer request
    • None
    • None
    • None
    • any ezp version up to 4.6

    Description

      the required charset for the database is utf-8 for the ezp versions 4.x

      however, the index_image_dfsmysqli.php always sets the charset on every reuqest here:
      if ( !mysqli_set_charset( $db, defined( 'STORAGE_CHARSET' ) ? STORAGE_CHARSET : 'utf8' ) )
      _die( "Failed to set character set.\n" );

      this operation is not needed.

      Attachments

        Activity

          People

            Unassigned Unassigned
            paulo.bras-obsolete@ez.no Paulo Bras (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: