Page MenuHomePhorge

Add PHP error constant for CURLE_SSL_CACERT_BADFILE
ClosedPublic

Authored by aklapper on Sun, Jun 15, 11:08.

Details

Summary

CURLE_SSL_CACERT_BADFILE is defined since PHP 7.0.7 per https://bugs.php.net/bug.php?id=68658 and https://www.php.net/ChangeLog-7.php

Phorge nowadays requires PHP 7.2.25, thus replace the integer with the constant.

Test Plan

None.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable