diff options
author | Derick Rethans <github@derickrethans.nl> | 2015-03-31 11:08:56 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2015-03-31 11:08:56 +0100 |
commit | 2c117a40a7e7241f911db662b5401ebe2bc3c386 (patch) | |
tree | 3e9d42375d6b8d70150c1d25e87eceb408a78380 /ext/date/php_date.h | |
parent | 1bc77559f394ae762607ee3775128331f14e5859 (diff) | |
download | php-git-2c117a40a7e7241f911db662b5401ebe2bc3c386.tar.gz |
Export date_get_immutable_ce() so that extensions can make use of it too.
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r-- | ext/date/php_date.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index 10498d0d01..af4ed7a56b 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -193,6 +193,7 @@ PHPAPI timelib_tzinfo *get_timezone_info(TSRMLS_D); /* 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 */ |