mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Export date_get_immutable_ce() so that extensions can make use of it too.
This commit is contained in:
parent
1bc77559f3
commit
2c117a40a7
2 changed files with 5 additions and 0 deletions
4
NEWS
4
NEWS
|
@ -17,6 +17,10 @@ PHP NEWS
|
|||
. Fixed bug #69221 (Segmentation fault when using a generator in combination
|
||||
with an Iterator). (Nikita)
|
||||
|
||||
- Date:
|
||||
. Export date_get_immutable_ce so that it can be used by extensions. (Derick
|
||||
Rethans)
|
||||
|
||||
- Curl:
|
||||
. Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue