brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.06k stars 364 forks source link

[1.x] curl 8.6.0 #1729

Closed GrahamCampbell closed 5 months ago

GrahamCampbell commented 5 months ago

Prior to cURL 8.6.0, configure would silently skip when libpsl was missing, compiling without support for public suffix lists. Probably it's not a good idea to start making arguably breaking changes in Bref v1 at this point, and so I've added in the configure flag to continue to ignore the fact that libpsl is missing. For Bref v2 (https://github.com/brefphp/aws-lambda-layers/pull/157), I'll try and get that library included.

mnapoli commented 5 months ago

Probably it's not a good idea to start making arguably breaking changes in Bref v1 at this point, and so I've added in the configure flag to continue to ignore the fact that libpsl is missing.

👍

Thanks!