Fix DateTime::COOKIE
commit85f3607e7b26172c9edafa7f7415e3a1224ccf23
authorSpencer Ong <recneps@fb.com>
Wed, 10 Jul 2019 10:53:26 +0000 (10 03:53 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 10 Jul 2019 10:57:19 +0000 (10 03:57 -0700)
treeec7e584d256a1c1e84373002f299ca194b35b7d7
parent61567221cccc80753d0dfee04d93cdcdd0ca94ee
Fix DateTime::COOKIE

Summary:
The value in the php extension is different from the value used in
datetime.cpp, which is also what the setcookie function ends up using.

C.f.:
diffusion/FBS/browse/master/fbcode/hphp/runtime/base/datetime.cpp;1d46a857874564412b8905c95f38f3fa13aab6fb$38

Reviewed By: alexeyt

Differential Revision: D15991252

fbshipit-source-id: d305f709440d7f2f1092e109473b44011bdd914c
hphp/hack/hhi/stdlib/builtins_datetime.hhi
hphp/runtime/ext/datetime/ext_datetime.cpp
hphp/test/slow/hint/2189.php