php-src/ext/curl
Christoph M. Becker 36d46a4732
Fix curl_basic_022.phpt for libcurl 8.12.0
Due to a deliberate change in libcurl, the expiration is now capped to
at most 400 days.  We could solve this by choosing another date roughly
a year in the future, but would need to update the test next year.
This would be especially annoying for security branches.

Another option would be to actually parse the cookie list lines, but
that might not be worth the trouble.  Instead we just ignore the exact
timestamp created by libcurl.

[1] <https://github.com/curl/curl/pull/15937>

Closes GH-17709.
2025-02-05 19:20:47 +01:00
..
tests Fix curl_basic_022.phpt for libcurl 8.12.0 2025-02-05 19:20:47 +01:00
config.m4 Private/public split curl header 2020-09-07 11:12:41 +02:00
config.w32 Allow PHP_CURL_APIs to be imported by DLLs 2020-11-24 14:12:39 +01:00
CREDITS
curl.stub.php Generate optimizer func info from stubs for ext/curl, ext/mysqli, ext/pcre (#7407) 2021-08-26 17:11:45 +02:00
curl_arginfo.h Generate optimizer func info from stubs for ext/curl, ext/mysqli, ext/pcre (#7407) 2021-08-26 17:11:45 +02:00
curl_file.c Add RETURN/RETVAL_COPY_DEREF() macros 2021-07-22 09:44:19 +02:00
curl_file.stub.php Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_file_arginfo.h Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_private.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
interface.c Fix GH-11433: Unable to set CURLOPT_ACCEPT_ENCODING to NULL 2023-06-13 17:30:57 +02:00
multi.c Fix return value of _php_server_push_callback in case of failure 2023-07-09 01:08:34 +02:00
php_curl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
share.c Not serializable flag permeation 2021-07-20 12:28:35 +02:00
sync-constants.php [ci skip] Update the min curl version in the sync-constants.php script 2021-12-23 13:43:32 +01:00