Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TStreamNotificationCallback for observing fopen/file_get_contents fil…
…e connection/download (#968) * #966 TWeakCollection can insert array of handlers. * #904 TStreamNotificationCallback for observing file connections This creates a `fopen`, `stream_socket_client` and `stream_socket_server` context. The class itself is invokable and is what gets notified. Multiple callbacks can be implemented or specific events can be handled.. The context creation method TStreamNotificationCallback::filterStreamContext() can instance new TStreamNotificationCallback (and sub-classes) and register its event handlers and properties. This depends on #966 (#967) * Update TStreamNotificationCallback.php using constant
- Loading branch information