]> granicus.if.org Git - php/commit
Fixed wrong parameter type of php_stream_mmap_range()
authorReeze Xia <reeze@php.net>
Wed, 4 Mar 2015 03:28:14 +0000 (11:28 +0800)
committerReeze Xia <reeze@php.net>
Wed, 4 Mar 2015 03:28:14 +0000 (11:28 +0800)
commit98766e63751a29ec4ffd416d6fc5f0143fcd9d99
treec52ec48618eb43934c8e9e4429987228d44a5845
parent2fa4d1d88bfdf0186cf448294cfaa45636edfdb3
Fixed wrong parameter type of php_stream_mmap_range()

There are several warings about this.
The mode type should be php_stream_mmap_access_t but not php_stream_mmap_operate_t
main/streams/mmap.c
main/streams/php_stream_mmap.h