phpCAS icon indicating copy to clipboard operation
phpCAS copied to clipboard

phpCAS relies on curl being available

Open campbell-m opened this issue 1 year ago • 1 comments

If curl is not available, or curl_exec() has been disabled, as it is on some systems, there is no alternative used, eg using stream_context_create() and file_get_contents().

campbell-m avatar Apr 19 '23 16:04 campbell-m

Happy to receive a PR for this new feature

jfritschi avatar Apr 23 '23 11:04 jfritschi