]> granicus.if.org Git - php/commit
the offset parameter of mmap() must be aligned to a page boundary (although linux...
authorNuno Lopes <nlopess@php.net>
Wed, 28 Jan 2009 23:18:49 +0000 (23:18 +0000)
committerNuno Lopes <nlopess@php.net>
Wed, 28 Jan 2009 23:18:49 +0000 (23:18 +0000)
commit86df0f095d249d8127cf73bfbeaa3ee2c3e645eb
tree95ecf8b684399ffe55e731e538ddc6176156b132
parent68c140b288eac828adc636dcec114db6f172b7ed
the offset parameter of mmap() must be aligned to a page boundary (although linux doesnt strictly require it).
use 0 as offset as it will be small and increment the ptrs afterwards
Zend/zend_stream.c