PHP 7.0.6 Released

Installation

This extension is enabled by default, although it may be disabled by compiling with --without-iconv .

The optional --with-iconv-dir directive is used to specify the location of iconv on the system that PHP is being compiled on, otherwise only the default locations are scanned.

Note: Note to PHP 4 users
Enabling this extension requires building with --with-iconv=[DIR] , or Windows users may enable by having iconv.dll available in the system's PATH, and php_iconv.dll enabled in php.ini.

User Contributed Notes

cwjordandt at gmail dot com
2 days ago
Note for FreeBSD users: you may need to install the php56-iconv pkg.
gabriel at plenitech dot fr
5 months ago
Note for Cygwin users: you may need to install the "php-iconv" package.
To Top