ID:               36471
 Updated by:       [EMAIL PROTECTED]
 Reported By:      chen dot daqi at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Unknown/Other Function
 Operating System: linux
 PHP Version:      5.1.2
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2006-02-22 02:36:42] chen dot daqi at gmail dot com

Hi, I have tried php5.1-latest.tar.gz on linux, but it also got
segmentation fault. You may need to check it on linux.

------------------------------------------------------------------------

[2006-02-21 14:01:48] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip

Works fine here (tm):
string(49) "Subject: =?UTF-8?B?VGhpcyBpcyBlbmNvZGUgdBCyjQg=?="

------------------------------------------------------------------------

[2006-02-21 09:37:41] chen dot daqi at gmail dot com

Description:
------------
Hi, when I set $preferences['line-length'] = -1, 
iconv_mime_encode will get segmentation fault on linux.

Reproduce code:
---------------
<?php
$preferences = array(
        "scheme" => "B",
        "input-charset" => "ISO8859-1",
        "output-charset" => "UTF-8",
        "line-length" => 76,
        "line-break-chars" => "\n"
);

$preferences["line-length"] = -1;
var_dump(iconv_mime_encode("Subject", "This is encode test ",
$preferences));
?>


Expected result:
----------------
Just a warning of line-length can't be less than 0

Actual result:
--------------
Segmentation fault


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36471&edit=1

Reply via email to