History log of /PHP-7.4/ext/date/php_date.c (Results 126 – 150 of 623)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5
# 1aea7773 24-Mar-2016 Thomas Punt

Use STR_EMPTY_ALLOC macro instead


# 40f14bad 23-Mar-2016 Thomas Punt

Fix DateInterval::format segfault


Revision tags: php-5.6.20RC1, php-7.0.5RC1
# f3f5a07a 07-Mar-2016 Thomas Punt

Fix DatePeriod::getEndDate() segfault


Revision tags: php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1
# 633fb2d0 15-Feb-2016 Anatol Belski

Backported fix for bug #71525


# f31e0cd3 04-Feb-2016 Sean DuBois

Fix bug #71525

timelib_time->timelib_rel_time is mutated by date_modify, and because it is never zero'ed out
it latters causes other date operations to fail (like date_date_set)


Revision tags: php-5.6.18, php-7.0.3, php-5.5.32
# 1a868256 29-Jan-2016 Derick Rethans

Use the new timelib function for comparing times


Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0
# 2aeef4e5 30-Nov-2015 Willem-Jan

Test + support for negative timestamps with microtime


# 58797219 30-Nov-2015 Willem-Jan

Compare agaist fraction when sse are equal


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# 4171a8f6 13-Dec-2015 Xinchen Hui

Internal function argumensts cleanup (strict_types)


# f248309b 09-Dec-2015 Xinchen Hui

Revert "Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)"

THis is bc break, which will break $date1->diff($date2 , 1), which is
common used

please

Revert "Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)"

THis is bc break, which will break $date1->diff($date2 , 1), which is
common used

please do not do bc break without a asking

This reverts commit 943b23dcf6666a708c2ad4470cad5db36d47683a.

show more ...


# 943b23dc 09-Dec-2015 Reeze Xia

Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)


Revision tags: php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# c98ea846 02-Oct-2015 Xinchen Hui

Fixed bug #70619 (DateTimeImmutable segfault)


Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4
# ad4fa8f7 24-Sep-2015 Dmitry Stogov

Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().


# a9bbe5c3 22-Sep-2015 Dmitry Stogov

Make use of timelib 2015.02's support for external memory managers.


Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1
# bb057498 17-Aug-2015 Christoph M. Becker

Fix #70277: new DateTimeZone($foo) is ignoring text after null byte

The DateTimeZone constructors are not binary safe. They're parsing the timezone
as string, but discard the length when

Fix #70277: new DateTimeZone($foo) is ignoring text after null byte

The DateTimeZone constructors are not binary safe. They're parsing the timezone
as string, but discard the length when calling timezone_initialize(). This
patch adds a tz_len parameter and a respective check to timezone_initialize().

show more ...


# e66bf116 14-Aug-2015 Christoph M. Becker

Fix #70266 (DateInterval::__construct.interval_spec is not supposed to be optional)

The required_num_args argument of ZEND_BEGIN_ARG_INFO_EX() has to be 1.


# 3b874086 12-Aug-2015 Christoph M. Becker

Fix #70245: strtotime does not emit warning when 2nd parameter is object or string

Caused by a refactoring strtotime() called
zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ...) inste

Fix #70245: strtotime does not emit warning when 2nd parameter is object or string

Caused by a refactoring strtotime() called
zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ...) instead of
zend_parse_parameters().

show more ...


Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 0e090097 02-Aug-2015 Stanislav Malyshev

Do not do convert_to_* on unserialize, it messes up references


# 57247f01 30-Jul-2015 Ferenc Kovacs

removed another E_STRICT(with the approval of Derick), 3 more to go


Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 7ec1e174 06-Jul-2015 Aaron Piotrowski

Update memory freeing and other issues, revert some changes


# 907476f3 05-Jul-2015 Aaron Piotrowski

Convert E_ERROR to thrown Error in extensions


# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 4bd22cf1 29-Jun-2015 Dmitry Stogov

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>
Date: Fri Jun 26 01:23:31 2015 +0200

Use the new 'ZSTR' macros in the rest of the code.

Does not change anything to the generated code (thanks to compat macros) but cleaner.

commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8
Author: Francois Laupretre <francois@tekwire.net>
Date: Thu Jun 25 13:45:06 2015 +0200

Improve zend_string API

Add missing methods

show more ...


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# b148c50f 12-Jun-2015 Anatol Belski

Revert fix for bug #55407

See 8e19705a93d785cd1ff8ba3a69699b00169fea47 and discussion on
github. The suggestion is to target a proper solution in in 7.1.


12345678910>>...25