Skip to content

Crash if mbstr not installed on server #29

@sfatfarma

Description

@sfatfarma

Hello,

The library crashes if mbstr is not available on server.

I recommend adding this code for each use of mb_convert_encoding functions:

if(function_exists('mb_convert_encoding')
{...}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions