Ask a Question related to PHP Bugs, Design and Development.
-
tony2001@php.net #1
#40595 [Opn->Bgs]: IMAP extension: utf8_mime2text() has wrong parameters
ID: 40595
Updated by: [email]tony2001@php.net[/email]
Reported By: perske at uni-muenster dot de
-Status: Open
+Status: Bogus
Bug Type: Compile Failure
Operating System: Independent
PHP Version: 5.2.1
New Comment:
That's not true.>But with the current imap2006e.tar.Z, U8T_CANONICAL is
>defined and utf8_mime2text() takes only two parameters.
See imap-2006e/src/c-client/utf8aux.c, line 116:
long utf8_mime2text (SIZEDTEXT *src,SIZEDTEXT *dst,long flags)
Previous Comments:
------------------------------------------------------------------------
[2007-02-22 18:26:52] perske at uni-muenster dot de
Description:
------------
Bug 37948 should be reopened:
The bugfix assumes that U8T_CANONICAL is not defined
when the old parameter count of utf8_mime2text() is
valid.
But with the current imap2006e.tar.Z, U8T_CANONICAL is
defined and utf8_mime2text() takes only two parameters.
Thus configure fails with "this cannot happen".
Supposed correction: Simple do not check for existence of
U8T_CANONICAL in configure if the old parameter count
is detected.
(I'm trying to compile PHP 5.2.1 with imap2006e.)
(After replacing all U8T_CANONICAL with XYXYXY in
configure, compilation finishes successful.)
Reproduce code:
---------------
n/a
Expected result:
----------------
n/a
Actual result:
--------------
n/a
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40595&edit=1[/url]
tony2001@php.net Guest
-
#40595 [NEW]: IMAP extension: utf8_mime2text() has wrong parameters
From: perske at uni-muenster dot de Operating system: Independent PHP version: 5.2.1 PHP Bug Type: Compile Failure Bug... -
#34163 [Bgs]: text relocation when building imap extension
ID: 34163 User updated by: selsky at columbia dot edu Reported By: selsky at columbia dot edu Status: Bogus Bug... -
#40420 [NEW]: --with-imap fails for imap-2004g from University of Washington IMAP toolkit
From: romanf at trash dot net Operating system: Suse Linux 10.0 64bit PHP version: 5.2.1 PHP Bug Type: Compile Failure Bug... -
Configuring the IMAP extension
I'm trying to get a PHP-based webmail setup going, but I'm running into a problem with IMAP authentication. Specifically, the PHP IMAP extension... -
net::imap extension
hi rubyists! I recently made a small web-interface to some mail administration, it was a small and easy operation with the kind help ruby :) ...



Reply With Quote

