(Etienne Kneuss)
- Added "compact" handler for Zend MM storage. (Dmitry)
- Added "+" and "*" specifiers to zend_parse_parameters(). (Andrei)
-- Added DateTime::createFromTimestamp() to set a unix timestamp without
+- Added DateTime::setTimestamp() to set a unix timestamp without
invoking the date parser. (Scott)
- Upgraded PCRE to version 7.4 (Nuno)
PHP_ME_MAPPING(setTime, date_time_set, NULL, 0)
PHP_ME_MAPPING(setDate, date_date_set, NULL, 0)
PHP_ME_MAPPING(setISODate, date_isodate_set, NULL, 0)
- PHP_ME_MAPPING(createFromTimestamp, date_timestamp_set, NULL, 0)
+ PHP_ME_MAPPING(setTimestamp, date_timestamp_set, NULL, 0)
{NULL, NULL, NULL}
};