History log of /PHP-5.6/ext/date/php_date.c (Results 26 – 50 of 403)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f51b73c8 04-Feb-2015 Julien Pauli

Revert "Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat)"

This reverts commit 8e19705a93d785cd1ff8ba3a69699b00169fea47.


Revision tags: php-5.5.21, php-5.6.5
# 8e19705a 20-Jan-2015 Derick Rethans

Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat)


Revision tags: php-5.4.37
# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# 85bada10 01-Dec-2014 Stanislav Malyshev

fix ZTS


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1
# 4675b79e 20-Oct-2014 m.bennewitz

Conflicts:
ext/date/php_date.c


# 489bfb0a 23-Nov-2014 Florian MARGAINE

Fixes memory leak introduced in 2b9af967

Fixes https://bugs.php.net/bug.php?id=68285


Revision tags: php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2
# 046c345d 22-Sep-2014 Florian MARGAINE

DateTimeZone::getOffset() now accepts a DateTimeInterface

Fixes #68062


Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29
# 7fbc99e3 13-Aug-2014 Tjerk Meesters

Some changes were lost in the merge commit of #66091


# 4b85f1d4 13-Aug-2014 Tjerk Meesters

Fixed #66091


# f6896e43 13-Aug-2014 Tjerk Meesters

Fixed #66091


Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# 2dff153b 17-Jul-2014 Lior Kaplan

Enable build without atoll (e.g old AIX flavours)


Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# 1fe9f1e4 05-Jun-2014 Remi Collet

Fix regression introduce in fix for bug #67118

The fix was correct but break some code (at least in Horde)
This is a temporary workaround to fix regressioni in 5.4, 5.5 and 5.6

Fix regression introduce in fix for bug #67118

The fix was correct but break some code (at least in Horde)
This is a temporary workaround to fix regressioni in 5.4, 5.5 and 5.6

This make php_date_initialize more consistent
- on success return 1 + time initiliazed
- on failure return 0 + time = zero
which is check by DATE_CHECK_INITIALIZED by later method call

Will restore consistency with other date classes in master.

show more ...


Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13
# fdb2709d 21-May-2014 Adam Harvey

Add microseconds to the serialised form of DateTime objects.

Fixes bug #67308 (Serialize of DateTime truncates fractions of second).


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28
# c1aa9baf 25-Apr-2014 Anatol Belski

Fixed bug #67118 DateTime constructor crash with invalid data


Revision tags: php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# 8c88b6e8 17-Feb-2014 Boro Sitnikovski

Fix bug #66721

Add NULL check to php_date_parse_tzfile's retval


# 574f230d 02-Mar-2014 Derick Rethans

Added DateTimeImmutable::createFromMutable.


Revision tags: php-5.6.0alpha2
# 39e721cf 11-Feb-2014 Derick Rethans

Fixed ZTS and added fix to NEWS.


# d6763964 06-Feb-2014 Derick Rethans

Implemented feature #45528: Allow the DateTimeZone constructor to accept timezones per offset too.


Revision tags: php-5.5.9, php-5.4.25
# 22dba2f5 26-Jan-2014 Derick Rethans

Fixed bug #45543: DateTime::setTimezone can not set timezones without ID.


Revision tags: php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# 5137cb5f 02-Jan-2014 Derick Rethans

Fixed (some of) add/sub.

This worked in PHP 5.4 already, but with the introduction of DateTimeImmutable
this code was not correctly merged.


Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1
# 5f099446 29-Oct-2013 nikita2206

Fixed bug #65768: DateTimeImmutable::diff does not work

This commit also prevents user classes from directly implementing
DateTimeInterface, because ext/date relies on classes implementi

Fixed bug #65768: DateTimeImmutable::diff does not work

This commit also prevents user classes from directly implementing
DateTimeInterface, because ext/date relies on classes implementing
it to support certain internal structures.

show more ...


12345678910>>...17