Skip to content

Conversation

@Luciam91
Copy link
Contributor

I think this is all that's required for #19?
Happy to add more if there's a requirement :)

case "x+":
case "c":
case "c+":
case "e":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you add e here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I've misinterpreted the code here (and expected that e was being passed down, I'll remove :)

}

$handle = @\fopen($path, $mode . 'b');
$handle = @\fopen($path, $mode . 'e');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be be.

@kelunik
Copy link
Member

kelunik commented Oct 11, 2017

@trowski I guess we should also add that to the blocking driver, right? And I think we should have the same $mode restrictions there, but that's out of scope for this PR.

@trowski
Copy link
Member

trowski commented Oct 30, 2017

Manually merged via 271ad2b. Also reflected the changes and mode validation into BlockingDriver.

@trowski trowski closed this Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants