History log of /php-src/ext/date/php_date.c (Results 201 – 225 of 947)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8cc26690 19-Jun-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
Resolve discrepencies between second value yielded by gettimeofday and time, fixes #69044


# fb95043a 19-Jun-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Resolve discrepencies between second value yielded by gettimeofday and time, fixes #69044


# 025899e3 19-Jun-2019 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Resolve discrepencies between second value yielded by gettimeofday and time, fixes #69044


# 65067dff 18-Jun-2019 Joe Watkins

Resolve discrepencies between second value yielded by gettimeofday and time, fixes #69044

Revision tags: php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1
# 457392fa 05-Jun-2019 Dmitry Stogov

Cheaper checks for exceptions thrown from __toString()

Revision tags: php-7.2.19, php-7.3.6, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1, php-7.1.29, php-7.2.18, php-7.3.5, php-7.2.18RC1, php-7.3.5RC1, php-7.2.17, php-7.3.4, php-7.1.28, php-7.3.4RC1, php-7.2.17RC1, php-7.1.27, php-7.3.3, php-7.2.16
# a31f4642 26-Feb-2019 Nikita Popov

Allow exceptions in __toString()

RFC: https://wiki.php.net/rfc/tostring_exceptions

And convert some object to string conversion related recoverable
fatal errors into Error excep

Allow exceptions in __toString()

RFC: https://wiki.php.net/rfc/tostring_exceptions

And convert some object to string conversion related recoverable
fatal errors into Error exceptions.

Improve exception safety of internal code performing string
conversions.

show more ...

# facfbf3c 28-May-2019 Craig Duncan

Update the DatePeriod read/write handlers

# bc874248 30-May-2019 Craig Duncan

Merge branch 'PHP-7.4'

* PHP-7.4:
Add a test for bug #65672
Ensure the internal properties cannot be overwritten


# a08b3b6d 30-May-2019 Craig Duncan

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Add a test for bug #65672
Ensure the internal properties cannot be overwritten


# 370997fb 30-May-2019 Craig Duncan

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Add a test for bug #65672
Ensure the internal properties cannot be overwritten


Revision tags: php-7.3.3RC1, php-7.2.16RC1, php-7.2.15, php-7.3.2, php-7.2.15RC1, php-7.3.2RC1, php-5.6.40, php-7.1.26, php-7.3.1, php-7.2.14, php-7.2.14RC1, php-7.3.1RC1, php-5.6.39, php-7.1.25, php-7.2.13, php-7.0.33, php-7.3.0, php-7.1.25RC1, php-7.2.13RC1, php-7.3.0RC6, php-7.1.24, php-7.2.12, php-7.3.0RC5, php-7.1.24RC1, php-7.2.12RC1, php-7.3.0RC4, php-7.1.23, php-7.2.11, php-7.3.0RC3, php-7.1.23RC1, php-7.2.11RC1, php-7.3.0RC2, php-5.6.38, php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32, php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2, php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8, php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3, php-7.3.0alpha2, php-7.1.19, php-7.2.7, php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1, php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28
# dc586bff 20-Feb-2018 Craig Duncan

Ensure the internal properties cannot be overwritten

# cf610347 29-May-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 3bd5b836 29-May-2019 Nikita Popov

Specify get_property_ptr_ptr handler for DatePeriod

This handler is required on 7.4. Just return NULL from it to fall
back to read_property.

# b2cdde08 28-May-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros


# 83804519 28-May-2019 Dmitry Stogov

Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros

# 3a8304c3 23-Apr-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 3cfbbf29 18-Apr-2019 Nikita Popov

Make DateInterval objects uncomparable

Arbitrary DateInterval objects don't have well-defined comparison
semantics. Throw a warning and treat the objects as uncomparable.

Suppor

Make DateInterval objects uncomparable

Arbitrary DateInterval objects don't have well-defined comparison
semantics. Throw a warning and treat the objects as uncomparable.

Support for comparing DateInterval objects returned by
DateTime::diff() may be added in the future.

show more ...

# b896819b 17-Apr-2019 Derick Rethans

Merge branch 'PHP-7.4'


# 4a3f64df 17-Apr-2019 Derick Rethans

Merge branch 'PHP-7.3' into PHP-7.4


# 60887132 17-Apr-2019 Derick Rethans

Merge branch 'PHP-7.2' into PHP-7.3


# 7b1a4e24 25-Mar-2019 Ignace Nyamagana Butera

Fixed bug #77909: DatePeriod::__construct() with invalid recurrence count value

Improve error message on invalid reccurence count

Adding test when reccurence is -1

# 890fe686 08-Apr-2019 Nikita Popov

Merge branch 'PHP-7.4'


# c708c4b4 08-Apr-2019 Nikita Popov

Avoid time(NULL) call if explicit timestamp given

As suggested by Benjamin Coutu.

# 68d88802 18-Mar-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 1b411c03 18-Mar-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


12345678910>>...38