]> granicus.if.org Git - php/commit
intl: add intlcal_set_minimal_days_in_first_week()
authorGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 3 Jul 2013 03:57:23 +0000 (04:57 +0100)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 3 Jul 2013 04:06:32 +0000 (05:06 +0100)
commita4538a4ca2db39706625bf29379360ea963c908a
tree2a8bd0f63dfa18231f51d2f995f0e3d6e27b4479
parent1aeb2514fe210c99c3e566d59788e76a8b3018d8
intl: add intlcal_set_minimal_days_in_first_week()

and IntlCalendar::setMinimalDaysInFirstWeek(). This one had slipped.
we had a ::getMinimalDaysInFirstWeek() but no way to change the value.
ext/intl/calendar/calendar_class.cpp
ext/intl/calendar/calendar_methods.cpp
ext/intl/calendar/calendar_methods.h
ext/intl/php_intl.c
ext/intl/tests/calendar_setMinimalDaysInFirstWeek_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setMinimalDaysInFirstWeek_error.phpt [new file with mode: 0644]