From: Frank M. Kromann Date: Tue, 13 Mar 2001 16:39:47 +0000 (+0000) Subject: Fixing compiler warning on win32 X-Git-Tag: php-4.0.6RC1~714 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f49d04fb12828b64db6f662f9bfb7f6a97e4fc28;p=php Fixing compiler warning on win32 --- diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 39eccc25ea..4a0afe1f89 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -961,7 +961,7 @@ static char *php_replace_in_subject(zval *regex, zval *replace, zval **subject, } -static void preg_replace_impl(INTERNAL_FUNCTION_PARAMETERS, int is_callable_replace) +static void preg_replace_impl(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_callable_replace) { zval **regex, **replace,