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.
Differential D26094
Add PHP error constant for CURLE_SSL_CACERT_BADFILE aklapper on Sun, Jun 15, 11:08. Authored by Tags None Referenced Files
Subscribers
Details
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. None.
Diff Detail
|