diff options
Diffstat (limited to 'ext/rpc/com/COM.c')
-rw-r--r-- | ext/rpc/com/COM.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/com/COM.c b/ext/rpc/com/COM.c index 8d64ffcbc3..8be37e64bc 100644 --- a/ext/rpc/com/COM.c +++ b/ext/rpc/com/COM.c @@ -161,7 +161,7 @@ static PHP_INI_MH(OnTypelibFileChange) #endif - if (!new_value || (typelib_file=fopen(new_value, "r"))==NULL) { + if (!new_value || (typelib_file=PHP_FOPEN(new_value, "r"))==NULL) { return FAILURE; } |