We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca05a32 commit 8e7110fCopy full SHA for 8e7110f
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+### To Do
2
+ * Failed operations to throw Exceptions over issuing PHP warnings (via a toggle)
3
+ * Expose useful data pointers via `stream_metadata` (accessible through `stream_get_meta_data`)
4
+ * Add tests covering stream closing
5
+ * Add tests covering packet injection
6
+ * Validate `php_url_parse` returns a `host` property (the network device name)
7
+
8
+### Upcoming Release
9
+ * Improved UDP/DNS tests
10
+ * Selectable file descriptor (for `stream_cast`) is now cached
11
12
+### 0.6.0
13
+ * First public release
0 commit comments