]> granicus.if.org Git - php/commitdiff
Fix Win32 build
authorArd Biesheuvel <abies@php.net>
Mon, 2 Feb 2004 14:01:41 +0000 (14:01 +0000)
committerArd Biesheuvel <abies@php.net>
Mon, 2 Feb 2004 14:01:41 +0000 (14:01 +0000)
ext/interbase/ibase_service.c

index abb722fc7e0b68b4e8d9efa41b347921769b2e7f..b2a182b40d028ad47bc8117be27f65ec2a1a88fc 100644 (file)
@@ -256,7 +256,7 @@ PHP_FUNCTION(ibase_service_detach)
 /* }}} */
 
 static void _php_ibase_service_query(INTERNAL_FUNCTION_PARAMETERS, 
-       ibase_service *svm, char info_action TSRMLS_DC) /* {{{ */
+       ibase_service *svm, char info_action) /* {{{ */
 {
        static char spb[] = { isc_info_svc_timeout, 10, 0, 0, 0 };
                
@@ -594,7 +594,7 @@ PHP_FUNCTION(ibase_server_info)
        ZEND_FETCH_RESOURCE(svm, ibase_service *, &res, -1, 
                "Interbase service manager handle", le_service);
        
-       _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, action);
+       _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, (char)action);
 }
 /* }}} */
 #endif /* HAVE_IBASE6_API */