From: foobar Date: Wed, 1 Aug 2001 00:13:02 +0000 (+0000) Subject: fix build. X-Git-Tag: PRE_ENGINE2_SPLIT~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bad630553b9e1dd5bdc8b08563c95c8219e12a6f;p=php fix build. --- diff --git a/ext/standard/php_fopen_wrapper.c b/ext/standard/php_fopen_wrapper.c index 068191ee4c..82f70ac244 100644 --- a/ext/standard/php_fopen_wrapper.c +++ b/ext/standard/php_fopen_wrapper.c @@ -33,7 +33,7 @@ /* {{{ php_fopen_url_wrap_php */ -FILE *php_fopen_url_wrap_php(char *path, char *mode, int options, int *issock, int *socketd, char **opened_path TSRMLS_DC) +FILE *php_fopen_url_wrap_php(const char *path, char *mode, int options, int *issock, int *socketd, char **opened_path TSRMLS_DC) { const char *res = path + 6;