This repository was archived by the owner on Jan 31, 2023. It is now read-only.
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
PGO initialization fails on MariaDB download #69
Closed
Description
When phpsdk_pgo --init
attempts to download the MariaDB archive, it fails. Relevant output when CURLOPT_VERBOSE
is enabled:
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Failed sending HTTP request
I have not been able to reproduce this failure with a small standalone script. Some global state might not be properly reset; perhaps a bug in PHP?