#
ffbe501a |
| 28-Jan-2008 |
Derick Rethans |
- MFH: Added date_timestamp_get() / DateTime::getTimestamp() to retrieve the Unix timestamp belonging to a date object.
|
#
dc04a42e |
| 27-Jan-2008 |
Derick Rethans |
- MFH: Update proto
|
#
216d0cb0 |
| 27-Jan-2008 |
Derick Rethans |
- MFH: Added support for selectively listing timezone identifiers through timezone_identifiers_list() / DateTimezone::listIdentifiers().
|
#
3fb0e425 |
| 17-Jan-2008 |
Derick Rethans |
- MFH: Fixed bug #43808 (date_create never fails (even when it should)).
|
#
2d4db6b8 |
| 17-Jan-2008 |
Derick Rethans |
- Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp).
|
#
e549873c |
| 17-Jan-2008 |
Derick Rethans |
- MFH: Added support for abbreviation and offset based timezone specifiers for DateTime::getOffset() and DateTime::getName(). - MFH: Fixed bug #43527 (DateTime created from a timestamp repo
- MFH: Added support for abbreviation and offset based timezone specifiers for DateTime::getOffset() and DateTime::getName(). - MFH: Fixed bug #43527 (DateTime created from a timestamp reports environment timezone). - MFH: Fixed bug #42190 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone).
show more ...
|
#
c4fb570e |
| 13-Jan-2008 |
Derick Rethans |
- Fixed TSRM builds.
|
#
9f979a16 |
| 13-Jan-2008 |
Derick Rethans |
- Added new date/time functionality: * date_parse_from_format(): Parse date/time strings according to a format. * date_create_from_format()/DateTime::createFromFormat(): Create a dat
- Added new date/time functionality: * date_parse_from_format(): Parse date/time strings according to a format. * date_create_from_format()/DateTime::createFromFormat(): Create a date/time object by parsing a date/time string according to a given format. * date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings and errors that were found while parsing a date/time string through: - strtotime() / new DateTime - date_create_from_format() / DateTime::createFromFormat() - date_parse_from_format() # [DOC]
show more ...
|
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1 |
|
#
d4bbbc0e |
| 14-Dec-2007 |
Scott MacVicar |
Change createFromTimestamp to setTimestamp
|
#
6f04c516 |
| 14-Dec-2007 |
Scott MacVicar |
MFH: Add Datetime::createFromTimestamp to allow setting of a unix timestamp without invoking the date parser.
|
Revision tags: RELEASE_1_2_3 |
|
#
a4e39692 |
| 23-Nov-2007 |
Ilia Alshanetsky |
Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone)
|
Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1 |
|
#
4b4d634c |
| 07-Oct-2007 |
Yiduo (David) Wang |
MFH: Added macros for managing zval refcounts and is_ref statuses
|
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
7588023b |
| 12-Jul-2007 |
Derick Rethans |
- MFH: Missing file in previous commit.
|
#
a6340d27 |
| 07-Jun-2007 |
Ilia Alshanetsky |
Final shot at the date issue
|
#
c9805e7b |
| 07-Jun-2007 |
Antony Dovgal |
MFH: check return value of *time_r() functions for NULL
|
#
594fe5c3 |
| 07-Jun-2007 |
Ilia Alshanetsky |
Fixed typo
|
#
d0235692 |
| 06-Jun-2007 |
Ilia Alshanetsky |
Adjust previous patch to work on all compilers
|
#
a20bba04 |
| 06-Jun-2007 |
Ilia Alshanetsky |
Optimize out a loop
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
35d5a196 |
| 13-Apr-2007 |
Derick Rethans |
- Fixed bug #39416 (Milliseconds in date()).
|
#
2e18eb38 |
| 13-Apr-2007 |
Derick Rethans |
- Fixed bug #39965 (Latitude and longitude are backwards in date_sun_info()).
|
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1 |
|
#
3db2db71 |
| 05-Mar-2007 |
Michael Wallner |
- fix ws as requested by derick
|
#
87b02796 |
| 05-Mar-2007 |
Michael Wallner |
- fix bug #40691: add comparison object handler
|
Revision tags: php-4.4.6 |
|
#
cc04404b |
| 27-Feb-2007 |
Ilia Alshanetsky |
snprintf() -> slprintf() # Part 1
|