#
7241dea7 |
| 26-Nov-2005 |
Antony Dovgal |
fix Timezone class too
|
#
b6307d10 |
| 26-Nov-2005 |
Antony Dovgal |
MFH: fix #35402 (New date class causes crash in get_object_vars())
|
Revision tags: php-5.1.0 |
|
#
2bb4d828 |
| 20-Nov-2005 |
Derick Rethans |
- Fixed bug #35143 (gettimeofday() ignores current time zone). - Fixed tests due to class constants patch.
|
Revision tags: php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6 |
|
#
eb0a6a66 |
| 17-Nov-2005 |
Ilia Alshanetsky |
Moved date constants into the date class, they all class constants now.
|
Revision tags: php-5.1.0RC5, RELEASE_2_0_1 |
|
#
23a3fdbf |
| 15-Nov-2005 |
Antony Dovgal |
MFH: call zend_objects_destroy_object() explicitly fix segfault when intern->time is NULL
|
Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1 |
|
#
e264b8a4 |
| 19-Oct-2005 |
foobar |
MFH: Fixed error messages and tests
|
#
6aed4142 |
| 19-Oct-2005 |
Derick Rethans |
- MFH: Improved error messages a bit.
|
Revision tags: php-5.1.0RC3 |
|
#
33921efc |
| 15-Oct-2005 |
Derick Rethans |
- Fixed timezone guessing on Windows. (Derick, Nuno)
|
Revision tags: php-5.1.0RC2 |
|
#
cd90395c |
| 12-Oct-2005 |
Derick Rethans |
- MFH: Apperently you can't store NULL pointer values into Zend hashes - god know why not - so we won't store those in the cache anymore.
|
#
44205dc5 |
| 10-Oct-2005 |
Derick Rethans |
- MFH: Make sure the tzcache' dtor doesn't cleanup cached misses in the lookup tables.
|
#
5e46f636 |
| 07-Oct-2005 |
Derick Rethans |
- MFH: Make the Windows guessing routines actually return the guessed timezone.
|
#
6df3e409 |
| 07-Oct-2005 |
Derick Rethans |
- MFH: Change parameter name because NetWare expands "tzname" as a macro to something else.
|
Revision tags: php-4.4.1RC1, RELEASE_0_9_0 |
|
#
e1661efc |
| 05-Oct-2005 |
Derick Rethans |
- Implement correct Windows timezone guessing.
|
#
33a91ad3 |
| 05-Oct-2005 |
Derick Rethans |
- Fixed typo.
|
#
c3678550 |
| 05-Oct-2005 |
Derick Rethans |
- Implemented tzcache - Attempt at Windows detection code
|
#
262cbbe8 |
| 03-Oct-2005 |
Antony Dovgal |
include php_version_compare() declaration and eliminate warning
|
#
e117d540 |
| 03-Oct-2005 |
Derick Rethans |
- MFH: Only use external database when it is newer than the builtin one.
|
#
afccca77 |
| 03-Oct-2005 |
Derick Rethans |
- MFH: Allow an external Timezone Database to be used.
|
#
08b5c498 |
| 01-Oct-2005 |
Derick Rethans |
- Implemented better timezone guessing algorithm.
|
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5 |
|
#
abcfcd3f |
| 02-Sep-2005 |
Derick Rethans |
- MFH: Added date_time_set, date_date_set and date_isodate_set() functions, and setTime, setDate and setISODate() methods.
|
#
32173222 |
| 02-Sep-2005 |
Derick Rethans |
- Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day).
|
#
0e2491f5 |
| 30-Aug-2005 |
Derick Rethans |
- Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
|
Revision tags: php-5.0.5RC2 |
|
#
d3326d5b |
| 25-Aug-2005 |
Derick Rethans |
- MFH: Fixed bug #34087 for real. - MFH: Windows compile fixes.
|
Revision tags: php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE |
|
#
d55f4564 |
| 09-Aug-2005 |
Derick Rethans |
- MFH: - Fixed TSRM issue. - Added guessed timezone to phpinfo() output. - Initialize is_dst in some cases. - Corrected some test cases.
|
#
919b0bd5 |
| 08-Aug-2005 |
Ilia Alshanetsky |
Adjust date("") handling.
|