]> granicus.if.org Git - php/commitdiff
Fixing compiler warning on win32
authorFrank M. Kromann <fmk@php.net>
Tue, 13 Mar 2001 16:39:47 +0000 (16:39 +0000)
committerFrank M. Kromann <fmk@php.net>
Tue, 13 Mar 2001 16:39:47 +0000 (16:39 +0000)
ext/pcre/php_pcre.c

index 39eccc25eaf9be8941a6648a85d02cadb5d78e47..4a0afe1f890e02f5f9dd0f873deb41c69e115f3c 100644 (file)
@@ -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,