Skip to content

Instantly share code, notes, and snippets.

@eniuz
Forked from jayelkaake/gist:34109641e5489e3e7e30
Created November 2, 2015 09:45
Show Gist options
  • Save eniuz/ca29bffbbb8875639570 to your computer and use it in GitHub Desktop.
Save eniuz/ca29bffbbb8875639570 to your computer and use it in GitHub Desktop.
Command to update Magento to not show "Deprecated functionality: iconv_set_encoding()" message on OSX.
sed -i '' -e "s/'internal_encoding'/'default_charset'/g" lib/Zend/XmlRpc/Client.php lib/Zend/Service/Audioscrobbler.php lib/Zend/Service/Technorati.php lib/Zend/Locale/Format.php lib/Zend/Validate/Hostname.php lib/Zend/Validate/StringLength.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment