Xinchen Hui
8693bae624
Merge branch 'PHP-5.3' into PHP-5.4
2012-08-19 18:33:37 +08:00
Reeze Xia
46a3f25772
Fixed bug #62852 (Unserialize invalid DateTime causes crash)
2012-08-19 17:57:45 +08:00
Xinchen Hui
bcf5853eaa
Fixed Bug #62500 (Segfault in DateInterval class when extended)
2012-07-10 18:43:11 +08:00
Xinchen Hui
e3b9b1e6dc
Fixed Bug #62500 (Segfault in DateInterval class when extended)
...
This fix also fixed bug #62508 (Segfault while access a non-string
property of DateInterval object)
2012-07-09 00:25:48 +08:00
Anatoliy Belsky
c7f9f54a23
Bug 61610 adopted expected warnings for 5.4
2012-04-24 13:36:43 +02:00
Anatoliy Belsky
31a3e83190
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Fixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails
Fixed bug #61631 mbstring mail related tests fail
Fixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails
Fix bug #61609 Test ext\date\tests\bug52062.phpt fails As expressed in the comments http://de.php.net/manual/en/datetime.gettimestamp.php this is the generic 32 bit timestamp issue
2012-04-10 12:37:37 +02:00
Anatoliy Belsky
26dbc5ecb4
Fixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails
...
The behaviour on windows is to select an arbitrary timezone from the
current system settings. This gives no chance to hardcode the timezone
name, for instance for UTC+1 it could choose from the multiple names
like Europe/Berlin or Europe/Paris . For this reason the test is
parametrized so there is no hardcoded timezone data.
The original test made to be skipped on windows and a duplicate was made
for windows. Tested on debian and win7 both x86.
2012-04-10 12:33:11 +02:00
Anatoliy Belsky
fbbad87056
Fixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails
...
The behaviour on windows is to select an arbitrary timezone from the current system settings.
This gives no chance to hardcode the timezone name, for instance for UTC+1 it could choose
from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
parametrized so there is no hardcoded timezone data.
The original test made to be skipped on windows and a duplicate was made for windows.
2012-04-10 12:20:40 +02:00
Anatoliy Belsky
fd68d5b139
Fix bug #61609 Test ext\date\tests\bug52062.phpt fails
...
As expressed in the comments http://de.php.net/manual/en/datetime.gettimestamp.php
this is the generic 32 bit timestamp issue
2012-04-10 12:20:40 +02:00
Anatoliy Belsky
d89b65f985
Fixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails
...
The behaviour on windows is to select an arbitrary timezone from the current system settings.
This gives no chance to hardcode the timezone name, for instance for UTC+1 it could choose
from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
parametrized so there is no hardcoded timezone data.
The original test made to be skipped on windows and a duplicate was made for windows.
2012-04-10 11:03:41 +02:00
Anatoliy Belsky
4ff55e646a
Fix bug #61609 Test ext\date\tests\bug52062.phpt fails
...
As expressed in the comments http://de.php.net/manual/en/datetime.gettimestamp.php
this is the generic 32 bit timestamp issue
2012-04-10 10:18:10 +02:00
Rasmus Lerdorf
950e6b3ea3
Missed 5.3 for the Armenia DST drop
2012-03-02 17:08:00 +00:00
Rasmus Lerdorf
c9eaa52fd0
Armenia is smarter than the rest of us. They have dropped DST.
...
http://www.worldtimezone.com/dst_news/dst_news_armenia03.html
Fix the test to reflect that.
2012-03-02 17:03:19 +00:00
Stanislav Malyshev
a1ec2aab1b
move to XFAIL since it fails on 32-bit
2012-01-04 20:40:13 +00:00
Daniel Convissor
467ed9255b
Resolve the last of the xfails from Bug 55253.
2011-12-28 01:13:12 +00:00
Daniel Convissor
c49b8515df
Resolve the last of the xfails from Bug 55253.
2011-12-28 01:13:12 +00:00
Daniel Convissor
7dc52a6b43
Resolve more xfails due to Bug 55253 being fixed.
2011-12-27 19:44:13 +00:00
Daniel Convissor
defc87db2c
Resolve more xfails due to Bug 55253 being fixed.
2011-12-27 19:44:13 +00:00
Daniel Convissor
5b3551e4e3
Resolve some xfails due to Bug 55253 being fixed. (merged from 54)
2011-12-27 16:57:36 +00:00
Daniel Convissor
7ea4e8266c
Another xfail resolved since Bug 55253 was fixed.
2011-12-27 16:50:16 +00:00
Daniel Convissor
4a59413e48
Another xfail resolved since Bug 55253 was fixed.
2011-12-27 15:20:16 +00:00
Daniel Convissor
448ed9bc83
One less xfail since Bug 55253 was fixed.
2011-12-27 02:13:55 +00:00
Derick Rethans
9cbf9472b6
This test should no longer fail, and is perfectly okay for Linux to test on too.
2011-12-12 12:57:46 +00:00
Derick Rethans
31afa034f0
This test should no longer fail, and is perfectly okay for Linux to test on too.
2011-12-12 12:57:46 +00:00
Derick Rethans
109cc0bfab
Test cosmetics.
2011-12-07 19:42:44 +00:00
Derick Rethans
38eecffe0d
Test cosmetics.
2011-12-07 19:42:44 +00:00
Derick Rethans
60d195dc44
Sorting out the tests *once* more.
...
Please keep them consistent and only change them if you are 110% certain what
you're doing. Otherwise -> please ask.
2011-12-07 19:24:58 +00:00
Derick Rethans
6c242d9dd7
Sorting out the tests *once* more.
...
Please keep them consistent and only change them if you are 110% certain what
you're doing. Otherwise -> please ask.
2011-12-07 19:24:58 +00:00
Pierre Joye
d4ef7ab7df
- tests require 64bit integer
2011-12-07 10:38:35 +00:00
Pierre Joye
2ae3a4d849
- print_r seems to display 0 or nothing for days, let make that test works in both cases, that's not the purpose of this test to test print_r
2011-12-07 09:03:07 +00:00
Pierre Joye
321172e479
- print_r seems to display 0 or nothing for days, let make that test works in both cases, that's not the purpose of this test to test print_r
2011-12-07 09:03:07 +00:00
Pierre Joye
e6d945c181
- rename to correct bug #
2011-12-07 08:37:48 +00:00
Pierre Joye
f3c1d7154c
- set TZ
2011-12-07 08:33:41 +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
2a0343fb18
Make tests similar to the ones in 5.4 and trunk.
2011-12-06 06:13:41 +00:00
Derick Rethans
5087b0ee42
- Added a test case for #53437 .
2011-12-06 06:07:41 +00:00
Derick Rethans
9f78bca569
- Added a test case for #53437 .
2011-12-06 06:07:41 +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
855ef08020
- Cosmetics for test case for #48678 .
2011-12-06 06:00:45 +00:00
Derick Rethans
300b3efff5
- Cosmetics for test case for #48678 .
2011-12-06 06:00:45 +00:00
Derick Rethans
8698b73942
- Fixed test case for #54851 .
...
- Make test case for #32555 the same for all branches.
2011-12-06 05:59:24 +00:00
Derick Rethans
70b782bc9a
- Fixed test case for #54851 .
...
- Make test case for #32555 the same for all branches.
2011-12-06 05:59: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
016e57a712
- Force setting for tests.
2011-11-25 15:47:11 +00:00
Derick Rethans
3b1ce022f1
- Force setting for tests.
2011-11-25 15:47:11 +00:00