u01jmg3 / ics-parser

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)
MIT License
448 stars 144 forks source link

Fix ancient http/1.0 protocol #274

Closed khalwat closed 3 years ago

khalwat commented 3 years ago

This fixes the fileOrUrl() method so that it passes down 1.1 as the protocol to stream_context_create()to allow the library to work with services that are deprecatinghttp/1.0`

ref: https://github.com/u01jmg3/ics-parser/issues/273