1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00
Commit Graph

218 Commits

Author SHA1 Message Date
Derick Rethans 5c8d0cf32f - Updated to version 2009.15 (2009o) 2009-10-19 16:29:13 +00:00
Derick Rethans 7b3f8a75a3 - Updated to version 2009.14 (2009n) 2009-10-13 08:16:35 +00:00
Derick Rethans 5b709c4718 - Updated to version 2009.13 (2009m) 2009-09-08 14:03:53 +00:00
Derick Rethans 2d466648de - Updated to version 2009.12 (2009l) 2009-08-17 14:46:58 +00:00
Derick Rethans 2628e5e4db - Fixed headers...
#- It makes sense to change the .re files instead of just the generated .c
#  files...
2009-07-29 15:41:21 +00:00
Derick Rethans 923a5de072 - Fixed bug #45554 (Inconsistent behavior of the u format char). 2009-07-29 15:34:59 +00:00
Derick Rethans 349283b445 - Updated to version 2009.11 (2009k) 2009-07-28 15:25:16 +00:00
Derick Rethans e104879eeb - Updated to version 2009.11 (2009k) 2009-07-25 15:14:23 +00:00
Derick Rethans 826378be43 - Updated to version 2009.10 (2009j) 2009-06-18 09:02:43 +00:00
Pierre Joye 6afc513391 - add TODO about int definition cleanup 2009-06-15 15:08:41 +00:00
Pierre Joye 700a0697c6 - simplify, use correct type and silent warnings 2009-06-15 14:39:37 +00:00
Derick Rethans edb4262bae - Updated to version 2009.9 (2009i) 2009-06-08 13:53:24 +00:00
Derick Rethans 27b8ba5bfe - Updated to version 2009.8 (2009h) 2009-05-26 14:26:49 +00:00
Derick Rethans e630833ba6 - Fixed bug #48058 (Year formatter goes wrong with out-of-int range).
- Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
2009-05-03 18:21:52 +00:00
Derick Rethans a413dd0e3a - Updated to version 2009.7 (2009g) 2009-04-29 11:11:52 +00:00
Nuno Lopes f430db2814 MFB: fix strict aliasing issues 2009-04-25 16:42:24 +00:00
Derick Rethans bfc0a87a0d - Updated to version 2009.6 (2009f) 2009-04-13 13:40:49 +00:00
Derick Rethans 3f1194a622 - Updated to version 2009.5 (2009e) 2009-04-06 13:26:32 +00:00
Derick Rethans f7943572c1 - Updated to version 2009.4 (2009d) 2009-03-23 21:39:21 +00:00
Derick Rethans 7d259905cd - Updated to version 2009.3 (2009c) 2009-03-22 11:49:32 +00:00
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Derick Rethans 83e9d1c253 - Updated to version 2009.1 (2009a) 2009-01-21 15:24:58 +00:00
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Derick Rethans ad6f6c9a52 - Fixed bug #46889: Memory leak in strtotime(). 2008-12-18 14:54:51 +00:00
Ilia Alshanetsky 84ab9aa404 MFB: Fix a small portion of memory leak in bug #46889 2008-12-17 21:32:40 +00:00
Pierre Joye 81b283cc38 - fix build (was never used like that before recent commit to session) > local include use quotes not <>
(nb: please test before commit)
2008-12-11 13:11:56 +00:00
Derick Rethans e15cb4df3f - Fixed an issue with the * format specifier for parsing from a user-defined
format.
2008-11-05 10:41:48 +00:00
Derick Rethans 5d5215c49c - Updated to version 2008.9 (2008i) 2008-10-28 08:17:19 +00:00
Derick Rethans 7dd5608d9d - Updated to version 2008.8 (2008h) 2008-10-13 11:45:32 +00:00
Derick Rethans 00ac4cac45 - Updated to version 2008.7 (2008g) 2008-10-06 14:27:33 +00:00
Derick Rethans 397dc60971 - Updated to version 2008.6 (2008f) 2008-09-15 18:02:49 +00:00
Derick Rethans 9cd469b655 - Updated to version
Notice: Undefined offset: 1 in Command line code on line 1

Call Stack:
    0.0002     660592   1. {main}() Command line code:0

.
Notice: Undefined offset: 2 in Command line code on line 1

Call Stack:
    0.0002     660592   1. {main}() Command line code:0

-96 ()
2008-09-15 18:00:59 +00:00
Derick Rethans be1daa2ba9 - Support for the Scottish "back of" and "front of" hour phrases. 2008-08-29 11:59:23 +00:00
Antony Dovgal 83fa3f9874 do not fail & segfault if malloc(0) returns NULL, that's expected
(reproducible on AIX with simple date() and UTC timezone)
2008-08-09 22:00:51 +00:00
Derick Rethans 7772d56fab - Fixed a bug that caused miscalculations with the "last <weekday> of <n>
month" relative time string.
2008-08-05 18:02:39 +00:00
Pierre Joye c8a42610e5 - improve previous fix for scan, disable optimizer only for scan() using #pragma optimize 2008-08-02 16:49:56 +00:00
Derick Rethans 2c577a4aaf - Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISO
durations).
2008-08-02 13:50:30 +00:00
Derick Rethans 0ae51b159e - 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.
2008-07-30 17:48:21 +00:00
Derick Rethans 0da9bc904d - Updated to version 2008.5 (2008e) 2008-07-28 19:31:21 +00:00
Derick Rethans e68b8af578 - Fixed an issue with "first <weekday> of" in case the first <weekday> was the
same day-of-week as the first day of the month.
2008-07-23 19:52:51 +00:00
Derick Rethans 5ddf492cfc - Fixed bug #43452 (strings containing a weekday, or a number plus weekday
behaved incorrect of the current day-of-week was the same as the one in the
  phrase). (Derick)
2008-07-23 18:49:37 +00:00
Derick Rethans 998bd9d485 - 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.
2008-07-18 14:33:27 +00:00
Derick Rethans aebf9395fe - Updated to version 2008.4.1 (2008d) 2008-07-18 13:45:58 +00:00
Derick Rethans 6edc71fc59 - Updated to version 2008.4 (2008d) 2008-07-18 13:44:34 +00:00
Derick Rethans b9c97d72a8 - Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() behave
different).
2008-07-16 15:40:01 +00:00
Derick Rethans 89af1000b2 - Also add the warnings for times. This does not make sense for the english
text parser, as invalid times are never allowed in there.
2008-07-15 17:37:33 +00:00
Derick Rethans e1787110f1 - Added a warning to the error struct in case a parsed-date was found to be
invalid.
2008-07-14 17:30:09 +00:00
Derick Rethans 0e86197822 - Fixed a compiler warning - the code didn't make much sense. 2008-07-11 08:42:11 +00:00
Derick Rethans b30cdcd5a7 - Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) by
allowing a few more format specifiers in date_create_from_format() /
  date_parse_from_format().
2008-07-08 20:23:38 +00:00
Derick Rethans 3042898466 - Fixed some ambiguities in the date parser. 2008-07-08 18:27:07 +00:00