/ [cvs] / php-src / ext / date / php_date.c
ViewVC logotype

Log of /php-src/ext/date/php_date.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.206 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 21:58:40 2008 UTC (2 weeks, 5 days ago) by tony2001
Branch: MAIN
CVS Tags: HEAD
Changes since 1.205: +2 -2 lines
Diff to previous 1.205
fix leak

Revision 1.43.2.45.2.51.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 22:07:07 2008 UTC (2 weeks, 6 days ago) by colder
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.53: +6 -9 lines
Diff to previous 1.43.2.45.2.51.2.53 , to branch point 1.43.2.45.2.51 , to next main 1.43.2.45.2.60
MFH: Fix error_handling usage in various extensions

Revision 1.205 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 22:06:42 2008 UTC (2 weeks, 6 days ago) by colder
Branch: MAIN
Changes since 1.204: +5 -9 lines
Diff to previous 1.204
Fix error_handling usage in various extensions

Revision 1.43.2.45.2.51.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 16:45:15 2008 UTC (3 weeks, 4 days ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.52: +20 -12 lines
Diff to previous 1.43.2.45.2.51.2.52 , to branch point 1.43.2.45.2.51
- MFH: Fixed bug #45696 (Not all DateTime methods allow method chaining).

Revision 1.204 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 16:44:31 2008 UTC (3 weeks, 4 days ago) by derick
Branch: MAIN
Changes since 1.203: +20 -12 lines
Diff to previous 1.203
- Fixed bug #45696 (Not all DateTime methods allow method chaining).

Revision 1.43.2.45.2.51.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 30 18:00:22 2008 UTC (4 weeks, 1 day ago) by derick
Branch: PHP_5_3
CVS Tags: php_5_3_0alpha1
Changes since 1.43.2.45.2.51.2.51: +14 -9 lines
Diff to previous 1.43.2.45.2.51.2.51 , to branch point 1.43.2.45.2.51
- MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly.
- MFH: Fixed a bug in the DateTime->modify() methods, it would not use the
  advanced relative time strings.
- MFH: Fixed return values of all the modifying methods, they now properly
  return the object itself.

Revision 1.203 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 30 17:48:20 2008 UTC (4 weeks, 1 day ago) by derick
Branch: MAIN
Changes since 1.202: +14 -9 lines
Diff to previous 1.202
- Fixed a bug with the YYYY-MM format not resetting the day correctly.
- Fixed a bug in the DateTime->modify() methods, it would not use the advanced
  relative time strings.
- Fixed return values of all the modifying methods, they now properly return
  the object itself.

Revision 1.43.2.45.2.51.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 30 08:18:05 2008 UTC (4 weeks, 1 day ago) by jani
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.50: +15 -15 lines
Diff to previous 1.43.2.45.2.51.2.50 , to branch point 1.43.2.45.2.51
MFH:ws

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 30 08:13:02 2008 UTC (4 weeks, 1 day ago) by jani
Branch: MAIN
Changes since 1.201: +15 -15 lines
Diff to previous 1.201
ws

Revision 1.43.2.45.2.51.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 12:56:52 2008 UTC (4 weeks, 2 days ago) by dmitry
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.49: +5 -2 lines
Diff to previous 1.43.2.45.2.51.2.49 , to branch point 1.43.2.45.2.51
Fixed memory leak

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 12:56:18 2008 UTC (4 weeks, 2 days ago) by dmitry
Branch: MAIN
Changes since 1.200: +5 -2 lines
Diff to previous 1.200
Fixed memory leak

Revision 1.43.2.45.2.51.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 27 19:10:22 2008 UTC (4 weeks, 4 days ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.48: +2 -2 lines
Diff to previous 1.43.2.45.2.51.2.48 , to branch point 1.43.2.45.2.51
- MFH: Fixed DateTime::setTimestamp() and added a test for it.

Revision 1.200 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 27 19:09:36 2008 UTC (4 weeks, 4 days ago) by derick
Branch: MAIN
Changes since 1.199: +2 -2 lines
Diff to previous 1.199
- Fixed DateTime::setTimestamp() and added a test for it.

Revision 1.43.2.45.2.51.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 20 20:58:51 2008 UTC (5 weeks, 4 days ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.47: +6 -3 lines
Diff to previous 1.43.2.45.2.51.2.47 , to branch point 1.43.2.45.2.51
- MFH: Fixed bug #45562 (Creating instance of DatePeriod crashes).

Revision 1.199 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 20 20:58:35 2008 UTC (5 weeks, 4 days ago) by derick
Branch: MAIN
Changes since 1.198: +6 -3 lines
Diff to previous 1.198
- Fixed bug #45562 (Creating instance of DatePeriod crashes).

Revision 1.43.2.45.2.51.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 17:38:29 2008 UTC (5 weeks, 5 days ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.46: +2 -2 lines
Diff to previous 1.43.2.45.2.51.2.46 , to branch point 1.43.2.45.2.51
- MFH: Country codes are ISO 3166.

Revision 1.198 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 17:38:15 2008 UTC (5 weeks, 5 days ago) by derick
Branch: MAIN
Changes since 1.197: +2 -2 lines
Diff to previous 1.197
- Country codes are ISO 3166.

Revision 1.43.2.45.2.51.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 14:33:53 2008 UTC (5 weeks, 6 days ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.45: +53 -3 lines
Diff to previous 1.43.2.45.2.51.2.45 , to branch point 1.43.2.45.2.51
- MFH: Added support for selectively listing timezone identifiers by country
  code through timezone_identifiers_list() / DateTimezone::listIdentifiers().
- MFH: Added timezone_location_get() / DateTimezone::getLocation() for
  retrieving location information from timezones.

Revision 1.197 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 14:33:27 2008 UTC (5 weeks, 6 days ago) by derick
Branch: MAIN
Changes since 1.196: +53 -3 lines
Diff to previous 1.196
- Added support for selectively listing timezone identifiers by country code
  through timezone_identifiers_list() / DateTimezone::listIdentifiers().
- Added timezone_location_get() / DateTimezone::getLocation() for retrieving
  location information from timezones.

Revision 1.196 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 12:35:45 2008 UTC (6 weeks, 1 day ago) by derick
Branch: MAIN
Changes since 1.195: +2 -1 lines
Diff to previous 1.195
- MF53: Fixed segfault.

Revision 1.43.2.45.2.51.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 12:35:11 2008 UTC (6 weeks, 1 day ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.44: +2 -1 lines
Diff to previous 1.43.2.45.2.51.2.44 , to branch point 1.43.2.45.2.51
- Fixed a segfault - simply a forgotten return;

Revision 1.43.2.45.2.51.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 17:38:33 2008 UTC (6 weeks, 3 days ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.43: +2 -2 lines
Diff to previous 1.43.2.45.2.51.2.43 , to branch point 1.43.2.45.2.51
- MFH: Fixed reversed logic.

Revision 1.195 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 17:38:19 2008 UTC (6 weeks, 3 days ago) by derick
Branch: MAIN
Changes since 1.194: +2 -2 lines
Diff to previous 1.194
- Fixed reversed logic.

Revision 1.43.2.45.2.51.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 17:35:52 2008 UTC (6 weeks, 3 days ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.42: +2 -2 lines
Diff to previous 1.43.2.45.2.51.2.42 , to branch point 1.43.2.45.2.51
- MFH: Added a warning to the error struct in case a parsed-date was found to
  be invalid.

Revision 1.194 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 17:30:08 2008 UTC (6 weeks, 3 days ago) by derick
Branch: MAIN
Changes since 1.193: +2 -2 lines
Diff to previous 1.193
- Added a warning to the error struct in case a parsed-date was found to be
  invalid.

Revision 1.193 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 12:51:26 2008 UTC (7 weeks, 1 day ago) by felipe
Branch: MAIN
Changes since 1.192: +324 -60 lines
Diff to previous 1.192
- MFB: Added arginfo

Revision 1.43.2.45.2.51.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 12:50:57 2008 UTC (7 weeks, 1 day ago) by felipe
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.41: +316 -58 lines
Diff to previous 1.43.2.45.2.51.2.41 , to branch point 1.43.2.45.2.51
- Added arginfo

Revision 1.43.2.45.2.51.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 19:29:18 2008 UTC (7 weeks, 2 days ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.40: +7 -3 lines
Diff to previous 1.43.2.45.2.51.2.40 , to branch point 1.43.2.45.2.51
- MFH: Fixed a memleak (Original patch by Hannes Magnusson).

Revision 1.192 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 19:29:06 2008 UTC (7 weeks, 2 days ago) by derick
Branch: MAIN
Changes since 1.191: +7 -3 lines
Diff to previous 1.191
- Fixed a memleak (Original patch by Hannes Magnusson).

Revision 1.43.2.45.2.60 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 18:02:31 2008 UTC (7 weeks, 2 days ago) by derick
Branch: PHP_5_2
Changes since 1.43.2.45.2.59: +9 -34 lines
Diff to previous 1.43.2.45.2.59 , to branch point 1.43.2.45 , to next main 1.43.2.46
- MFH: Memory issues
- MFH: // style comments

Revision 1.191 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 17:56:35 2008 UTC (7 weeks, 2 days ago) by derick
Branch: MAIN
Changes since 1.190: +7 -7 lines
Diff to previous 1.190
- Replaced // by /* .. */ comments.

Revision 1.43.2.45.2.51.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 17:55:40 2008 UTC (7 weeks, 2 days ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.39: +7 -7 lines
Diff to previous 1.43.2.45.2.51.2.39 , to branch point 1.43.2.45.2.51
- Replaced // by /* .. */ comments.

Revision 1.43.2.45.2.51.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 17:41:51 2008 UTC (7 weeks, 2 days ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.38: +9 -40 lines
Diff to previous 1.43.2.45.2.51.2.38 , to branch point 1.43.2.45.2.51
- MFH: Fixed memory leaks and segfaults, patch by Joe Orton.
- MFH: Fixed bug #45038 (Crash when using DateTimeZone object returned by
  Date::getTimezone).

Revision 1.190 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 17:40:34 2008 UTC (7 weeks, 2 days ago) by derick
Branch: MAIN
Changes since 1.189: +9 -40 lines
Diff to previous 1.189
- Fixed memory leaks and segfaults, patch by Joe Orton.
- Fixed bug #45038 (Crash when using DateTimeZone object returned by
  Date::getTimezone).

Revision 1.189 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 7 22:41:02 2008 UTC (2 months, 3 weeks ago) by tony2001
Branch: MAIN
Changes since 1.188: +2 -1 lines
Diff to previous 1.188
fix ZTS build

Revision 1.188 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 7 20:30:30 2008 UTC (2 months, 3 weeks ago) by hnangelo
Branch: MAIN
Changes since 1.187: +57 -57 lines
Diff to previous 1.187
Add Unicode support and set as unicode compatible

Revision 1.187 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 20 12:07:13 2008 UTC (3 months, 1 week ago) by tony2001
Branch: MAIN
Changes since 1.186: +2 -2 lines
Diff to previous 1.186
fix function signature and silence compile warning

Revision 1.186 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 7 23:46:11 2008 UTC (3 months, 3 weeks ago) by iliaa
Branch: MAIN
Changes since 1.185: +1 -5 lines
Diff to previous 1.185
MFB: kill unused vars

Revision 1.43.2.45.2.51.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 7 23:45:28 2008 UTC (3 months, 3 weeks ago) by iliaa
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.37: +1 -5 lines
Diff to previous 1.43.2.45.2.51.2.37 , to branch point 1.43.2.45.2.51
Kill unused vars

Revision 1.43.2.45.2.51.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 4 10:00:01 2008 UTC (3 months, 3 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.36: +69 -22 lines
Diff to previous 1.43.2.45.2.51.2.36 , to branch point 1.43.2.45.2.51
- MFH: Added support for using ISO 8601 time intervals to define a DatePeriod
  iterator.
#- @doc

Revision 1.185 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 4 09:59:42 2008 UTC (3 months, 3 weeks ago) by derick
Branch: MAIN
Changes since 1.184: +69 -22 lines
Diff to previous 1.184
- Added support for using ISO 8601 time intervals to define a DatePeriod
  iterator.

Revision 1.43.2.45.2.51.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 3 10:59:36 2008 UTC (3 months, 3 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.35: +58 -38 lines
Diff to previous 1.43.2.45.2.51.2.35 , to branch point 1.43.2.45.2.51
- Added support for using an end date to limit the amount of recursions
  with the DatePeriod iterator.
#- @doc

Revision 1.184 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 3 10:59:14 2008 UTC (3 months, 3 weeks ago) by derick
Branch: MAIN
Changes since 1.183: +58 -38 lines
Diff to previous 1.183
- Added support for using an end date to limit the amount of recursions
  with the DatePeriod iterator.

Revision 1.43.2.45.2.59 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 2 21:36:00 2008 UTC (3 months, 3 weeks ago) by derick
Branch: PHP_5_2
Changes since 1.43.2.45.2.58: +3 -2 lines
Diff to previous 1.43.2.45.2.58 , to branch point 1.43.2.45
- Fixed an issue in date() where a : was printed for the O modifier after a P
  modifier was used.

Revision 1.43.2.45.2.51.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 2 21:33:05 2008 UTC (3 months, 3 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.34: +3 -2 lines
Diff to previous 1.43.2.45.2.51.2.34 , to branch point 1.43.2.45.2.51
- MFH: Fixed an issue in date() where a : was printed for the O modifier after
  a P modifier was used.

Revision 1.183 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 2 21:32:13 2008 UTC (3 months, 3 weeks ago) by derick
Branch: MAIN
Changes since 1.182: +3 -2 lines
Diff to previous 1.182
- Fixed an issue in date() where a : was printed for the O modifier after a P
  modifier was used.

Revision 1.43.2.45.2.51.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 2 12:49:16 2008 UTC (3 months, 3 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.33: +35 -5 lines
Diff to previous 1.43.2.45.2.51.2.33 , to branch point 1.43.2.45.2.51
- MFH: Added DateInterval::createFromDateString() that creates an interval
  from the relative parts of a date/time string.
- MFH: Fixed an issue where special relative bits were not applied.

Revision 1.182 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 2 12:48:19 2008 UTC (3 months, 3 weeks ago) by derick
Branch: MAIN
Changes since 1.181: +40 -12 lines
Diff to previous 1.181
- Added DateInterval::createFromDateString() that creates an interval
  from the relative parts of a date/time string.
- Fixed an issue where special relative bits were not applied.
#- @DOC

Revision 1.43.2.45.2.51.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 1 16:15:26 2008 UTC (3 months, 4 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.32: +16 -20 lines
Diff to previous 1.43.2.45.2.51.2.32 , to branch point 1.43.2.45.2.51
- MFH: Rearranged some structures to allow for more powerfull period/intervals.

Revision 1.181 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 1 16:14:29 2008 UTC (3 months, 4 weeks ago) by derick
Branch: MAIN
Changes since 1.180: +16 -18 lines
Diff to previous 1.180
- Rearranged some structures to allow for more powerfull period/intervals.

Revision 1.43.2.45.2.51.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 1 13:31:22 2008 UTC (3 months, 4 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.31: +26 -15 lines
Diff to previous 1.43.2.45.2.51.2.31 , to branch point 1.43.2.45.2.51
- MFH: Include the starting date by default in the iterator output, but add an
  option to disable this behavior.

Revision 1.180 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 1 13:31:00 2008 UTC (3 months, 4 weeks ago) by derick
Branch: MAIN
Changes since 1.179: +27 -16 lines
Diff to previous 1.179
- Include the starting date by default in the iterator output, but add an
  option to disable this behavior.

Revision 1.43.2.45.2.51.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 1 00:12:24 2008 UTC (3 months, 4 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.30: +399 -116 lines
Diff to previous 1.43.2.45.2.51.2.30 , to branch point 1.43.2.45.2.51
- MFH: Added the DatePeriod class/iterator that iterates over a date time
  object for a specific number of iterators and applies a DateInterval each
  time.
@DOC: More will follow though

Revision 1.179 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 1 00:10:25 2008 UTC (3 months, 4 weeks ago) by derick
Branch: MAIN
Changes since 1.178: +399 -116 lines
Diff to previous 1.178
- Added the DatePeriod class/iterator that iterates over a date time object
  for a specific number of iterators and applies a DateInterval each time.

Revision 1.178 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 25 12:55:16 2008 UTC (4 months ago) by derick
Branch: MAIN
Changes since 1.177: +410 -5 lines
Diff to previous 1.177
- MF53: Added new date/time functionality:
  . support for diffing date/times through date_diff() / DateTime::diff().
  . added DateInterval class to represent the difference between two date/times.
  . support for parsing ISO intervals for use with DateInterval.
  . date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an
    interval to an existing date/time.

Revision 1.43.2.45.2.51.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 25 12:35:40 2008 UTC (4 months ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.29: +422 -8 lines
Diff to previous 1.43.2.45.2.51.2.29 , to branch point 1.43.2.45.2.51
- Added new date/time functionality:
  . support for diffing date/times through date_diff() / DateTime::diff().
  . added DateInterval class to represent the difference between two date/times.
  . support for parsing ISO intervals for use with DateInterval.
  . date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an
    interval to an existing date/time.
- MFH: Fixed bug #44742 (timezone_offset_get() causes segmentation faults).

Revision 1.177 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 17:24:00 2008 UTC (4 months, 1 week ago) by derick
Branch: MAIN
Changes since 1.176: +14 -4 lines
Diff to previous 1.176
- MF52: Fixed bug #44703 (htmlspecialchars() does not detect bad character set
  argument).
#- WIll merge to 5.3 later, that branch has some more modifications.

Revision 1.43.2.45.2.58 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 17:21:46 2008 UTC (4 months, 1 week ago) by derick
Branch: PHP_5_2
CVS Tags: php_5_2_6
Changes since 1.43.2.45.2.57: +14 -4 lines
Diff to previous 1.43.2.45.2.57 , to branch point 1.43.2.45
- Fixed bug #44703 (htmlspecialchars() does not detect bad character set
  argument).

Revision 1.43.2.45.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 09:12:15 2008 UTC (4 months, 4 weeks ago) by derick
Branch: PHP_5_2
CVS Tags: php_5_2_6RC4, php_5_2_6RC5
Changes since 1.43.2.45.2.56: +3 -3 lines
Diff to previous 1.43.2.45.2.56 , to branch point 1.43.2.45
- MFH: Fixed a bug in formatting timestamps when DST is active in the default
  timezone.

Revision 1.43.2.45.2.51.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 09:11:30 2008 UTC (4 months, 4 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.28: +3 -3 lines
Diff to previous 1.43.2.45.2.51.2.28 , to branch point 1.43.2.45.2.51
- MFH: Fixed a bug in formatting timestamps when DST is active in the default
  timezone.

Revision 1.176 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 09:10:54 2008 UTC (4 months, 4 weeks ago) by derick
Branch: MAIN
Changes since 1.175: +3 -3 lines
Diff to previous 1.175
- Fixed a bug in formatting timestamps when DST is active in the default
  timezone.

Revision 1.43.2.45.2.51.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 20 19:43:36 2008 UTC (5 months, 1 week ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.27: +57 -24 lines
Diff to previous 1.43.2.45.2.51.2.27 , to branch point 1.43.2.45.2.51
- MFH: Fix the DateTimeZone::getTransitions() algorithm.

Revision 1.175 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 20 19:43:02 2008 UTC (5 months, 1 week ago) by derick
Branch: MAIN
Changes since 1.174: +64 -31 lines
Diff to previous 1.174
- Fix the DateTimeZone::getTransitions() algorithm.

Revision 1.174 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 16 15:15:47 2008 UTC (5 months, 1 week ago) by iliaa
Branch: MAIN
Changes since 1.173: +1 -2 lines
Diff to previous 1.173
MFB: Remove unused variable

Revision 1.43.2.45.2.51.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 16 15:15:21 2008 UTC (5 months, 1 week ago) by iliaa
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.26: +1 -2 lines
Diff to previous 1.43.2.45.2.51.2.26 , to branch point 1.43.2.45.2.51
Remove unused variable

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 17:57:44 2008 UTC (5 months, 2 weeks ago) by felipe
Branch: MAIN
Changes since 1.172: +5 -5 lines
Diff to previous 1.172
Fix build (ZTS)

Revision 1.43.2.45.2.51.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 17:56:52 2008 UTC (5 months, 2 weeks ago) by felipe
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.25: +4 -4 lines
Diff to previous 1.43.2.45.2.51.2.25 , to branch point 1.43.2.45.2.51
Fix build (ZTS)

Revision 1.43.2.45.2.51.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 16:19:52 2008 UTC (5 months, 2 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.24: +141 -1 lines
Diff to previous 1.43.2.45.2.51.2.24 , to branch point 1.43.2.45.2.51
- MFH: Allow datetime objects to be serialized and woken up.
- MFH: Implemented __set_state().

Revision 1.172 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 16:18:25 2008 UTC (5 months, 2 weeks ago) by derick
Branch: MAIN
Changes since 1.171: +149 -3 lines
Diff to previous 1.171
- Allow datetime objects to be serialized and woken up.
- Implemented __set_state().

Revision 1.43.2.45.2.51.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 22:12:33 2008 UTC (5 months, 2 weeks ago) by felipe
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.23: +3 -3 lines
Diff to previous 1.43.2.45.2.51.2.23 , to branch point 1.43.2.45.2.51
MFH: New way for check void parameters

Revision 1.171 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 18:10:09 2008 UTC (5 months, 2 weeks ago) by iliaa
Branch: MAIN
Changes since 1.170: +4 -4 lines
Diff to previous 1.170
MFB: Initialize ts only after successful argument parsing

Revision 1.43.2.45.2.51.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 18:09:53 2008 UTC (5 months, 2 weeks ago) by iliaa
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.22: +4 -4 lines
Diff to previous 1.43.2.45.2.51.2.22 , to branch point 1.43.2.45.2.51
Initialize ts only after successful argument parsing

Revision 1.170 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 02:05:48 2008 UTC (5 months, 3 weeks ago) by iliaa
Branch: MAIN
Changes since 1.169: +2 -2 lines
Diff to previous 1.169
MFB: Fixed a memory leak inside date_get_last_errors() when there are no
errors

Revision 1.43.2.45.2.51.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 02:04:40 2008 UTC (5 months, 3 weeks ago) by iliaa
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.21: +2 -2 lines
Diff to previous 1.43.2.45.2.51.2.21 , to branch point 1.43.2.45.2.51
Fixed a memory leak inside date_get_last_errors() when there are no errors

Revision 1.169 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 23:39:15 2008 UTC (5 months, 3 weeks ago) by felipe
Branch: MAIN
Changes since 1.168: +3 -3 lines
Diff to previous 1.168
New way for check void parameters

Revision 1.43.2.45.2.51.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 27 09:47:35 2008 UTC (6 months ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.20: +16 -13 lines
Diff to previous 1.43.2.45.2.51.2.20 , to branch point 1.43.2.45.2.51
- MFH: Fixed bug #44260 (African timezones missing).

Revision 1.168 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 27 09:47:23 2008 UTC (6 months ago) by derick
Branch: MAIN
Changes since 1.167: +16 -13 lines
Diff to previous 1.167
- Fixed bug #44260 (African timezones missing).

Revision 1.167 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 25 22:32:26 2008 UTC (6 months ago) by derick
Branch: MAIN
Changes since 1.166: +2 -2 lines
Diff to previous 1.166
- Fixed tests on 64bit platform.

Revision 1.43.2.45.2.51.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 23 17:06:21 2008 UTC (6 months ago) by helly
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.19: +2 -2 lines
Diff to previous 1.43.2.45.2.51.2.19 , to branch point 1.43.2.45.2.51
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)
[DOC] Finally added deprecation messages

Revision 1.166 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 23 17:03:53 2008 UTC (6 months ago) by helly
Branch: MAIN
Changes since 1.165: +2 -2 lines
Diff to previous 1.165
- Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)

Revision 1.43.2.45.2.51.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 21:53:12 2008 UTC (6 months, 2 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.18: +9 -3 lines
Diff to previous 1.43.2.45.2.51.2.18 , to branch point 1.43.2.45.2.51
- MFH: Add some missing elements from the return value.

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 21:53:01 2008 UTC (6 months, 2 weeks ago) by derick
Branch: MAIN
Changes since 1.164: +9 -3 lines
Diff to previous 1.164
- Add some missing elements from the return value.

Revision 1.43.2.45.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 14:22:55 2008 UTC (6 months, 3 weeks ago) by derick
Branch: PHP_5_2
CVS Tags: php_5_2_6RC1, php_5_2_6RC2, php_5_2_6RC3
Changes since 1.43.2.45.2.55: +9 -14 lines
Diff to previous 1.43.2.45.2.55 , to branch point 1.43.2.45
- Fixed invalid read errors as found by GCOV.

Revision 1.43.2.45.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 2 17:26:23 2008 UTC (6 months, 3 weeks ago) by derick
Branch: PHP_5_2
Changes since 1.43.2.45.2.54: +2 -1 lines
Diff to previous 1.43.2.45.2.54 , to branch point 1.43.2.45
- MFH: Make timezone_open() work again.

Revision 1.43.2.45.2.51.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 2 17:25:54 2008 UTC (6 months, 3 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.17: +2 -1 lines
Diff to previous 1.43.2.45.2.51.2.17 , to branch point 1.43.2.45.2.51
- MFH: Make timezone_open() work again.

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 2 17:25:40 2008 UTC (6 months, 3 weeks ago) by derick
Branch: MAIN
Changes since 1.163: +2 -1 lines
Diff to previous 1.163
- Make timezone_open() work again.

Revision 1.43.2.45.2.51.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 20:12:53 2008 UTC (6 months, 4 weeks ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.16: +9 -8 lines
Diff to previous 1.43.2.45.2.51.2.16 , to branch point 1.43.2.45.2.51
- Make whitespace the same as in HEAD.

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 20:12:23 2008 UTC (6 months, 4 weeks ago) by derick
Branch: MAIN
Changes since 1.162: +6 -10 lines
Diff to previous 1.162
- Make whitespace the same as in 5.3.

Revision 1.43.2.45.2.51.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 21:12:41 2008 UTC (7 months ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.15: +29 -13 lines
Diff to previous 1.43.2.45.2.51.2.15 , to branch point 1.43.2.45.2.51
- MFH: Added two optional parameters to timezone_transitions_get() /
  DateTimeZone::getTranstions() to limit the range of transitions being
  returned.

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 21:12:24 2008 UTC (7 months ago) by derick
Branch: MAIN
Changes since 1.161: +37 -17 lines
Diff to previous 1.161
- Added two optional parameters to timezone_transitions_get() /
  DateTimeZone::getTranstions() to limit the range of transitions being
  returned.

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 20:36:04 2008 UTC (7 months ago) by derick
Branch: MAIN
Changes since 1.160: +2 -1 lines
Diff to previous 1.160
- MF53: Added missing folding tags.

Revision 1.43.2.45.2.51.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 20:35:17 2008 UTC (7 months ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.14: +2 -1 lines
Diff to previous 1.43.2.45.2.51.2.14 , to branch point 1.43.2.45.2.51
- Add missing folding tags.

Revision 1.43.2.45.2.51.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 20:30:50 2008 UTC (7 months ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.13: +29 -1 lines
Diff to previous 1.43.2.45.2.51.2.13 , to branch point 1.43.2.45.2.51
- MFH: Added date_timestamp_get() / DateTime::getTimestamp() to retrieve the
  Unix timestamp belonging to a date object.

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 20:29:40 2008 UTC (7 months ago) by derick
Branch: MAIN
Changes since 1.159: +29 -1 lines
Diff to previous 1.159
- Added DateTime::getTimestamp() / date_timestamp_get().

Revision 1.43.2.45.2.51.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 17:44:29 2008 UTC (7 months ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.12: +2 -2 lines
Diff to previous 1.43.2.45.2.51.2.12 , to branch point 1.43.2.45.2.51
- MFH: Update proto

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 17:44:16 2008 UTC (7 months ago) by derick
Branch: MAIN
Changes since 1.158: +2 -2 lines
Diff to previous 1.158
- Update proto.

Revision 1.43.2.45.2.51.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 17:29:14 2008 UTC (7 months ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.11: +53 -2 lines
Diff to previous 1.43.2.45.2.51.2.11 , to branch point 1.43.2.45.2.51
- MFH: Added support for selectively listing timezone identifiers through
  timezone_identifiers_list() / DateTimezone::listIdentifiers().

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 17:28:57 2008 UTC (7 months ago) by derick
Branch: MAIN
Changes since 1.157: +53 -2 lines
Diff to previous 1.157
- Added support for selectively listing timezone identifiers through
  timezone_identifiers_list() / DateTimezone::listIdentifiers().

Revision 1.43.2.45.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 16:26:33 2008 UTC (7 months ago) by derick
Branch: PHP_5_2
Changes since 1.43.2.45.2.53: +180 -36 lines
Diff to previous 1.43.2.45.2.53 , to branch point 1.43.2.45
- MFH Bugfixes:
	- Fixed bug #43808 (date_create never fails (even when it should)).
	- Fixed bug #43527 (DateTime created from a timestamp reports environment
	  timezone).
	- Fixed bug #43003 (Invalid timezone reported for DateTime objects
	  constructed using a timestamp).
	- Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
	  invalidates DateTimeZone).
	- Fixed bug #41599 (setTime() fails after modify() is used).

Revision 1.157 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 15:14:18 2008 UTC (7 months ago) by tony2001
Branch: MAIN
Changes since 1.156: +5 -5 lines
Diff to previous 1.156
add missing TSRMLS_CC and fix segfaults in ZTS mode

Revision 1.43.2.45.2.51.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 20:35:01 2008 UTC (7 months, 1 week ago) by derick
Branch: PHP_5_3
Changes since 1.43.2.45.2.51.2.10: +22 -6 lines
Diff to previous 1.43.2.45.2.51.2.10 , to branch point 1.43.2.45.2.51
- MFH: Fixed bug #43808 (date_create never fails (even when it should)).

Revision 1.156 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 20:34:17 2008 UTC (7 months, 1 week ago) by derick
Branch: MAIN
Changes since 1.155: +22 -6 lines
Diff to previous 1.155
- Fixed bug #43808 (date_create never fails (even when it should)).

Revision 1.43.2.45.2.51.2.10 - (