Skip to content

Instantly share code, notes, and snippets.

@jayelkaake
Created August 31, 2015 01:16
Show Gist options
  • Save jayelkaake/34109641e5489e3e7e30 to your computer and use it in GitHub Desktop.
Save jayelkaake/34109641e5489e3e7e30 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