From:             perske at uni-muenster dot de
Operating system: Independent
PHP version:      5.2.1
PHP Bug Type:     Compile Failure
Bug description:  IMAP extension: utf8_mime2text() has wrong parameters

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 bug report at http://bugs.php.net/?id=40595&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40595&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40595&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40595&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40595&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40595&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40595&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40595&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40595&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40595&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40595&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40595&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40595&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40595&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40595&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40595&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40595&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40595&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40595&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40595&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40595&r=mysqlcfg

Reply via email to