php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45123 iconv installed by default
Submitted: 2008-05-29 00:57 UTC Modified: 2008-05-29 07:14 UTC
From: joel at pureravfe dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5.2.6 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
5 + 8 = ?
Subscribe to this entry?

 
 [2008-05-29 00:57 UTC] joel at pureravfe dot com
Description:
------------
The documentation mentioned to use --with-iconv, which has always been the case, until 5.2.6. Now iconv is available even when the configure option is omitted.

Seems the documentation is incorrect as well.
./configure --help | grep iconv
  --without-iconv[=DIR]   Exclude iconv support
  --with-iconv-dir=DIR      XMLRPC-EPI: iconv dir for XMLRPC-EPI



Reproduce code:
---------------
compile php without the --with-iconv option.



Expected result:
----------------
iconv should not be complied and listed a phpinfo() page.

Actual result:
--------------
iconv is complied and listed a phpinfo() page.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-29 07:14 UTC] derick@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC