From: Marcus Boerger Date: Sat, 18 Feb 2006 19:33:26 +0000 (+0000) Subject: - There is no %v in sprintf X-Git-Tag: RELEASE_1_2~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d73533a9d4a7ee2fe716e7c6b0da1deecf87e62a;p=php - There is no %v in sprintf --- diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index c801e199fd..e028ed9e75 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -75,7 +75,7 @@ static void zend_handle_sigsegv(int dummy) { TSRMLS_FETCH(); - fprintf(stderr, "SIGSEGV caught on opcode %d on opline %d of %v() at %s:%d\n\n", + fprintf(stderr, "SIGSEGV caught on opcode %d on opline %d of %s() at %s:%d\n\n", active_opline->opcode, active_opline-EG(active_op_array)->opcodes, get_active_function_name(TSRMLS_C), @@ -859,7 +859,7 @@ int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TS calling_scope = fci_cache->calling_scope; fci->object_pp = fci_cache->object_pp; } - + for (i=0; iparam_count; i++) { zval *param;