1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

The PHP iconv extension doesn't provide --with-iconv-dir configure option which is used only for xmlrpc extension to specify location of iconv library such as libiconv. It uses --with-iconv option to specify it as shared and/or location of the iconv library location.

-- 
Provided by anonymous 80662 (peterkokot)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343339 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker
2017-10-30 17:02:46 +00:00
parent 8905c36d11
commit 8adbce1862

View File

@@ -7,7 +7,7 @@
compiling with <option role="configure">--without-iconv</option>.
</para>
<para>
The optional <option role="configure">--with-iconv-dir</option> directive
The optional <option role="configure">--with-iconv[=DIR]</option> directive
is used to specify the location of <emphasis>iconv</emphasis> on the system
that PHP is being compiled on, otherwise only the default locations are scanned.
</para>