Skip to content

Instantly share code, notes, and snippets.

@jayelkaake
Created September 9, 2015 19:27
Show Gist options
  • Save jayelkaake/3ab168117d653cf4e092 to your computer and use it in GitHub Desktop.
Save jayelkaake/3ab168117d653cf4e092 to your computer and use it in GitHub Desktop.
Command to update Magento to not show "Deprecated functionality: iconv_set_encoding()" message on non-OSX systems.
sed -i "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