implement #58
authorMichael Wallner <mike@php.net>
Tue, 27 Feb 2018 16:32:45 +0000 (17:32 +0100)
committerMichael Wallner <mike@php.net>
Tue, 27 Feb 2018 16:32:45 +0000 (17:32 +0100)
commita216cc2910ae493e82a01a8f552c9586839f69fa
tree997105da432ec9d3549712ff58f8b950715fdc9f
parent09adf94af10476aed79e15ab6f7f887771df1633
implement #58

Client observers are now informed with an "prepare" event.
Note, though, that http\Client::getProgressInfo() does not return
the progress state received for this event.
src/php_http_client.c
src/php_http_client_curl.c
tests/client002.phpt
tests/client013.phpt