FAQ | This is a LIVE service | Changelog

Skip to content

PHP: Remove use of own cacerts.txt file

Robin Goodall requested to merge php-cert-removal into master

Minimal change actually needed.

From inside CUDN, both these work:

docker run --rm -ti -v $(pwd)/src/php:/src:ro php:5.6 php src/example.php
docker run --rm -ti -v $(pwd)/src/php:/src:ro php:7.4 php src/example.php

Closes: #5 (closed)

Edited by Robin Goodall

Merge request reports