ID: 44098 Comment by: max at phoenixweb dot it Reported By: steffen at dislabs dot de Status: No Feedback Bug Type: IMAP related Operating System: FreeBSD 6.2 PHP Version: 5.2.5 Assigned To: fb-req-jani New Comment:
I thought it was a problem of PHP minor version but it's not. I downgrade my sever to 5.2.4, and after to 5.2.3 (the same as another server that works fine). And "imap_utf8()", still returns only capital letter. Moreover it doesn't make a right convesion so you can still see special charset chars like "èéòìàù" that are still in lower case! Please check it if somebody simple left an uppercase somewhere in order to debug... ...this function is completely useless in this status. Thank you! Hope this will be fixed soon. PS: i think that C-client could not be, because i have another server where everything works fine and it has same C-client library (2004 version as reported on PHPINFO). Previous Comments: ------------------------------------------------------------------------ [2008-07-01 16:15:15] max at phoenixweb dot it Same problem, fresh installation of all server environment and PHP 5.2.5. Server is a CentOS 5.2 ------------------------------------------------------------------------ [2008-04-26 01:00:00] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2008-04-18 23:40:06] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.2-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.2-win32-installer-latest.msi And I'd like to point out here that we DO NOT support any 3rd party binary packages of PHP (or any part of it). ------------------------------------------------------------------------ [2008-04-18 18:58:07] steffen at dislabs dot de I'm happy that i'm not the only one. Sry for not posting details, but i develop on the server but i'm not the admin, so i have no admin account for the server. Actually i use a workaround but i would happy if the problem could be solved. My workarround: # private function imap_utf8($string) { return iconv_mime_decode($string,0,"UTF-8"); } ------------------------------------------------------------------------ [2008-04-17 21:51:23] brett at fogcreek dot com Here is the php5-imap info: $ aptitude show php5-imap Package: php5-imap State: installed Automatically installed: yes Version: 5.2.3-0ubuntu3 Priority: optional Section: universe/web Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]> Uncompressed Size: 176k Depends: debconf (>= 0.5) | debconf-2.0, libc-client2007, libc6 (>= 2.7-1), libcomerr2 (>= 1.33-3), libkrb53 (>= 1.6.dfsg.2), libpam0g (>= 0.99.7.1), libssl0.9.8 (>= 0.9.8f-1), phpapi-20060613+lfs Description: IMAP module for php5 This package provides a module for IMAP functions in PHP scripts. # ldd /usr/lib/php5/20060613+lfs/imap.so linux-gate.so.1 => (0xb7f8d000) libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7f27000) libc-client.so.2007 => /usr/lib/libc-client.so.2007 (0xb7e1c000) libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7de9000) libpam.so.0 => /lib/libpam.so.0 (0xb7ddf000) libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0xb7db6000) libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0xb7d29000) libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0xb7d06000) libcom_err.so.2 => /lib/libcom_err.so.2 (0xb7d03000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7bb3000) libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0xb7a71000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7a6d000) libz.so.1 => /usr/lib/libz.so.1 (0xb7a58000) libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0xb7a50000) libkeyutils.so.1 => /lib/libkeyutils.so.1 (0xb7a4c000) libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0xb7a39000) /lib/ld-linux.so.2 (0xb7f8e000) ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/44098 -- Edit this bug report at http://bugs.php.net/?id=44098&edit=1