#
fb92e33b |
| 30-May-2006 |
Derick Rethans |
- MFH: Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch by Hannes Magnusson)
|
Revision tags: php-4.4.3RC1 |
|
#
74dfa9f0 |
| 14-May-2006 |
Derick Rethans |
MFH: - Implemented Dmitry's const patch. - Added support for "weekday" as relative item. - Fixed bug #37368 (Incorrect timestamp returned for strtotime()).
|
#
ed7ed118 |
| 11-May-2006 |
Rasmus Lerdorf |
This spelling mistake finally annoyed me enough to fix it.
|
#
77c1b56c |
| 10-May-2006 |
Marcus Boerger |
- Update after api changes
|
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
4043f77e |
| 11-Apr-2006 |
Derick Rethans |
- MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones identifiers). (Derick) - MFH: Fixed bug #36988 (mktime freezes on long numbers). (Derick) - MFH: Implemente
- MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones identifiers). (Derick) - MFH: Fixed bug #36988 (mktime freezes on long numbers). (Derick) - MFH: Implemented better error and warning handling that is also used for the date_parse() function. - MFH: Fixed problems with "T" in front of a time string was seen as a time zone string. - MFH: Fixed a problem were 5 and 6 character timezone abbreviations where not correctly parsed. Experimental support (All MFH): - Added the date_parse() function that returns a parsed date/time string including warnings and errors. - Added the timezone_name_from_abbr() function that exposes the guessing mechanism that tries to find a timezone identifier from a timezone abbreviation and GMT offset.
show more ...
|
Revision tags: php-5.1.3RC2 |
|
#
59b8592c |
| 29-Mar-2006 |
Antony Dovgal |
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_ob
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
show more ...
|
#
91f4b380 |
| 18-Mar-2006 |
Antony Dovgal |
fix several leaks in date_sun*() functions
|
Revision tags: php-5.1.3RC1 |
|
#
5bfe560c |
| 06-Mar-2006 |
Derick Rethans |
- MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument < 1). (Derick)
|
Revision tags: RELEASE_1_2 |
|
#
22c501b0 |
| 03-Mar-2006 |
Derick Rethans |
- Fixed bug #36599 (DATE_W3C format constant incorrect).
|
#
0249f6b6 |
| 31-Jan-2006 |
Derick Rethans |
- MFH: Fixed bug #36224 (date(DATE_ATOM) gives wrong results).
|
#
80cc4867 |
| 28-Jan-2006 |
Frank M. Kromann |
Export symbols that will allow building WDDX as shared object
|
Revision tags: RELEASE_0_9_4 |
|
#
864004d4 |
| 18-Jan-2006 |
Derick Rethans |
- Enable date_sun_info() function.
|
Revision tags: RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
88268c6b |
| 04-Jan-2006 |
Derick Rethans |
- MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly). - MFH: Fixed bug #35885 (strtotime("NOW") no longer works). - MFH: Fixed bug #33789 (Many Problems with SunFun
- MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly). - MFH: Fixed bug #35885 (strtotime("NOW") no longer works). - MFH: Fixed bug #33789 (Many Problems with SunFuncs). - MFH: Fixed bug #33671 (sun_rise and sun_set don't return a GMT timestamp if one passes an offset). - MFH: Fixed bug #32820 (date_sunrise and date_sunset don't handle GMT offset well). - MFH: Fixed bug #30937 (date_sunrise() & date_sunset() don't handle endless day/night at high latitudes).
show more ...
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version
|
#
25aeeb5e |
| 29-Dec-2005 |
Derick Rethans |
- Fixed bug #35751 (using date with a timestamp makes httpd segfault).
|
Revision tags: php-5.1.2RC1 |
|
#
48336bcd |
| 20-Dec-2005 |
Derick Rethans |
- This check is unnecessary, as it can only be set through the date_default_timezone_set() function which checks the value already.
|
#
f0a0f89a |
| 20-Dec-2005 |
Derick Rethans |
- MFH: Fixed bug #35660 (AIX TZ variable format not understood, yields UTC timezone).
|
#
7b581f6d |
| 19-Dec-2005 |
Derick Rethans |
- MFH: Merged new timelib, which is a bit more cleverer - MFH: Support "UTC" in strtotime() properly. - MFH: Added astro code, which is going to form the base for the new sunfuncs.
|
Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0 |
|
#
06b36f7c |
| 06-Dec-2005 |
foobar |
MFH: nuke php3 legacy
|
#
937e9f80 |
| 05-Dec-2005 |
Ilia Alshanetsky |
Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly).
|
Revision tags: RELEASE_2_0_2 |
|
#
f4248e51 |
| 01-Dec-2005 |
Ilia Alshanetsky |
Fixed bug #35499 (strtotime() does not handle whitespace around the date string).
|
#
ea80259e |
| 29-Nov-2005 |
Ilia Alshanetsky |
Fixed ZTS build
|
#
6f5b9894 |
| 29-Nov-2005 |
Ilia Alshanetsky |
Added missing support for 'B' format identifier to date() function.
|
#
820b5aa9 |
| 29-Nov-2005 |
Ilia Alshanetsky |
Fixed bug #35425 (idate() function ignores timezone settings).
|
Revision tags: php-5.1.1 |
|
#
b3a48855 |
| 27-Nov-2005 |
Ilia Alshanetsky |
Disabled native date class, to prevent pear::date conflict.
|