Skip to content

Releases: calcinai/php-mmap

Stable release with clean registration

01 Aug 09:06
Compare
Choose a tag to compare
v0.1.8

Updated stream registration

No more exceptions and suggest extension

02 Jul 12:26
Compare
Choose a tag to compare

This version removes the exception throwing to make it more consistent with php's stream commands.

Removed php 5.5 requirement

01 Jul 09:47
Compare
Choose a tag to compare

This shouldn't really need to be done, but there was only one line that was using a new function, so it made sense to change it for BC.

Improved error handling

18 Jun 10:34
Compare
Choose a tag to compare
v0.1.5

Updated test to open the correct file

Alpha

06 Jun 19:07
Compare
Choose a tag to compare

This release still relies on reading 4 bytes at a time, as there seems to be some unpredictable (and not always reproducible) behaviour with some read methods.

Initial working release

05 Jun 13:02
Compare
Choose a tag to compare
v0.1.3

Remove stray assignment

Minor fixes

04 Jun 10:40
Compare
Choose a tag to compare
v0.1.2

Remove rogue var_dump

Minor bug fix

04 Jun 10:21
Compare
Choose a tag to compare
v0.1.1

Update mmap-proxy.py

Initial release

04 Jun 10:00
Compare
Choose a tag to compare
v0.1.0

Updated Readme