*** empty log message ***

This commit is contained in:
Andrey Hristov 1999-06-04 13:37:44 +00:00
parent 1b4b5c4a88
commit c7a606c4a3

View file

@ -694,6 +694,7 @@ static char *_php_replace_in_subject(zval *regex, zval *replace, zval *subject)
} }
else { else {
/* Make sure we're dealing with strings and do the replacement */ /* Make sure we're dealing with strings and do the replacement */
convert_to_string(regex);
convert_to_string(replace); convert_to_string(replace);
result = _php_pcre_replace(regex->value.str.val, result = _php_pcre_replace(regex->value.str.val,
subject->value.str.val, subject->value.str.val,