Derick Rethans
4980b24025
Merge branch 'PHP-5.3' into PHP-5.4
2012-10-18 21:53:04 +01:00
Derick Rethans
8f7a6c3029
- Updated to version 2012.7 (2012g)
2012-10-18 21:53:03 +01:00
Derick Rethans
34eb787828
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
2012-10-04 08:39:21 +01:00
Stanislav Malyshev
40bb9254c5
Merge branch 'pull-request/210' into PHP-5.4
...
* pull-request/210:
Fix bugs 62561,62896 (Modifying DateTime::__construct,date_create adds an hour) Prevent a unix timestamp, which is always GMT when being parsed, from taking on the local timezones DST flag.
2012-09-30 20:19:36 -07:00
Lonny Kapelushnik
b3469560f3
Fix bugs 62561,62896 (Modifying DateTime::__construct,date_create adds an hour)
...
Prevent a unix timestamp, which is always GMT when being parsed, from taking on
the local timezones DST flag.
2012-09-30 04:31:29 +00:00
Derick Rethans
b004a04f0a
Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3
2012-10-04 08:39:34 +01:00
Derick Rethans
ab62ffa0a2
Merge branch 'PHP-5.3' into PHP-5.4
2012-09-14 09:38:32 +01:00
Derick Rethans
78354f30d9
- Updated to version 2012.6 (2012f)
2012-09-14 09:38:31 +01:00
Xinchen Hui
94582f9398
year++
...
missed the .re files in 5.3
2012-09-05 23:47:51 +08:00
Xinchen Hui
a3d078bd8f
correct PHP version & year++
2012-09-05 23:43:59 +08:00
Xinchen Hui
9d44ff640c
Merge branch 'PHP-5.3' into PHP-5.4
...
Conflicts:
ext/interbase/interbase.rc
2012-09-05 23:11:19 +08:00
Xinchen Hui
d64d9e3351
year++
2012-09-05 23:08:05 +08:00
Derick Rethans
de59314a60
Merge branch 'PHP-5.3' into PHP-5.4
2012-08-06 12:59:39 +01:00
Derick Rethans
0a2833bbef
- Updated to version 2012.5 (2012e)
2012-08-06 12:59:38 +01:00
Derick Rethans
ceee821d73
Merge branch 'PHP-5.3' into PHP-5.4
2012-07-20 10:07:24 +01:00
Derick Rethans
d621a91a50
- Updated to version 2012.4 (2012d)
2012-07-20 10:07:23 +01:00
Derick Rethans
6c6bec5760
Merge branch 'PHP-5.3' into PHP-5.4
2012-04-02 10:40:02 +01:00
Derick Rethans
0e53ac49e6
- Updated to version 2012.3 (2012c)
2012-04-02 10:40:01 +01:00
Derick Rethans
282d601338
- Updated to version 2012.2 (2012b)
2012-03-02 17:00:33 +00:00
Derick Rethans
55166a0684
- Updated to version 2012.2 (2012b)
2012-03-02 17:00:33 +00:00
Derick Rethans
1476b02ca1
- Updated to version 2012.1 (2012a)
2012-03-01 15:09:49 +00:00
Derick Rethans
f851caa6d6
- Updated to version 2012.1 (2012a)
2012-03-01 15:09:49 +00:00
Pierre Joye
361c162058
- fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor signature (fixes almost date_diff tests too)
2011-12-07 08:39:43 +00:00
Pierre Joye
93af22bbb9
- fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor signature (fixes almost date_diff tests too)
2011-12-07 08:39:43 +00:00
Derick Rethans
ac631dd580
- Fixed bug #53502 (strtotime with timezone memory leak).
...
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
DatePeriod).
2011-12-06 06:21:08 +00:00
Derick Rethans
5b2ce47f2e
- Fixed bug #53502 (strtotime with timezone memory leak).
...
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
DatePeriod).
2011-12-06 06:21:08 +00:00
Derick Rethans
8889fcacc2
- Fixed bug #52062 : large timestamps with DateTime::getTimestamp and DateTime::setTimestamp.
2011-12-06 06:04:24 +00:00
Derick Rethans
2679ccc50b
- Fixed bug #52062 : large timestamps with DateTime::getTimestamp and DateTime::setTimestamp.
2011-12-06 06:04:24 +00:00
Derick Rethans
92e9a0bd91
- Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D").
2011-11-26 16:44:21 +00:00
Derick Rethans
dc6ecd21ee
- Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D").
2011-11-26 16:44:21 +00:00
Derick Rethans
1324d5d9c5
- Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit
...
years).
2011-11-25 15:51:37 +00:00
Derick Rethans
c2ede9a00a
- Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit
...
years).
2011-11-25 15:51:37 +00:00
Derick Rethans
7411ae09f5
- Fixed bug #60236 (TLA timezone dates are not converted properly from
...
timestamp).
- Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with
time zone type 2).
And fixed some test cases.
2011-11-24 17:13:47 +00:00
Derick Rethans
a02ca5c881
- Fixed bug #60236 (TLA timezone dates are not converted properly from
...
timestamp).
- Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with
time zone type 2).
And fixed some test cases.
2011-11-24 17:13:47 +00:00
Derick Rethans
e3269e029e
- Updated to version 2011.14 (2011n)
2011-11-02 10:58:51 +00:00
Derick Rethans
c1d520d19d
- Updated to version 2011.14 (2011n)
2011-11-02 10:58:51 +00:00
Derick Rethans
117b150360
- Updated to version 2011.13 (2011m)
2011-10-24 15:19:08 +00:00
Derick Rethans
d74a8a6e3f
- Updated to version 2011.13 (2011m)
2011-10-24 15:19:08 +00:00
Derick Rethans
f3d88a7bba
- Updated to version 2011.12 (2011l)
2011-10-10 08:05:55 +00:00
Derick Rethans
6c1fe05d61
- Updated to version 2011.12 (2011l)
2011-10-10 08:05:55 +00:00
Derick Rethans
1cab3610de
- Updated to version 2011.11 (2011k)
2011-09-26 17:23:00 +00:00
Derick Rethans
56c96790bb
- Updated to version 2011.11 (2011k)
2011-09-26 17:23:00 +00:00
Derick Rethans
5236225cb2
- Updated to version 2011.10 (2011j)
2011-09-12 15:49:12 +00:00
Derick Rethans
8b39370878
- Updated to version 2011.10 (2011j)
2011-09-12 15:49:12 +00:00
Derick Rethans
9d504da334
- Updated to version 2011.9 (2011i)
2011-08-29 16:37:56 +00:00
Derick Rethans
6edfc470fa
- Updated to version 2011.9 (2011i)
2011-08-29 16:37:56 +00:00
Derick Rethans
7c1bdf2c45
- Updated to version 2011.8 (2011h)
2011-06-27 11:47:43 +00:00
Derick Rethans
93fcf04fc1
- Updated to version 2011.8 (2011h)
2011-06-27 11:47:43 +00:00
Nuno Lopes
ddac85a947
properly regen file to fix coverage data
2011-06-23 14:58:02 +00:00
Stanislav Malyshev
bbf1904f3d
fix error reporting on missing data - don't produce double errors
2011-06-19 18:55:48 +00:00