]> granicus.if.org Git - php/commit
Use new param API in date
authorSara Golemon <pollita@php.net>
Wed, 28 Dec 2016 17:44:20 +0000 (09:44 -0800)
committerSara Golemon <pollita@php.net>
Wed, 28 Dec 2016 18:04:35 +0000 (10:04 -0800)
commit0951d7d75abf58f13c957d638b820cf5a9ea8f49
tree01bdbadbfd4ec163a398d43f0f4fa0473c6fb917
parent0e4c675736ac7d07e835d8e6e9a5d8f2523e9852
Use new param API in date

Left the zend_parse_parameters_throw() uses along because
throwing isn't currently supported by the new API.
Also left the complex parsing in DatePeriod::__construct alone
because the macros don't really stack all that well.
ext/date/php_date.c