![]() |
sponsored links |
|
|
sponsored links
|
|
|
2
26th May 21:51
External User
Posts: 1
|
ID: 36842
Updated by: tony2001@php.net Reported By: dima at sweb dot ru -Status: Open +Status: Feedback Bug Type: ICONV related Operating System: Red Hat Linux release 8.0 PHP Version: 5.1.2 New Comment: Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2006-03-24 10:48:02] dima at sweb dot ru Description: ------------ On the system with installed libiconv library php don't see iconv() function (Fatal error: Call to undefined function iconv() ) but in phpinfo say that it's implemented throuh glibc. Reproduce code: --------------- Any use of iconv() function gets: Fatal error. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36842&edit=1 |
|
|
3
26th May 21:51
External User
Posts: 1
|
ID: 36842
User updated by: dima at sweb dot ru Reported By: dima at sweb dot ru -Status: Feedback +Status: Open Bug Type: ICONV related Operating System: Red Hat Linux release 8.0 PHP Version: 5.1.2 New Comment: php was compiled with the following options: ../configure \ '--prefix=/opt/php5' \ '--with-mysql=/usr' \ '--with-config-file-path=/etc/opt/php5' \ '--enable-force-cgi-redirect' \ '--disable-debug' \ '--enable-pic' \ '--disable-rpath' \ '--enable-inline-optimization' \ '--with-freetype-dir=/usr/local' \ '--with-png-dir=/usr' \ '--with-gd' \ '--enable-gd-native-ttf' \ '--with-mime-magic' \ '--without-gdbm' \ '--with-gettext' \ '--with-jpeg-dir=/usr' \ '--with-curl' \ '--with-curlwrappers' \ '--enable-ftp' \ '--enable-mbstring' \ '--with-xml' \ '--with-xsl' \ '--with-expat-dir=/usr' \ '--with-dom=shared,/usr' \ '--with-dom-xslt=/usr' \ '--with-dom-exslt=/usr' \ '--with-xmlrpc=shared' \ '--with-pcre-regex' \ '--with-zlib' \ '--enable-bcmath' \ '--enable-magic-quotes' \ '--enable-sockets' \ '--enable-sysvshm' \ '--enable-track-vars' \ '--enable-trans-sid' \ '--with-pgsql=/usr/bin/pg_config' \ '--enable-memory-limit' \ '--with-snmp' \ '--enable-soap' \ Previous Comments: ------------------------------------------------------------------------ [2006-03-24 11:01:19] tony2001@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2006-03-24 10:48:02] dima at sweb dot ru Description: ------------ On the system with installed libiconv library php don't see iconv() function (Fatal error: Call to undefined function iconv() ) but in phpinfo say that it's implemented throuh glibc. Reproduce code: --------------- Any use of iconv() function gets: Fatal error. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36842&edit=1 |
|
|
4
26th May 21:51
External User
Posts: 1
|
ID: 36842
Updated by: tony2001@php.net Reported By: dima at sweb dot ru -Status: Open +Status: Feedback Bug Type: ICONV related Operating System: Red Hat Linux release 8.0 PHP Version: 5.1.2 New Comment: Reconfigure it with just `./configure --with-iconv=/usr` and see if it helps. Previous Comments: ------------------------------------------------------------------------ [2006-03-24 11:08:07] dima at sweb dot ru php was compiled with the following options: ../configure \ '--prefix=/opt/php5' \ '--with-mysql=/usr' \ '--with-config-file-path=/etc/opt/php5' \ '--enable-force-cgi-redirect' \ '--disable-debug' \ '--enable-pic' \ '--disable-rpath' \ '--enable-inline-optimization' \ '--with-freetype-dir=/usr/local' \ '--with-png-dir=/usr' \ '--with-gd' \ '--enable-gd-native-ttf' \ '--with-mime-magic' \ '--without-gdbm' \ '--with-gettext' \ '--with-jpeg-dir=/usr' \ '--with-curl' \ '--with-curlwrappers' \ '--enable-ftp' \ '--enable-mbstring' \ '--with-xml' \ '--with-xsl' \ '--with-expat-dir=/usr' \ '--with-dom=shared,/usr' \ '--with-dom-xslt=/usr' \ '--with-dom-exslt=/usr' \ '--with-xmlrpc=shared' \ '--with-pcre-regex' \ '--with-zlib' \ '--enable-bcmath' \ '--enable-magic-quotes' \ '--enable-sockets' \ '--enable-sysvshm' \ '--enable-track-vars' \ '--enable-trans-sid' \ '--with-pgsql=/usr/bin/pg_config' \ '--enable-memory-limit' \ '--with-snmp' \ '--enable-soap' \ ------------------------------------------------------------------------ [2006-03-24 11:01:19] tony2001@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2006-03-24 10:48:02] dima at sweb dot ru Description: ------------ On the system with installed libiconv library php don't see iconv() function (Fatal error: Call to undefined function iconv() ) but in phpinfo say that it's implemented throuh glibc. Reproduce code: --------------- Any use of iconv() function gets: Fatal error. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36842&edit=1 |
|
|
5
26th May 21:51
External User
Posts: 1
|
ID: 36842
User updated by: dima at sweb dot ru Reported By: dima at sweb dot ru -Status: Feedback +Status: Open Bug Type: ICONV related Operating System: Red Hat Linux release 8.0 PHP Version: 5.1.2 New Comment: Helps it or not it's a bug. Because of wrong phpinfo. Previous Comments: ------------------------------------------------------------------------ [2006-03-24 11:10:46] tony2001@php.net Reconfigure it with just `./configure --with-iconv=/usr` and see if it helps. ------------------------------------------------------------------------ [2006-03-24 11:08:07] dima at sweb dot ru php was compiled with the following options: ../configure \ '--prefix=/opt/php5' \ '--with-mysql=/usr' \ '--with-config-file-path=/etc/opt/php5' \ '--enable-force-cgi-redirect' \ '--disable-debug' \ '--enable-pic' \ '--disable-rpath' \ '--enable-inline-optimization' \ '--with-freetype-dir=/usr/local' \ '--with-png-dir=/usr' \ '--with-gd' \ '--enable-gd-native-ttf' \ '--with-mime-magic' \ '--without-gdbm' \ '--with-gettext' \ '--with-jpeg-dir=/usr' \ '--with-curl' \ '--with-curlwrappers' \ '--enable-ftp' \ '--enable-mbstring' \ '--with-xml' \ '--with-xsl' \ '--with-expat-dir=/usr' \ '--with-dom=shared,/usr' \ '--with-dom-xslt=/usr' \ '--with-dom-exslt=/usr' \ '--with-xmlrpc=shared' \ '--with-pcre-regex' \ '--with-zlib' \ '--enable-bcmath' \ '--enable-magic-quotes' \ '--enable-sockets' \ '--enable-sysvshm' \ '--enable-track-vars' \ '--enable-trans-sid' \ '--with-pgsql=/usr/bin/pg_config' \ '--enable-memory-limit' \ '--with-snmp' \ '--enable-soap' \ ------------------------------------------------------------------------ [2006-03-24 11:01:19] tony2001@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2006-03-24 10:48:02] dima at sweb dot ru Description: ------------ On the system with installed libiconv library php don't see iconv() function (Fatal error: Call to undefined function iconv() ) but in phpinfo say that it's implemented throuh glibc. Reproduce code: --------------- Any use of iconv() function gets: Fatal error. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36842&edit=1 |
|
|
6
26th May 21:51
External User
Posts: 1
|
ID: 36842
Updated by: tony2001@php.net Reported By: dima at sweb dot ru -Status: Open +Status: Bogus Bug Type: ICONV related Operating System: Red Hat Linux release 8.0 PHP Version: 5.1.2 New Comment: No bug, but a libraries/headers mess in your system. Previous Comments: ------------------------------------------------------------------------ [2006-03-24 11:24:15] dima at sweb dot ru Helps it or not it's a bug. Because of wrong phpinfo. ------------------------------------------------------------------------ [2006-03-24 11:10:46] tony2001@php.net Reconfigure it with just `./configure --with-iconv=/usr` and see if it helps. ------------------------------------------------------------------------ [2006-03-24 11:08:07] dima at sweb dot ru php was compiled with the following options: ../configure \ '--prefix=/opt/php5' \ '--with-mysql=/usr' \ '--with-config-file-path=/etc/opt/php5' \ '--enable-force-cgi-redirect' \ '--disable-debug' \ '--enable-pic' \ '--disable-rpath' \ '--enable-inline-optimization' \ '--with-freetype-dir=/usr/local' \ '--with-png-dir=/usr' \ '--with-gd' \ '--enable-gd-native-ttf' \ '--with-mime-magic' \ '--without-gdbm' \ '--with-gettext' \ '--with-jpeg-dir=/usr' \ '--with-curl' \ '--with-curlwrappers' \ '--enable-ftp' \ '--enable-mbstring' \ '--with-xml' \ '--with-xsl' \ '--with-expat-dir=/usr' \ '--with-dom=shared,/usr' \ '--with-dom-xslt=/usr' \ '--with-dom-exslt=/usr' \ '--with-xmlrpc=shared' \ '--with-pcre-regex' \ '--with-zlib' \ '--enable-bcmath' \ '--enable-magic-quotes' \ '--enable-sockets' \ '--enable-sysvshm' \ '--enable-track-vars' \ '--enable-trans-sid' \ '--with-pgsql=/usr/bin/pg_config' \ '--enable-memory-limit' \ '--with-snmp' \ '--enable-soap' \ ------------------------------------------------------------------------ [2006-03-24 11:01:19] tony2001@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2006-03-24 10:48:02] dima at sweb dot ru Description: ------------ On the system with installed libiconv library php don't see iconv() function (Fatal error: Call to undefined function iconv() ) but in phpinfo say that it's implemented throuh glibc. Reproduce code: --------------- Any use of iconv() function gets: Fatal error. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36842&edit=1 |
|
|