From: Scott MacVicar Date: Fri, 14 Dec 2007 14:52:38 +0000 (+0000) Subject: MFB: Change createFromTimestamp to setTimestamp X-Git-Tag: RELEASE_2_0_0a1~1172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b03ba567d8446bf4e377feab5b2d01f50185203f;p=php MFB: Change createFromTimestamp to setTimestamp --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 334f292ee9..fae0ffb438 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -212,7 +212,7 @@ const zend_function_entry date_funcs_date[] = { 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} };