From f49d04fb12828b64db6f662f9bfb7f6a97e4fc28 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Tue, 13 Mar 2001 16:39:47 +0000 Subject: Fixing compiler warning on win32 --- ext/pcre/php_pcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') 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, -- cgit v1.2.1