Browse Source

Merge branch 'PHP-5.5' into PHP-5.6

PHP-5.6.8
Derick Rethans 11 years ago
parent
commit
346c8f7331
  1. 1
      ext/date/php_date.h

1
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 */

Loading…
Cancel
Save