mirror of
https://github.com/php/php-src.git
synced 2026-04-10 01:23:53 +02:00
It's possible that curl was compiled without SSL, and/or without libz support. In the case of the issue reporter it was without libz support. This causes the test to fail because we expect a non-empty string. Fix it by using %S instead of %s to allow empty strings. Closes GH-10930.