Skip to content

Commit bad6305

Browse files
author
foobar
committed
fix build.
1 parent 1b891e3 commit bad6305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/php_fopen_wrapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
/* {{{ php_fopen_url_wrap_php
3535
*/
36-
FILE *php_fopen_url_wrap_php(char *path, char *mode, int options, int *issock, int *socketd, char **opened_path TSRMLS_DC)
36+
FILE *php_fopen_url_wrap_php(const char *path, char *mode, int options, int *issock, int *socketd, char **opened_path TSRMLS_DC)
3737
{
3838
const char *res = path + 6;
3939

0 commit comments

Comments
 (0)