- Remove use of bogus macro

This commit is contained in:
Andi Gutmans 2004-01-14 08:50:02 +00:00
parent f3932751d8
commit 3286cb35bd

View File

@ -2131,7 +2131,9 @@ PHP_FUNCTION(imap_utf7_decode)
ZEND_WRONG_PARAM_COUNT();
}
convert_to_writable_string_ex(arg); /* Is this string really modified? */
convert_to_string_ex(arg); /* Is this string really modified?
If it is use and you don't want it to be seen outside of the function
then use zend_get_parameters() */
in = (const unsigned char *) Z_STRVAL_PP(arg);
inlen = Z_STRLEN_PP(arg);