]> granicus.if.org Git - php/commitdiff
fix build
authorfoobar <sniper@php.net>
Tue, 12 Aug 2003 02:11:41 +0000 (02:11 +0000)
committerfoobar <sniper@php.net>
Tue, 12 Aug 2003 02:11:41 +0000 (02:11 +0000)
ext/interbase/interbase.c

index c04045d6c0fa68135898b5e3ea8b8696172fa3f8..2665de1fd0f99c0806c260b10bd002f8d59736ac 100644 (file)
@@ -799,7 +799,7 @@ static void _php_ibase_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
                WRONG_PARAM_COUNT;
        }
        
-       args = (zval ***) safe_emalloc(sizeof(zval **), ZEND_NUM_ARGS());
+       args = (zval ***) safe_emalloc(sizeof(zval **), ZEND_NUM_ARGS(), 0);
        if (zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {
                efree(args);
                RETURN_FALSE;