From d3ab945d9c1d07bbb9ef754700618267a5a23b7c Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 19 Mar 2015 13:21:48 +0100 Subject: using zend_stat_t --- sapi/phpdbg/phpdbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/phpdbg/phpdbg.c') diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index 833d69f235..3d5874df7e 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -272,7 +272,7 @@ static PHP_FUNCTION(phpdbg_exec) } { - struct stat sb; + zend_stat_t sb; zend_bool result = 1; if (VCWD_STAT(exec->val, &sb) != FAILURE) { -- cgit v1.2.1