You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to comply MS documentation (#25)
* removed signed int manipulation,
constants as in MS documentation,
comments for better readability,
readStream() implementation,
many minor fixes
* fixed the minor version in the binary test data
* replaced $stream to $fh in the readStream()
PHP 7.4 compatibility (#19)
* Test on PHP 7.4 on Travis
* Fix string offset access syntax with curly braces
* Fail on PHP 7.4
* Fix string offset access syntax with curly braces
* Lint all things for a good measure
* Update .travis.yml