History log of /PHP-5.3/ext/date/php_date.c (Results 226 – 250 of 271)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


Revision tags: RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9
# 8a3d3aef 21-Jul-2005 Derick Rethans

- Changed the year parameter so that 0..69 maps to 2000..2069 and 70..100 maps
to 1970..2000, which was in the original code, but not in the documentation.


# e6c1ff25 20-Jul-2005 Derick Rethans

- Fixed bug #33578 (strtotime() problem with "Oct17" format).
- Fixed problems with lone years in strtotime().
- Added functions to timelib to get a list of all abbreviations and timezone

- Fixed bug #33578 (strtotime() problem with "Oct17" format).
- Fixed problems with lone years in strtotime().
- Added functions to timelib to get a list of all abbreviations and timezone
identifiers.
- Fixed problems with parsed dates that only have GMT offsets associated
with them.
- Fixed a Windows compile problem.
- Added special constants for different often used date formats (DATE_ISO8601,
DATE_RFC822, DATE_RSS etc).
- Fixed date_default_timezone_get() to return the guessed timezone if none
was set yet with date_default_timezone_set().
- Added experimental support for Date/Timezone objects as per specifications.

show more ...


Revision tags: php-5.1.0b3
# ada35ab5 13-Jul-2005 foobar

fixed typos


Revision tags: php-4.4.0
# 38e4fb09 08-Jul-2005 Antony Dovgal

fix tsrm build


# 39379b8f 08-Jul-2005 Antony Dovgal

rename php_format_date() to date_format()
add wrapper for date_format() to use it in other extensions


# d705522b 08-Jul-2005 Antony Dovgal

fix #33614 (memory leak in new strftime())


# d75d4557 05-Jul-2005 Derick Rethans

- Change memory management so that tzinfo structures can live outside time
structures too.


# bf23d8d2 04-Jul-2005 Derick Rethans

- Renamed date_timezone_set/get() to date_default_timezone_set/get().
- Added missing proto's and folding marks.


# 95e3f662 04-Jul-2005 Ilia Alshanetsky

Make sure the timezone is NULL, if change operation fails. Ex. memory_limit


# 69feece2 04-Jul-2005 Derick Rethans

- Fixed logic.


# 1b9b6312 04-Jul-2005 Wez Furlong

Fix win32 build


# 531c8b9f 04-Jul-2005 Derick Rethans

- PHPAPI + static don't mix, obviously.


# 346c0909 04-Jul-2005 Derick Rethans

- Fixed bug #33562 (date("") crashes).


# 19b6ffed 03-Jul-2005 foobar

- Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS()
- Added check for strftime() also in the timelib configure


# 422f14cb 03-Jul-2005 Derick Rethans

- Fixed bug #33536 (strtotime defaults to now even on non time string).


# 8aa3554d 03-Jul-2005 Derick Rethans

- Reimplemented time(), getdate() and localtime() functions with new datetime
library.


# 0ef991e5 03-Jul-2005 Derick Rethans

- Fixed bug #33532 (Different output for strftime() and date()).
- Re-implemented checkdate(), strftime() and gmstrftime() with the new timelib
code.


# dda7692c 03-Jul-2005 Ilia Alshanetsky

Avoid strlen() if we know the length.


# 2e9d0638 03-Jul-2005 Derick Rethans

- Added fallback to system's timezone setting, but marked with an E_STRICT
error.
- Adjusted tests to use the date_timezone_set() function.


# d3c83378 03-Jul-2005 Derick Rethans

- Move mktime/gmmktime related tests from ext/standard to ext/date.


1234567891011