From: Andrey Hristov Date: Fri, 4 Jun 1999 13:37:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: BEFORE_REMOVING_GC_STEP1~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7a606c4a39b2767e78baf6ccab785dac72d45df;p=php *** empty log message *** --- diff --git a/ext/pcre/pcre.c b/ext/pcre/pcre.c index c241585309..f813681f59 100644 --- a/ext/pcre/pcre.c +++ b/ext/pcre/pcre.c @@ -694,6 +694,7 @@ static char *_php_replace_in_subject(zval *regex, zval *replace, zval *subject) } else { /* Make sure we're dealing with strings and do the replacement */ + convert_to_string(regex); convert_to_string(replace); result = _php_pcre_replace(regex->value.str.val, subject->value.str.val,