]> granicus.if.org Git - php/commitdiff
- Remove use of bogus macro
authorAndi Gutmans <andi@php.net>
Wed, 14 Jan 2004 08:50:02 +0000 (08:50 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 14 Jan 2004 08:50:02 +0000 (08:50 +0000)
ext/imap/php_imap.c

index 61df5804693ee1cc28620f62abf271de3ff2e4ad..fd0ddbce2ee5898afee1c4978e693af1d3d8251f 100644 (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);