diff options
author | Derick Rethans <github@derickrethans.nl> | 2015-03-31 11:09:23 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2015-03-31 11:09:23 +0100 |
commit | 346c8f73313e662bdbebf76ceebbe40237217d08 (patch) | |
tree | 6bb5899b5d09591a60fff35a5b9347c0b1326f30 /ext/date/php_date.h | |
parent | 0c1c7c7ecb476f13ff1a9bdff895810a0c562195 (diff) | |
parent | 2c117a40a7e7241f911db662b5401ebe2bc3c386 (diff) | |
download | php-git-346c8f73313e662bdbebf76ceebbe40237217d08.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
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 7f46693466..d599e8fb37 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -198,6 +198,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 */ |