php-src/ext/date
Mahmood Dhia ac34648cf6 Fix DATE_FORMAT_COOKIE definition
In all of http://curl.haxx.se/rfc/cookie_spec.html,
https://docs.microsoft.com/de-de/windows/win32/wininet/http-cookies
and https://tools.ietf.org/html/rfc7234#section-5.3 the cookie
datetime is specified as Mon, DD-Mon-YYYY HH:MM:SS GMT. However,
the current definition returns Monday, DD-Mon-YYY HH:MM:SS GMT.
Therefore, the "l" in "l, d-M-Y H:i:s T" must be changed to "D".

Closes GH-6783.
2021-09-23 16:01:04 +02:00
..
lib Upgrade timelib to 2021.08, which address some defects and performance 2021-08-31 15:29:48 +01:00
tests Fix DATE_FORMAT_COOKIE definition 2021-09-23 16:01:04 +02:00
config0.m4 Drop -Wno-implicit-fallthrough compiler flag 2021-04-19 13:59:18 +01:00
config.w32 Upgrade timelib to 2021.03 and fix many date/time issues 2021-04-06 20:50:32 +01:00
CREDITS
php_date_arginfo.h Specify a few array func info entries (#7425) 2021-08-30 14:29:18 +02:00
php_date.c Fix DATE_FORMAT_COOKIE definition 2021-09-23 16:01:04 +02:00
php_date.h Merge branch 'PHP-8.0' 2021-07-19 15:08:21 +01:00
php_date.stub.php Specify a few array func info entries (#7425) 2021-08-30 14:29:18 +02:00