diff options
author | Stanislav Malyshev <stas@php.net> | 2013-06-23 23:37:10 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-06-23 23:37:10 -0700 |
commit | ae5a09b47d018bd80ae0a544c892dbf0b61e5be1 (patch) | |
tree | 3d0e4d0a339dd69d306b92568edd7e02c6443593 | |
parent | 9872835cf375caa3a0f5eced7672d943f16b7d7b (diff) | |
parent | a0d48e01edb90a6b9a3db39104b9d7b098001dba (diff) | |
download | php-git-ae5a09b47d018bd80ae0a544c892dbf0b61e5be1.tar.gz |
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
seems to be working fine for me on 32-bit
-rw-r--r-- | ext/date/tests/bug52062.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/tests/bug52062.phpt b/ext/date/tests/bug52062.phpt index 1d814377c6..81e767b0f0 100644 --- a/ext/date/tests/bug52062.phpt +++ b/ext/date/tests/bug52062.phpt @@ -4,8 +4,6 @@ Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimest <?php if (PHP_INT_SIZE == 8) die('skip 32-bit only'); ?> ---XFAIL-- -Waiting for resolution of the 32-bit case. --INI-- date.timezone=UTC --FILE-- |