summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
diff options
context:
space:
mode:
authorIgnace Nyamagana Butera <nyamsprod@gmail.com>2019-02-26 21:21:46 +0100
committerDerick Rethans <github@derickrethans.nl>2019-03-17 14:37:35 -0400
commit6eb83a63e1833f0991af4ccccc5533269c8af96c (patch)
treed7a53230c36432e6ed244f9144b408794a526078 /ext/date/php_date.h
parentf167b06d4c86c96291c21c027ba3cae22f5b5be8 (diff)
downloadphp-git-6eb83a63e1833f0991af4ccccc5533269c8af96c.tar.gz
Fixed bug #75113: Added DatePeriod::getRecurrences() method.
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r--ext/date/php_date.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h
index 56837705b2..8abfa5f464 100644
--- a/ext/date/php_date.h
+++ b/ext/date/php_date.h
@@ -112,6 +112,7 @@ PHP_METHOD(DatePeriod, __set_state);
PHP_METHOD(DatePeriod, getStartDate);
PHP_METHOD(DatePeriod, getEndDate);
PHP_METHOD(DatePeriod, getDateInterval);
+PHP_METHOD(DatePeriod, getRecurrences);
/* Options and Configuration */
PHP_FUNCTION(date_default_timezone_set);