This repository was archived by the owner on Mar 15, 2020. It is now read-only.
This repository was archived by the owner on Mar 15, 2020. It is now read-only.
SANs not supported PHP < 5.6 #6
Open
Description
Github has a certificate that matches multiple domains. PHP versions less than 5.6 will not be able to handle this properly with a stream context. The only solution for this is to use CURL since curl supports this out of the box.
Maybe this should be added?
I encountered this problem when writing a self-update command using the phar-updater.