From: Wez Furlong Date: Sun, 20 May 2001 11:43:55 +0000 (+0000) Subject: fixed a bug in mailparse_stream_encode which would default to a random encoding ... X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d6d3006e10da30139bbaff635ae16296f7c6a34;p=php fixed a bug in mailparse_stream_encode which would default to a random encoding (usually base64) # oops --- diff --git a/ext/mailparse/mailparse.c b/ext/mailparse/mailparse.c index f8d2514e38..78ec53f458 100755 --- a/ext/mailparse/mailparse.c +++ b/ext/mailparse/mailparse.c @@ -314,9 +314,6 @@ PHP_FUNCTION(mailparse_stream_encode) ); RETURN_FALSE; } - - convert_to_long_ex(encod); - enc = Z_LVAL_PP(encod); buf = emalloc(bufsize); RETVAL_TRUE;