summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2015-03-31 11:09:31 +0100
committerDerick Rethans <github@derickrethans.nl>2015-03-31 11:09:31 +0100
commitf9d1a47f24f4f702edeed3be372ecf60d3b2b11e (patch)
tree15322bb8a556873682699a09dd281103c2d0f5be
parent9203608878546008eda484972cbc05b23ed04ada (diff)
parent346c8f73313e662bdbebf76ceebbe40237217d08 (diff)
downloadphp-git-f9d1a47f24f4f702edeed3be372ecf60d3b2b11e.tar.gz
Merge branch 'PHP-5.6'
-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 8492a41e77..e887093c39 100644
--- a/ext/date/php_date.h
+++ b/ext/date/php_date.h
@@ -225,6 +225,7 @@ PHPAPI timelib_tzinfo *get_timezone_info(void);
/* Grabbing CE's so that other exts can use the date objects too */
PHPAPI zend_class_entry *php_date_get_date_ce(void);
+PHPAPI zend_class_entry *php_date_get_immutable_ce(void);
PHPAPI zend_class_entry *php_date_get_timezone_ce(void);
/* Functions for creating DateTime objects, and initializing them from a string */